@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAttributeValuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAttributeValuesRequest() |
Modifier and Type | Method and Description |
---|---|
GetAttributeValuesRequest |
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 that you want to retrieve the values for, such as
volumeType . |
Integer |
getMaxResults()
The maximum number of results to return in response.
|
String |
getNextToken()
The pagination token that indicates the next set of results that you want to retrieve.
|
String |
getServiceCode()
The service code for the service whose attributes you want to retrieve.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
The name of the attribute that you want to retrieve the values for, such as
volumeType . |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in response.
|
void |
setNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
void |
setServiceCode(String serviceCode)
The service code for the service whose attributes you want to retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetAttributeValuesRequest |
withAttributeName(String attributeName)
The name of the attribute that you want to retrieve the values for, such as
volumeType . |
GetAttributeValuesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in response.
|
GetAttributeValuesRequest |
withNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
GetAttributeValuesRequest |
withServiceCode(String serviceCode)
The service code for the service whose attributes you want to retrieve.
|
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 setServiceCode(String serviceCode)
The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an
EC2 attribute, use AmazonEC2
.
serviceCode
- The service code for the service whose attributes you want to retrieve. For example, if you want the
retrieve an EC2 attribute, use AmazonEC2
.public String getServiceCode()
The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an
EC2 attribute, use AmazonEC2
.
AmazonEC2
.public GetAttributeValuesRequest withServiceCode(String serviceCode)
The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an
EC2 attribute, use AmazonEC2
.
serviceCode
- The service code for the service whose attributes you want to retrieve. For example, if you want the
retrieve an EC2 attribute, use AmazonEC2
.public void setAttributeName(String attributeName)
The name of the attribute that you want to retrieve the values for, such as volumeType
.
attributeName
- The name of the attribute that you want to retrieve the values for, such as volumeType
.public String getAttributeName()
The name of the attribute that you want to retrieve the values for, such as volumeType
.
volumeType
.public GetAttributeValuesRequest withAttributeName(String attributeName)
The name of the attribute that you want to retrieve the values for, such as volumeType
.
attributeName
- The name of the attribute that you want to retrieve the values for, such as volumeType
.public void setNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
nextToken
- The pagination token that indicates the next set of results that you want to retrieve.public String getNextToken()
The pagination token that indicates the next set of results that you want to retrieve.
public GetAttributeValuesRequest withNextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
nextToken
- The pagination token that indicates the next set of results that you want to retrieve.public void setMaxResults(Integer maxResults)
The maximum number of results to return in response.
maxResults
- The maximum number of results to return in response.public Integer getMaxResults()
The maximum number of results to return in response.
public GetAttributeValuesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in response.
maxResults
- The maximum number of results to return in response.public String toString()
toString
in class Object
Object.toString()
public GetAttributeValuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.