@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCostCategoryDefinitionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCostCategoryDefinitionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCostCategoryDefinitionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEffectiveOn()
The date when the Cost Category was effective.
|
Integer |
getMaxResults()
The number of entries a paginated response contains.
|
String |
getNextToken()
The token to retrieve the next set of results.
|
int |
hashCode() |
void |
setEffectiveOn(String effectiveOn)
The date when the Cost Category was effective.
|
void |
setMaxResults(Integer maxResults)
The number of entries a paginated response contains.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListCostCategoryDefinitionsRequest |
withEffectiveOn(String effectiveOn)
The date when the Cost Category was effective.
|
ListCostCategoryDefinitionsRequest |
withMaxResults(Integer maxResults)
The number of entries a paginated response contains.
|
ListCostCategoryDefinitionsRequest |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
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 setEffectiveOn(String effectiveOn)
The date when the Cost Category was effective.
effectiveOn - The date when the Cost Category was effective.public String getEffectiveOn()
The date when the Cost Category was effective.
public ListCostCategoryDefinitionsRequest withEffectiveOn(String effectiveOn)
The date when the Cost Category was effective.
effectiveOn - The date when the Cost Category was effective.public void setNextToken(String nextToken)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
nextToken - The token to retrieve the next set of results. Amazon Web Services provides the token when the response
from a previous call has more results than the maximum page size.public String getNextToken()
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
public ListCostCategoryDefinitionsRequest withNextToken(String nextToken)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
nextToken - The token to retrieve the next set of results. Amazon Web Services provides the token when the response
from a previous call has more results than the maximum page size.public void setMaxResults(Integer maxResults)
The number of entries a paginated response contains.
maxResults - The number of entries a paginated response contains.public Integer getMaxResults()
The number of entries a paginated response contains.
public ListCostCategoryDefinitionsRequest withMaxResults(Integer maxResults)
The number of entries a paginated response contains.
maxResults - The number of entries a paginated response contains.public String toString()
toString in class ObjectObject.toString()public ListCostCategoryDefinitionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.