Class DescribeExportConfigurationsRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
A 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.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.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 com.amazonaws.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
A unique identifier that you can use to query the export status.
- Returns:
- A unique identifier that you can use to query the export status.
-
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$configurationIds
but setDescribeExportConfigurationsRequest$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.- Parameters:
nextToken
- A token to get the next set of results. For example, if you specified 100 IDs forDescribeConfigurationsRequest$configurationIds
but setDescribeExportConfigurationsRequest$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.
-
getNextToken
A token to get the next set of results. For example, if you specified 100 IDs for
DescribeConfigurationsRequest$configurationIds
but setDescribeExportConfigurationsRequest$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.- Returns:
- A token to get the next set of results. For example, if you
specified 100 IDs for
DescribeConfigurationsRequest$configurationIds
but setDescribeExportConfigurationsRequest$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.
-
withNextToken
A token to get the next set of results. For example, if you specified 100 IDs for
DescribeConfigurationsRequest$configurationIds
but setDescribeExportConfigurationsRequest$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.- Parameters:
nextToken
- A token to get the next set of results. For example, if you specified 100 IDs forDescribeConfigurationsRequest$configurationIds
but setDescribeExportConfigurationsRequest$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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-