@Generated(value="software.amazon.awssdk:codegen") public class DescribeEcsClustersRequest extends OpsWorksRequest implements ToCopyableBuilder<DescribeEcsClustersRequest.Builder,DescribeEcsClustersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEcsClustersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeEcsClustersRequest.Builder |
builder() |
List<String> |
ecsClusterArns()
A list of ARNs, one for each cluster to be described.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
Integer |
maxResults()
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with
a single call.
|
String |
nextToken()
If the previous paginated request did not return all of the remaining results, the response object's
NextToken parameter value is set to a token. |
static Class<? extends DescribeEcsClustersRequest.Builder> |
serializableBuilderClass() |
String |
stackId()
A stack ID.
|
DescribeEcsClustersRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfigcopypublic List<String> ecsClusterArns()
A list of ARNs, one for each cluster to be described.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String stackId()
A stack ID. DescribeEcsClusters returns a description of the cluster that is registered with the
stack.
DescribeEcsClusters returns a description of the cluster that is registered with
the stack.public String nextToken()
If the previous paginated request did not return all of the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call
DescribeEcsClusters again and assign that token to the request object's NextToken
parameter. If there are no remaining results, the previous response object's NextToken parameter is
set to null.
NextToken parameter value is set to a token. To retrieve the next set of results, call
DescribeEcsClusters again and assign that token to the request object's
NextToken parameter. If there are no remaining results, the previous response object's
NextToken parameter is set to null.public Integer maxResults()
To receive a paginated response, use this parameter to specify the maximum number of results to be returned with
a single call. If the number of available results exceeds this maximum, the response includes a
NextToken value that you can assign to the NextToken request parameter to get the next
set of results.
NextToken value that you can assign to the NextToken request
parameter to get the next set of results.public DescribeEcsClustersRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeEcsClustersRequest.Builder,DescribeEcsClustersRequest>toBuilder in class OpsWorksRequestpublic static DescribeEcsClustersRequest.Builder builder()
public static Class<? extends DescribeEcsClustersRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.