@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExportConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeExportConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeExportConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getExportIds()
A unique identifier that you can use to query the export status.
|
Integer |
getMaxResults()
The maximum number of results that you want to display as a part of the query.
|
String |
getNextToken()
A token to get the next set of results.
|
int |
hashCode() |
void |
setExportIds(Collection<String> exportIds)
A unique identifier that you can use to query the export status.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results that you want to display as a part of the query.
|
void |
setNextToken(String nextToken)
A token to get the next set of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeExportConfigurationsRequest |
withExportIds(Collection<String> exportIds)
A unique identifier that you can use to query the export status.
|
DescribeExportConfigurationsRequest |
withExportIds(String... exportIds)
A unique identifier that you can use to query the export status.
|
DescribeExportConfigurationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that you want to display as a part of the query.
|
DescribeExportConfigurationsRequest |
withNextToken(String nextToken)
A token to get the next set of results.
|
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 List<String> getExportIds()
A unique identifier that you can use to query the export status.
public void setExportIds(Collection<String> exportIds)
A unique identifier that you can use to query the export status.
exportIds
- A unique identifier that you can use to query the export status.public DescribeExportConfigurationsRequest withExportIds(String... exportIds)
A unique identifier that you can use to query the export status.
NOTE: This method appends the values to the existing list (if any). Use
setExportIds(java.util.Collection)
or withExportIds(java.util.Collection)
if you want to
override the existing values.
exportIds
- A unique identifier that you can use to query the export status.public DescribeExportConfigurationsRequest withExportIds(Collection<String> exportIds)
A unique identifier that you can use to query the export status.
exportIds
- A unique identifier that you can use to query the export status.public void setMaxResults(Integer maxResults)
The maximum number of results that you want to display as a part of the query.
maxResults
- The maximum number of results that you want to display as a part of the query.public Integer getMaxResults()
The maximum number of results that you want to display as a part of the query.
public DescribeExportConfigurationsRequest withMaxResults(Integer maxResults)
The maximum number of results that you want to display as a part of the query.
maxResults
- The maximum number of results that you want to display as a part of the query.public void setNextToken(String nextToken)
A token to get the next set of results. For example, if you specify 100 IDs for
DescribeExportConfigurationsRequest$exportIds
but set
DescribeExportConfigurationsRequest$maxResults
to 10, you get results in a set of 10. Use the token
in the query to get the next set of 10.
nextToken
- A token to get the next set of results. For example, if you specify 100 IDs for
DescribeExportConfigurationsRequest$exportIds
but set
DescribeExportConfigurationsRequest$maxResults
to 10, you get results in a set of 10. Use the
token in the query to get the next set of 10.public String getNextToken()
A token to get the next set of results. For example, if you specify 100 IDs for
DescribeExportConfigurationsRequest$exportIds
but set
DescribeExportConfigurationsRequest$maxResults
to 10, you get results in a set of 10. Use the token
in the query to get the next set of 10.
DescribeExportConfigurationsRequest$exportIds
but set
DescribeExportConfigurationsRequest$maxResults
to 10, you get results in a set of 10. Use
the token in the query to get the next set of 10.public DescribeExportConfigurationsRequest withNextToken(String nextToken)
A token to get the next set of results. For example, if you specify 100 IDs for
DescribeExportConfigurationsRequest$exportIds
but set
DescribeExportConfigurationsRequest$maxResults
to 10, you get results in a set of 10. Use the token
in the query to get the next set of 10.
nextToken
- A token to get the next set of results. For example, if you specify 100 IDs for
DescribeExportConfigurationsRequest$exportIds
but set
DescribeExportConfigurationsRequest$maxResults
to 10, you get results in a set of 10. Use the
token in the query to get the next set of 10.public String toString()
toString
in class Object
Object.toString()
public DescribeExportConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.