@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() |
boolean |
equals(Object obj) |
String |
getAttributeName()
The name of the attribute to filter the results with.
|
String |
getAttributeValue()
The value of the attribute to filter results with.
|
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 that
ListAttributes returned in paginated output. |
String |
getNextToken()
The
nextToken value returned from a ListAttributes request indicating that more results
are available to fulfill the request and further calls are needed. |
String |
getTargetType()
The type of the target to list attributes with.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
The name of the attribute to filter the results with.
|
void |
setAttributeValue(String attributeValue)
The value of the attribute to filter results with.
|
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 that
ListAttributes returned in paginated output. |
void |
setNextToken(String nextToken)
The
nextToken value returned from a ListAttributes request indicating that more results
are available to fulfill the request and further calls are needed. |
void |
setTargetType(String targetType)
The type of the target to list attributes with.
|
void |
setTargetType(TargetType targetType)
The type of the target to list attributes with.
|
String |
toString()
Returns a string representation of this object.
|
ListAttributesRequest |
withAttributeName(String attributeName)
The name of the attribute to filter the results with.
|
ListAttributesRequest |
withAttributeValue(String attributeValue)
The value of the attribute to filter results with.
|
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 that
ListAttributes returned in paginated output. |
ListAttributesRequest |
withNextToken(String nextToken)
The
nextToken value returned from a ListAttributes request indicating that more results
are available to fulfill the request and further calls are needed. |
ListAttributesRequest |
withTargetType(String targetType)
The type of the target to list attributes with.
|
ListAttributesRequest |
withTargetType(TargetType targetType)
The type of the target to list attributes with.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 to list attributes with.
targetType - The type of the target to list attributes with.TargetTypepublic String getTargetType()
The type of the target to list attributes with.
TargetTypepublic ListAttributesRequest withTargetType(String targetType)
The type of the target to list attributes with.
targetType - The type of the target to list attributes with.TargetTypepublic void setTargetType(TargetType targetType)
The type of the target to list attributes with.
targetType - The type of the target to list attributes with.TargetTypepublic ListAttributesRequest withTargetType(TargetType targetType)
The type of the target to list attributes with.
targetType - The type of the target to list attributes with.TargetTypepublic void setAttributeName(String attributeName)
The name of the attribute to filter the results with.
attributeName - The name of the attribute to filter the results with.public String getAttributeName()
The name of the attribute to filter the results with.
public ListAttributesRequest withAttributeName(String attributeName)
The name of the attribute to filter the results with.
attributeName - The name of the attribute to filter the results with.public void setAttributeValue(String attributeValue)
The value of the attribute to filter results with. You must also specify an attribute name to use this parameter.
attributeValue - The value of the attribute to filter results with. You must also specify an attribute name to use this
parameter.public String getAttributeValue()
The value of the attribute to filter results with. You must also specify an attribute name to use this parameter.
public ListAttributesRequest withAttributeValue(String attributeValue)
The value of the attribute to filter results with. You must also specify an attribute name to use this parameter.
attributeValue - The value of the attribute to filter results with. You must also specify an attribute name to use this
parameter.public void setNextToken(String nextToken)
The nextToken value returned from a ListAttributes request indicating that more results
are available to fulfill the request and further calls are needed. If maxResults was provided, it's
possible the number of results to be fewer than maxResults.
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 ListAttributes request indicating that more
results are available to fulfill the request and further calls are needed. If maxResults was
provided, it's possible the number of results to be fewer than maxResults. 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 ListAttributes request indicating that more results
are available to fulfill the request and further calls are needed. If maxResults was provided, it's
possible the number of results to be fewer than maxResults.
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 ListAttributes request indicating that more
results are available to fulfill the request and further calls are needed. If maxResults was
provided, it's possible the number of results to be fewer than maxResults. 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 ListAttributes request indicating that more results
are available to fulfill the request and further calls are needed. If maxResults was provided, it's
possible the number of results to be fewer than maxResults.
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 ListAttributes request indicating that more
results are available to fulfill the request and further calls are needed. If maxResults was
provided, it's possible the number of results to be fewer than maxResults. 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 that ListAttributes returned 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 isn't used, then ListAttributes returns up to 100
results and a nextToken value if applicable.
maxResults - The maximum number of cluster results that ListAttributes returned 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 isn't used, then
ListAttributes returns up to 100 results and a nextToken value if applicable.public Integer getMaxResults()
The maximum number of cluster results that ListAttributes returned 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 isn't used, then ListAttributes returns up to 100
results and a nextToken value if applicable.
ListAttributes returned 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 isn't 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 that ListAttributes returned 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 isn't used, then ListAttributes returns up to 100
results and a nextToken value if applicable.
maxResults - The maximum number of cluster results that ListAttributes returned 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 isn't used, then
ListAttributes returns up to 100 results and a nextToken value if applicable.public String toString()
toString in class ObjectObject.toString()public ListAttributesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.