* An optional marker returned from a prior request. Use this marker for pagination of results from this operation. * If this parameter is specified, the response includes only records beyond the marker, up to the value specified * by MaxRecords. > *
*/ private String marker; /** ** Indicates the slot configuration and global identifier for each slice group. *
*/ private com.amazonaws.internal.SdkInternalList* An optional marker returned from a prior request. Use this marker for pagination of results from this operation. * If this parameter is specified, the response includes only records beyond the marker, up to the value specified * by MaxRecords. > *
* * @param marker * An optional marker returned from a prior request. Use this marker for pagination of results from this * operation. If this parameter is specified, the response includes only records beyond the marker, up to the * value specified by MaxRecords. > */ public void setMarker(String marker) { this.marker = marker; } /** ** An optional marker returned from a prior request. Use this marker for pagination of results from this operation. * If this parameter is specified, the response includes only records beyond the marker, up to the value specified * by MaxRecords. > *
* * @return An optional marker returned from a prior request. Use this marker for pagination of results from this * operation. If this parameter is specified, the response includes only records beyond the marker, up to * the value specified by MaxRecords. > */ public String getMarker() { return this.marker; } /** ** An optional marker returned from a prior request. Use this marker for pagination of results from this operation. * If this parameter is specified, the response includes only records beyond the marker, up to the value specified * by MaxRecords. > *
* * @param marker * An optional marker returned from a prior request. Use this marker for pagination of results from this * operation. If this parameter is specified, the response includes only records beyond the marker, up to the * value specified by MaxRecords. > * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeGlobalReplicationGroupsResult withMarker(String marker) { setMarker(marker); return this; } /** ** Indicates the slot configuration and global identifier for each slice group. *
* * @return Indicates the slot configuration and global identifier for each slice group. */ public java.util.List* Indicates the slot configuration and global identifier for each slice group. *
* * @param globalReplicationGroups * Indicates the slot configuration and global identifier for each slice group. */ public void setGlobalReplicationGroups(java.util.Collection* Indicates the slot configuration and global identifier for each slice group. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setGlobalReplicationGroups(java.util.Collection)} or * {@link #withGlobalReplicationGroups(java.util.Collection)} if you want to override the existing values. *
* * @param globalReplicationGroups * Indicates the slot configuration and global identifier for each slice group. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeGlobalReplicationGroupsResult withGlobalReplicationGroups(GlobalReplicationGroup... globalReplicationGroups) { if (this.globalReplicationGroups == null) { setGlobalReplicationGroups(new com.amazonaws.internal.SdkInternalList* Indicates the slot configuration and global identifier for each slice group. *
* * @param globalReplicationGroups * Indicates the slot configuration and global identifier for each slice group. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeGlobalReplicationGroupsResult withGlobalReplicationGroups(java.util.Collection