@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
ListAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttributeName()
The name of the attribute with which to filter the results.
|
String |
getAttributeValue()
The value of the attribute with which to filter results.
|
String |
getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.
|
Integer |
getMaxResults()
The maximum number of cluster results returned by
ListAttributes in paginated output. |
String |
getNextToken()
The
nextToken value returned from a previous paginated ListAttributes request where
maxResults was used and the results exceeded the value of that parameter. |
String |
getTargetType()
The type of the target with which to list attributes.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
The name of the attribute with which to filter the results.
|
void |
setAttributeValue(String attributeValue)
The value of the attribute with which to filter results.
|
void |
setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.
|
void |
setMaxResults(Integer maxResults)
The maximum number of cluster results returned by
ListAttributes in paginated output. |
void |
setNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListAttributes request where
maxResults was used and the results exceeded the value of that parameter. |
void |
setTargetType(String targetType)
The type of the target with which to list attributes.
|
void |
setTargetType(TargetType targetType)
The type of the target with which to list attributes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListAttributesRequest |
withAttributeName(String attributeName)
The name of the attribute with which to filter the results.
|
ListAttributesRequest |
withAttributeValue(String attributeValue)
The value of the attribute with which to filter results.
|
ListAttributesRequest |
withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.
|
ListAttributesRequest |
withMaxResults(Integer maxResults)
The maximum number of cluster results returned by
ListAttributes in paginated output. |
ListAttributesRequest |
withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListAttributes request where
maxResults was used and the results exceeded the value of that parameter. |
ListAttributesRequest |
withTargetType(String targetType)
The type of the target with which to list attributes.
|
ListAttributesRequest |
withTargetType(TargetType targetType)
The type of the target with which to list attributes.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes. 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 to list attributes. 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 to list attributes. If you do not specify a cluster, the default cluster is assumed.
public ListAttributesRequest withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes. 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 to list attributes. If you do not specify
a cluster, the default cluster is assumed.public void setTargetType(String targetType)
The type of the target with which to list attributes.
targetType
- The type of the target with which to list attributes.TargetType
public String getTargetType()
The type of the target with which to list attributes.
TargetType
public ListAttributesRequest withTargetType(String targetType)
The type of the target with which to list attributes.
targetType
- The type of the target with which to list attributes.TargetType
public void setTargetType(TargetType targetType)
The type of the target with which to list attributes.
targetType
- The type of the target with which to list attributes.TargetType
public ListAttributesRequest withTargetType(TargetType targetType)
The type of the target with which to list attributes.
targetType
- The type of the target with which to list attributes.TargetType
public void setAttributeName(String attributeName)
The name of the attribute with which to filter the results.
attributeName
- The name of the attribute with which to filter the results.public String getAttributeName()
The name of the attribute with which to filter the results.
public ListAttributesRequest withAttributeName(String attributeName)
The name of the attribute with which to filter the results.
attributeName
- The name of the attribute with which to filter the results.public void setAttributeValue(String attributeValue)
The value of the attribute with which to filter results. You must also specify an attribute name to use this parameter.
attributeValue
- The value of the attribute with which to filter results. You must also specify an attribute name to use
this parameter.public String getAttributeValue()
The value of the attribute with which to filter results. You must also specify an attribute name to use this parameter.
public ListAttributesRequest withAttributeValue(String attributeValue)
The value of the attribute with which to filter results. You must also specify an attribute name to use this parameter.
attributeValue
- The value of the attribute with which to filter results. You must also specify an attribute name to use
this parameter.public void setNextToken(String nextToken)
The nextToken
value returned from a previous paginated ListAttributes
request where
maxResults
was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken
value. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value returned from a previous paginated ListAttributes
request
where maxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken
value. This value
is null
when there are no more results to return. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
public String getNextToken()
The nextToken
value returned from a previous paginated ListAttributes
request where
maxResults
was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken
value. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken
value returned from a previous paginated ListAttributes
request
where maxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken
value. This value
is null
when there are no more results to return. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
public ListAttributesRequest withNextToken(String nextToken)
The nextToken
value returned from a previous paginated ListAttributes
request where
maxResults
was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the nextToken
value. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value returned from a previous paginated ListAttributes
request
where maxResults
was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken
value. This value
is null
when there are no more results to return. This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
public void setMaxResults(Integer maxResults)
The maximum number of cluster results returned by ListAttributes
in paginated output. When this
parameter is used, ListAttributes
only returns maxResults
results in a single page
along with a nextToken
response element. The remaining results of the initial request can be seen by
sending another ListAttributes
request with the returned nextToken
value. This value
can be between 1 and 100. If this parameter is not used, then ListAttributes
returns up to 100
results and a nextToken
value if applicable.
maxResults
- The maximum number of cluster results returned by ListAttributes
in paginated output. When
this parameter is used, ListAttributes
only returns maxResults
results in a
single page along with a nextToken
response element. The remaining results of the initial
request can be seen by sending another ListAttributes
request with the returned
nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
ListAttributes
returns up to 100 results and a nextToken
value if applicable.public Integer getMaxResults()
The maximum number of cluster results returned by ListAttributes
in paginated output. When this
parameter is used, ListAttributes
only returns maxResults
results in a single page
along with a nextToken
response element. The remaining results of the initial request can be seen by
sending another ListAttributes
request with the returned nextToken
value. This value
can be between 1 and 100. If this parameter is not used, then ListAttributes
returns up to 100
results and a nextToken
value if applicable.
ListAttributes
in paginated output. When
this parameter is used, ListAttributes
only returns maxResults
results in a
single page along with a nextToken
response element. The remaining results of the initial
request can be seen by sending another ListAttributes
request with the returned
nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
ListAttributes
returns up to 100 results and a nextToken
value if applicable.public ListAttributesRequest withMaxResults(Integer maxResults)
The maximum number of cluster results returned by ListAttributes
in paginated output. When this
parameter is used, ListAttributes
only returns maxResults
results in a single page
along with a nextToken
response element. The remaining results of the initial request can be seen by
sending another ListAttributes
request with the returned nextToken
value. This value
can be between 1 and 100. If this parameter is not used, then ListAttributes
returns up to 100
results and a nextToken
value if applicable.
maxResults
- The maximum number of cluster results returned by ListAttributes
in paginated output. When
this parameter is used, ListAttributes
only returns maxResults
results in a
single page along with a nextToken
response element. The remaining results of the initial
request can be seen by sending another ListAttributes
request with the returned
nextToken
value. This value can be between 1 and 100. If this parameter is not used, then
ListAttributes
returns up to 100 results and a nextToken
value if applicable.public String toString()
toString
in class Object
Object.toString()
public ListAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.