* A pagination token. If this parameter is returned in the response, more records are available, which can be
* retrieved by one or more additional calls to DescribeGlobalClusters
.
*
* The list of global clusters and instances returned by this request. *
*/ private java.util.List
* A pagination token. If this parameter is returned in the response, more records are available, which can be
* retrieved by one or more additional calls to DescribeGlobalClusters
.
*
DescribeGlobalClusters
.
*/
public void setMarker(String marker) {
this.marker = marker;
}
/**
*
* A pagination token. If this parameter is returned in the response, more records are available, which can be
* retrieved by one or more additional calls to DescribeGlobalClusters
.
*
DescribeGlobalClusters
.
*/
public String getMarker() {
return this.marker;
}
/**
*
* A pagination token. If this parameter is returned in the response, more records are available, which can be
* retrieved by one or more additional calls to DescribeGlobalClusters
.
*
DescribeGlobalClusters
.
* @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 and instances returned by this request. *
* * @return The list of global clusters and instances returned by this request. */ public java.util.List* The list of global clusters and instances returned by this request. *
* * @param globalClusters * The list of global clusters and instances returned by this request. */ public void setGlobalClusters(java.util.Collection* The list of global clusters and instances 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 and instances 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 java.util.ArrayList* The list of global clusters and instances returned by this request. *
* * @param globalClusters * The list of global clusters and instances 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