@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExportTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeExportTasksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeExportTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExportTaskIdentifier()
The identifier of the snapshot export task to be described.
|
List<Filter> |
getFilters()
Filters specify one or more snapshot exports to describe.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeExportTasks request. |
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
String |
getSourceArn()
The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.
|
int |
hashCode() |
void |
setExportTaskIdentifier(String exportTaskIdentifier)
The identifier of the snapshot export task to be described.
|
void |
setFilters(Collection<Filter> filters)
Filters specify one or more snapshot exports to describe.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeExportTasks request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
void |
setSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
DescribeExportTasksRequest |
withExportTaskIdentifier(String exportTaskIdentifier)
The identifier of the snapshot export task to be described.
|
DescribeExportTasksRequest |
withFilters(Collection<Filter> filters)
Filters specify one or more snapshot exports to describe.
|
DescribeExportTasksRequest |
withFilters(Filter... filters)
Filters specify one or more snapshot exports to describe.
|
DescribeExportTasksRequest |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeExportTasks request. |
DescribeExportTasksRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeExportTasksRequest |
withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.
|
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 void setExportTaskIdentifier(String exportTaskIdentifier)
The identifier of the snapshot export task to be described.
exportTaskIdentifier
- The identifier of the snapshot export task to be described.public String getExportTaskIdentifier()
The identifier of the snapshot export task to be described.
public DescribeExportTasksRequest withExportTaskIdentifier(String exportTaskIdentifier)
The identifier of the snapshot export task to be described.
exportTaskIdentifier
- The identifier of the snapshot export task to be described.public void setSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.
sourceArn
- The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.public String getSourceArn()
The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.
public DescribeExportTasksRequest withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.
sourceArn
- The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3.public List<Filter> getFilters()
Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs that define what to include in the output. Filter names and values are case-sensitive.
Supported filters include the following:
export-task-identifier
- An identifier for the snapshot export task.
s3-bucket
- The Amazon S3 bucket the snapshot is exported to.
source-arn
- The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3
status
- The status of the export task. Must be lowercase, for example, complete
.
Supported filters include the following:
export-task-identifier
- An identifier for the snapshot export task.
s3-bucket
- The Amazon S3 bucket the snapshot is exported to.
source-arn
- The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3
status
- The status of the export task. Must be lowercase, for example,
complete
.
public void setFilters(Collection<Filter> filters)
Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs that define what to include in the output. Filter names and values are case-sensitive.
Supported filters include the following:
export-task-identifier
- An identifier for the snapshot export task.
s3-bucket
- The Amazon S3 bucket the snapshot is exported to.
source-arn
- The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3
status
- The status of the export task. Must be lowercase, for example, complete
.
filters
- Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs
that define what to include in the output. Filter names and values are case-sensitive.
Supported filters include the following:
export-task-identifier
- An identifier for the snapshot export task.
s3-bucket
- The Amazon S3 bucket the snapshot is exported to.
source-arn
- The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3
status
- The status of the export task. Must be lowercase, for example, complete
.
public DescribeExportTasksRequest withFilters(Filter... filters)
Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs that define what to include in the output. Filter names and values are case-sensitive.
Supported filters include the following:
export-task-identifier
- An identifier for the snapshot export task.
s3-bucket
- The Amazon S3 bucket the snapshot is exported to.
source-arn
- The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3
status
- The status of the export task. Must be lowercase, for example, complete
.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs
that define what to include in the output. Filter names and values are case-sensitive.
Supported filters include the following:
export-task-identifier
- An identifier for the snapshot export task.
s3-bucket
- The Amazon S3 bucket the snapshot is exported to.
source-arn
- The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3
status
- The status of the export task. Must be lowercase, for example, complete
.
public DescribeExportTasksRequest withFilters(Collection<Filter> filters)
Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs that define what to include in the output. Filter names and values are case-sensitive.
Supported filters include the following:
export-task-identifier
- An identifier for the snapshot export task.
s3-bucket
- The Amazon S3 bucket the snapshot is exported to.
source-arn
- The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3
status
- The status of the export task. Must be lowercase, for example, complete
.
filters
- Filters specify one or more snapshot exports to describe. The filters are specified as name-value pairs
that define what to include in the output. Filter names and values are case-sensitive.
Supported filters include the following:
export-task-identifier
- An identifier for the snapshot export task.
s3-bucket
- The Amazon S3 bucket the snapshot is exported to.
source-arn
- The Amazon Resource Name (ARN) of the snapshot exported to Amazon S3
status
- The status of the export task. Must be lowercase, for example, complete
.
public void setMarker(String marker)
An optional pagination token provided by a previous DescribeExportTasks
request. If you specify this
parameter, the response includes only records beyond the marker, up to the value specified by the
MaxRecords
parameter.
marker
- An optional pagination token provided by a previous DescribeExportTasks
request. If you
specify this parameter, the response includes only records beyond the marker, up to the value specified by
the MaxRecords
parameter.public String getMarker()
An optional pagination token provided by a previous DescribeExportTasks
request. If you specify this
parameter, the response includes only records beyond the marker, up to the value specified by the
MaxRecords
parameter.
DescribeExportTasks
request. If you
specify this parameter, the response includes only records beyond the marker, up to the value specified
by the MaxRecords
parameter.public DescribeExportTasksRequest withMarker(String marker)
An optional pagination token provided by a previous DescribeExportTasks
request. If you specify this
parameter, the response includes only records beyond the marker, up to the value specified by the
MaxRecords
parameter.
marker
- An optional pagination token provided by a previous DescribeExportTasks
request. If you
specify this parameter, the response includes only records beyond the marker, up to the value specified by
the MaxRecords
parameter.public void setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified value, a
pagination token called a marker is included in the response. You can use the marker in a later
DescribeExportTasks
request to retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified value,
a pagination token called a marker is included in the response. You can use the marker in a later
DescribeExportTasks
request to retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public Integer getMaxRecords()
The maximum number of records to include in the response. If more records exist than the specified value, a
pagination token called a marker is included in the response. You can use the marker in a later
DescribeExportTasks
request to retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
DescribeExportTasks
request to retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public DescribeExportTasksRequest withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified value, a
pagination token called a marker is included in the response. You can use the marker in a later
DescribeExportTasks
request to retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified value,
a pagination token called a marker is included in the response. You can use the marker in a later
DescribeExportTasks
request to retrieve the remaining results.
Default: 100
Constraints: Minimum 20, maximum 100.
public String toString()
toString
in class Object
Object.toString()
public DescribeExportTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()