@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.
|
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 |
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 |
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.
You can use this information to retrieve the full Cost Category information using
DescribeCostCategory.
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.
You can use this information to retrieve the full Cost Category information using
DescribeCostCategory.
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.
You can use this information to retrieve the full Cost Category information using
DescribeCostCategory.
You can use this information to retrieve the full Cost Category information using
DescribeCostCategory.
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.
You can use this information to retrieve the full Cost Category information using
DescribeCostCategory.
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.
You can use this information to retrieve the full Cost Category information using
DescribeCostCategory.
public String toString()
toString in class ObjectObject.toString()public ListCostCategoryDefinitionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.