@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeContainerInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeContainerInstancesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeContainerInstancesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe.
|
List<String> |
getContainerInstances()
A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries.
|
int |
hashCode() |
void |
setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe.
|
void |
setContainerInstances(Collection<String> containerInstances)
A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeContainerInstancesRequest |
withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe.
|
DescribeContainerInstancesRequest |
withContainerInstances(Collection<String> containerInstances)
A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries.
|
DescribeContainerInstancesRequest |
withContainerInstances(String... containerInstances)
A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe. If you do not specify a cluster, the default cluster is assumed.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to
describe. If you do not specify a cluster, the default cluster is assumed.public String getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe. If you do not specify a cluster, the default cluster is assumed.
public DescribeContainerInstancesRequest withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe. If you do not specify a cluster, the default cluster is assumed.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to
describe. If you do not specify a cluster, the default cluster is assumed.public List<String> getContainerInstances()
A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries.
public void setContainerInstances(Collection<String> containerInstances)
A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries.
containerInstances - A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries.public DescribeContainerInstancesRequest withContainerInstances(String... containerInstances)
A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries.
NOTE: This method appends the values to the existing list (if any). Use
setContainerInstances(java.util.Collection) or withContainerInstances(java.util.Collection) if
you want to override the existing values.
containerInstances - A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries.public DescribeContainerInstancesRequest withContainerInstances(Collection<String> containerInstances)
A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries.
containerInstances - A space-separated list of container instance IDs or full Amazon Resource Name (ARN) entries.public String toString()
toString in class ObjectObject.toString()public DescribeContainerInstancesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.