Class DescribeExportConfigurationsRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.applicationdiscovery.model.DescribeExportConfigurationsRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class DescribeExportConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description DescribeExportConfigurationsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeExportConfigurationsRequest
clone()
Creates a shallow clone of this request.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(String... exportIds)
A unique identifier that you can use to query the export status.DescribeExportConfigurationsRequest
withExportIds(Collection<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.-
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
-
-
-
-
Method Detail
-
getExportIds
public List<String> 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
public void setExportIds(Collection<String> exportIds)
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
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)
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
public DescribeExportConfigurationsRequest withExportIds(Collection<String> exportIds)
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
public void setMaxResults(Integer maxResults)
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
public Integer 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
public DescribeExportConfigurationsRequest withMaxResults(Integer maxResults)
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
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 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
public String 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
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 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeExportConfigurationsRequest 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:
Object.clone()
-
-