public class DescribeExportConfigurationsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
exportIds
A unique identifier that you can use to query the export status.
|
private java.lang.Integer |
maxResults
The maximum number of results that you want to display as a part of the
query.
|
private java.lang.String |
nextToken
A token to get the next set of results.
|
NOOP
Constructor and Description |
---|
DescribeExportConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeExportConfigurationsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getExportIds()
A unique identifier that you can use to query the export status.
|
java.lang.Integer |
getMaxResults()
The maximum number of results that you want to display as a part of the
query.
|
java.lang.String |
getNextToken()
A token to get the next set of results.
|
int |
hashCode() |
void |
setExportIds(java.util.Collection<java.lang.String> exportIds)
A unique identifier that you can use to query the export status.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results that you want to display as a part of the
query.
|
void |
setNextToken(java.lang.String nextToken)
A token to get the next set of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeExportConfigurationsRequest |
withExportIds(java.util.Collection<java.lang.String> exportIds)
A unique identifier that you can use to query the export status.
|
DescribeExportConfigurationsRequest |
withExportIds(java.lang.String... exportIds)
A unique identifier that you can use to query the export status.
|
DescribeExportConfigurationsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results that you want to display as a part of the
query.
|
DescribeExportConfigurationsRequest |
withNextToken(java.lang.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, withSdkRequestTimeout
private java.util.List<java.lang.String> exportIds
A unique identifier that you can use to query the export status.
private java.lang.Integer maxResults
The maximum number of results that you want to display as a part of the query.
private java.lang.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.
public java.util.List<java.lang.String> getExportIds()
A unique identifier that you can use to query the export status.
public void setExportIds(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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(java.lang.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 java.lang.Integer getMaxResults()
The maximum number of results that you want to display as a part of the query.
public DescribeExportConfigurationsRequest withMaxResults(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeExportConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()