@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCustomLineItemVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCustomLineItemVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCustomLineItemVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the custom line item.
|
ListCustomLineItemVersionsFilter |
getFilters()
A
ListCustomLineItemVersionsFilter that specifies the billing period range in which the custom line
item versions are applied. |
Integer |
getMaxResults()
The maximum number of custom line item versions to retrieve.
|
String |
getNextToken()
The pagination token that's used on subsequent calls to retrieve custom line item versions.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the custom line item.
|
void |
setFilters(ListCustomLineItemVersionsFilter filters)
A
ListCustomLineItemVersionsFilter that specifies the billing period range in which the custom line
item versions are applied. |
void |
setMaxResults(Integer maxResults)
The maximum number of custom line item versions to retrieve.
|
void |
setNextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve custom line item versions.
|
String |
toString()
Returns a string representation of this object.
|
ListCustomLineItemVersionsRequest |
withArn(String arn)
The Amazon Resource Name (ARN) for the custom line item.
|
ListCustomLineItemVersionsRequest |
withFilters(ListCustomLineItemVersionsFilter filters)
A
ListCustomLineItemVersionsFilter that specifies the billing period range in which the custom line
item versions are applied. |
ListCustomLineItemVersionsRequest |
withMaxResults(Integer maxResults)
The maximum number of custom line item versions to retrieve.
|
ListCustomLineItemVersionsRequest |
withNextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve custom line item versions.
|
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 setArn(String arn)
The Amazon Resource Name (ARN) for the custom line item.
arn
- The Amazon Resource Name (ARN) for the custom line item.public String getArn()
The Amazon Resource Name (ARN) for the custom line item.
public ListCustomLineItemVersionsRequest withArn(String arn)
The Amazon Resource Name (ARN) for the custom line item.
arn
- The Amazon Resource Name (ARN) for the custom line item.public void setMaxResults(Integer maxResults)
The maximum number of custom line item versions to retrieve.
maxResults
- The maximum number of custom line item versions to retrieve.public Integer getMaxResults()
The maximum number of custom line item versions to retrieve.
public ListCustomLineItemVersionsRequest withMaxResults(Integer maxResults)
The maximum number of custom line item versions to retrieve.
maxResults
- The maximum number of custom line item versions to retrieve.public void setNextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve custom line item versions.
nextToken
- The pagination token that's used on subsequent calls to retrieve custom line item versions.public String getNextToken()
The pagination token that's used on subsequent calls to retrieve custom line item versions.
public ListCustomLineItemVersionsRequest withNextToken(String nextToken)
The pagination token that's used on subsequent calls to retrieve custom line item versions.
nextToken
- The pagination token that's used on subsequent calls to retrieve custom line item versions.public void setFilters(ListCustomLineItemVersionsFilter filters)
A ListCustomLineItemVersionsFilter
that specifies the billing period range in which the custom line
item versions are applied.
filters
- A ListCustomLineItemVersionsFilter
that specifies the billing period range in which the
custom line item versions are applied.public ListCustomLineItemVersionsFilter getFilters()
A ListCustomLineItemVersionsFilter
that specifies the billing period range in which the custom line
item versions are applied.
ListCustomLineItemVersionsFilter
that specifies the billing period range in which the
custom line item versions are applied.public ListCustomLineItemVersionsRequest withFilters(ListCustomLineItemVersionsFilter filters)
A ListCustomLineItemVersionsFilter
that specifies the billing period range in which the custom line
item versions are applied.
filters
- A ListCustomLineItemVersionsFilter
that specifies the billing period range in which the
custom line item versions are applied.public String toString()
toString
in class Object
Object.toString()
public ListCustomLineItemVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()