public class DescribeExportConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeExportConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeExportConfigurationsRequest |
clone() |
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 specified 100
IDs for DescribeConfigurationsRequest$configurationIds but
set DescribeExportConfigurationsRequest$maxResults to 10,
you will 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
specified 100 IDs for
DescribeConfigurationsRequest$configurationIds but
set DescribeExportConfigurationsRequest$maxResults to
10, you will 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 specified 100
IDs for DescribeConfigurationsRequest$configurationIds but
set DescribeExportConfigurationsRequest$maxResults to 10,
you will get results in a set of 10. Use the token in the query to get
the next set of 10.
DescribeConfigurationsRequest$configurationIds but
set DescribeExportConfigurationsRequest$maxResults
to 10, you will 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 specified 100
IDs for DescribeConfigurationsRequest$configurationIds but
set DescribeExportConfigurationsRequest$maxResults to 10,
you will 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
specified 100 IDs for
DescribeConfigurationsRequest$configurationIds but
set DescribeExportConfigurationsRequest$maxResults to
10, you will 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 ObjectObject.toString()public DescribeExportConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.