@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGlobalClustersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeGlobalClustersResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalClustersResult |
clone() |
boolean |
equals(Object obj) |
List<GlobalCluster> |
getGlobalClusters()
The list of global clusters and instances returned by this request.
|
String |
getMarker()
A pagination token.
|
int |
hashCode() |
void |
setGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters and instances returned by this request.
|
void |
setMarker(String marker)
A pagination token.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGlobalClustersResult |
withGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters and instances returned by this request.
|
DescribeGlobalClustersResult |
withGlobalClusters(GlobalCluster... globalClusters)
The list of global clusters and instances returned by this request.
|
DescribeGlobalClustersResult |
withMarker(String marker)
A pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMarker(String 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.
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.public String getMarker()
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 DescribeGlobalClustersResult withMarker(String 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.
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.public List<GlobalCluster> getGlobalClusters()
The list of global clusters and instances returned by this request.
public void setGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters and instances returned by this request.
globalClusters - The list of global clusters and instances returned by this request.public DescribeGlobalClustersResult withGlobalClusters(GlobalCluster... globalClusters)
The list of global clusters and instances returned by this request.
NOTE: This method appends the values to the existing list (if any). Use
setGlobalClusters(java.util.Collection) or withGlobalClusters(java.util.Collection) if you want
to override the existing values.
globalClusters - The list of global clusters and instances returned by this request.public DescribeGlobalClustersResult withGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters and instances returned by this request.
globalClusters - The list of global clusters and instances returned by this request.public String toString()
toString in class ObjectObject.toString()public DescribeGlobalClustersResult clone()