Class DescribeExportConfigurationsRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanA unique identifier that you can use to query the export status.The maximum number of results that you want to display as a part of the query.A token to get the next set of results.inthashCode()voidsetExportIds(Collection<String> exportIds) A unique identifier that you can use to query the export status.voidsetMaxResults(Integer maxResults) The maximum number of results that you want to display as a part of the query.voidsetNextToken(String nextToken) A token to get the next set of results.toString()Returns a string representation of this object; useful for testing and debugging.withExportIds(String... exportIds) A unique identifier that you can use to query the export status.withExportIds(Collection<String> exportIds) A unique identifier that you can use to query the export status.withMaxResults(Integer maxResults) The maximum number of results that you want to display as a part of the query.withNextToken(String nextToken) A token to get the next set of results.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
DescribeExportConfigurationsRequest
public DescribeExportConfigurationsRequest()
-
-
Method Details
-
getExportIds
-
setExportIds
A unique identifier that you can use to query the export status.
- Parameters:
exportIds- A unique identifier that you can use to query the export status.
-
withExportIds
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)orwithExportIds(java.util.Collection)if you want to override the existing values.- Parameters:
exportIds- A unique identifier that you can use to query the export status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withExportIds
A unique identifier that you can use to query the export status.
- Parameters:
exportIds- A unique identifier that you can use to query the export status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxResults
The maximum number of results that you want to display as a part of the query.
- Parameters:
maxResults- The maximum number of results that you want to display as a part of the query.
-
getMaxResults
The maximum number of results that you want to display as a part of the query.
- Returns:
- The maximum number of results that you want to display as a part of the query.
-
withMaxResults
The maximum number of results that you want to display as a part of the query.
- Parameters:
maxResults- The maximum number of results that you want to display as a part of the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
A token to get the next set of results. For example, if you specified 100 IDs for
DescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.- Parameters:
nextToken- A token to get the next set of results. For example, if you specified 100 IDs forDescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.
-
getNextToken
A token to get the next set of results. For example, if you specified 100 IDs for
DescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.- Returns:
- A token to get the next set of results. For example, if you
specified 100 IDs for
DescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.
-
withNextToken
A token to get the next set of results. For example, if you specified 100 IDs for
DescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.- Parameters:
nextToken- A token to get the next set of results. For example, if you specified 100 IDs forDescribeConfigurationsRequest$configurationIdsbut setDescribeExportConfigurationsRequest$maxResultsto 10, you will get results in a set of 10. Use the token in the query to get the next set of 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-