@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLongTermPricingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLongTermPricingRequest() |
Modifier and Type | Method and Description |
---|---|
ListLongTermPricingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of
ListLongTermPricing objects to return. |
String |
getNextToken()
Because HTTP requests are stateless, this is the starting point for your next list of
ListLongTermPricing to return. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of
ListLongTermPricing objects to return. |
void |
setNextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of
ListLongTermPricing to return. |
String |
toString()
Returns a string representation of this object.
|
ListLongTermPricingRequest |
withMaxResults(Integer maxResults)
The maximum number of
ListLongTermPricing objects to return. |
ListLongTermPricingRequest |
withNextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of
ListLongTermPricing to return. |
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 setMaxResults(Integer maxResults)
The maximum number of ListLongTermPricing
objects to return.
maxResults
- The maximum number of ListLongTermPricing
objects to return.public Integer getMaxResults()
The maximum number of ListLongTermPricing
objects to return.
ListLongTermPricing
objects to return.public ListLongTermPricingRequest withMaxResults(Integer maxResults)
The maximum number of ListLongTermPricing
objects to return.
maxResults
- The maximum number of ListLongTermPricing
objects to return.public void setNextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of
ListLongTermPricing
to return.
nextToken
- Because HTTP requests are stateless, this is the starting point for your next list of
ListLongTermPricing
to return.public String getNextToken()
Because HTTP requests are stateless, this is the starting point for your next list of
ListLongTermPricing
to return.
ListLongTermPricing
to return.public ListLongTermPricingRequest withNextToken(String nextToken)
Because HTTP requests are stateless, this is the starting point for your next list of
ListLongTermPricing
to return.
nextToken
- Because HTTP requests are stateless, this is the starting point for your next list of
ListLongTermPricing
to return.public String toString()
toString
in class Object
Object.toString()
public ListLongTermPricingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()