* An optional pagination token provided by a previous DescribeGlobalClusters
request. If this
* parameter is specified, the response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
*
* The list of global clusters returned by this request. *
*/ private com.amazonaws.internal.SdkInternalList
* An optional pagination token provided by a previous DescribeGlobalClusters
request. If this
* parameter is specified, the response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
*
DescribeGlobalClusters
request. 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 pagination token provided by a previous DescribeGlobalClusters
request. If this
* parameter is specified, the response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
*
DescribeGlobalClusters
request. 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 pagination token provided by a previous DescribeGlobalClusters
request. If this
* parameter is specified, the response includes only records beyond the marker, up to the value specified by
* MaxRecords
.
*
DescribeGlobalClusters
request. 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 DescribeGlobalClustersResult withMarker(String marker) {
setMarker(marker);
return this;
}
/**
* * The list of global clusters returned by this request. *
* * @return The list of global clusters returned by this request. */ public java.util.List* The list of global clusters returned by this request. *
* * @param globalClusters * The list of global clusters returned by this request. */ public void setGlobalClusters(java.util.Collection* The list of global clusters returned by this request. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setGlobalClusters(java.util.Collection)} or {@link #withGlobalClusters(java.util.Collection)} if you want * to override the existing values. *
* * @param globalClusters * The list of global clusters returned by this request. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeGlobalClustersResult withGlobalClusters(GlobalCluster... globalClusters) { if (this.globalClusters == null) { setGlobalClusters(new com.amazonaws.internal.SdkInternalList* The list of global clusters returned by this request. *
* * @param globalClusters * The list of global clusters returned by this request. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeGlobalClustersResult withGlobalClusters(java.util.Collection