@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFreeTierUsageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetFreeTierUsageRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetFreeTierUsageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Expression |
getFilter()
An expression that specifies the conditions that you want each
FreeTierUsage object to meet. |
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
The pagination token that indicates the next set of results to retrieve.
|
int |
hashCode() |
void |
setFilter(Expression filter)
An expression that specifies the conditions that you want each
FreeTierUsage object to meet. |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetFreeTierUsageRequest |
withFilter(Expression filter)
An expression that specifies the conditions that you want each
FreeTierUsage object to meet. |
GetFreeTierUsageRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetFreeTierUsageRequest |
withNextToken(String nextToken)
The pagination token that indicates the next set of results 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, withSdkRequestTimeoutpublic void setFilter(Expression filter)
An expression that specifies the conditions that you want each FreeTierUsage object to meet.
filter - An expression that specifies the conditions that you want each FreeTierUsage object to meet.public Expression getFilter()
An expression that specifies the conditions that you want each FreeTierUsage object to meet.
FreeTierUsage object to meet.public GetFreeTierUsageRequest withFilter(Expression filter)
An expression that specifies the conditions that you want each FreeTierUsage object to meet.
filter - An expression that specifies the conditions that you want each FreeTierUsage object to meet.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response. MaxResults means that there can be up to
the specified number of values, but there might be fewer results based on your filters.
maxResults - The maximum number of results to return in the response. MaxResults means that there can be
up to the specified number of values, but there might be fewer results based on your filters.public Integer getMaxResults()
The maximum number of results to return in the response. MaxResults means that there can be up to
the specified number of values, but there might be fewer results based on your filters.
MaxResults means that there can be
up to the specified number of values, but there might be fewer results based on your filters.public GetFreeTierUsageRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response. MaxResults means that there can be up to
the specified number of values, but there might be fewer results based on your filters.
maxResults - The maximum number of results to return in the response. MaxResults means that there can be
up to the specified number of values, but there might be fewer results based on your filters.public void setNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.public String getNextToken()
The pagination token that indicates the next set of results to retrieve.
public GetFreeTierUsageRequest withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.public String toString()
toString in class ObjectObject.toString()public GetFreeTierUsageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()