@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 returned by this request.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeGlobalClusters request. |
int |
hashCode() |
void |
setGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters returned by this request.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeGlobalClusters request. |
String |
toString()
Returns a string representation of this object.
|
DescribeGlobalClustersResult |
withGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters returned by this request.
|
DescribeGlobalClustersResult |
withGlobalClusters(GlobalCluster... globalClusters)
The list of global clusters returned by this request.
|
DescribeGlobalClustersResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeGlobalClusters request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String 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
.
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
.public String getMarker()
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 DescribeGlobalClustersResult withMarker(String 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
.
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
.public List<GlobalCluster> getGlobalClusters()
The list of global clusters returned by this request.
public void setGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters returned by this request.
globalClusters
- The list of global clusters returned by this request.public DescribeGlobalClustersResult withGlobalClusters(GlobalCluster... globalClusters)
The list of global clusters 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 returned by this request.public DescribeGlobalClustersResult withGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters returned by this request.
globalClusters
- The list of global clusters returned by this request.public String toString()
toString
in class Object
Object.toString()
public DescribeGlobalClustersResult clone()