@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeContinuousExportsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeContinuousExportsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeContinuousExportsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getExportIds()
The unique IDs assigned to the exports.
|
Integer |
getMaxResults()
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
|
String |
getNextToken()
The token from the previous call to
DescribeExportTasks . |
int |
hashCode() |
void |
setExportIds(Collection<String> exportIds)
The unique IDs assigned to the exports.
|
void |
setMaxResults(Integer maxResults)
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
|
void |
setNextToken(String nextToken)
The token from the previous call to
DescribeExportTasks . |
String |
toString()
Returns a string representation of this object.
|
DescribeContinuousExportsRequest |
withExportIds(Collection<String> exportIds)
The unique IDs assigned to the exports.
|
DescribeContinuousExportsRequest |
withExportIds(String... exportIds)
The unique IDs assigned to the exports.
|
DescribeContinuousExportsRequest |
withMaxResults(Integer maxResults)
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
|
DescribeContinuousExportsRequest |
withNextToken(String nextToken)
The token from the previous call to
DescribeExportTasks . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getExportIds()
The unique IDs assigned to the exports.
public void setExportIds(Collection<String> exportIds)
The unique IDs assigned to the exports.
exportIds
- The unique IDs assigned to the exports.public DescribeContinuousExportsRequest withExportIds(String... exportIds)
The unique IDs assigned to the exports.
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
- The unique IDs assigned to the exports.public DescribeContinuousExportsRequest withExportIds(Collection<String> exportIds)
The unique IDs assigned to the exports.
exportIds
- The unique IDs assigned to the exports.public void setMaxResults(Integer maxResults)
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
maxResults
- A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.public Integer getMaxResults()
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
public DescribeContinuousExportsRequest withMaxResults(Integer maxResults)
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
maxResults
- A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.public void setNextToken(String nextToken)
The token from the previous call to DescribeExportTasks
.
nextToken
- The token from the previous call to DescribeExportTasks
.public String getNextToken()
The token from the previous call to DescribeExportTasks
.
DescribeExportTasks
.public DescribeContinuousExportsRequest withNextToken(String nextToken)
The token from the previous call to DescribeExportTasks
.
nextToken
- The token from the previous call to DescribeExportTasks
.public String toString()
toString
in class Object
Object.toString()
public DescribeContinuousExportsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()