@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExportTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeExportTasksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeExportTasksResult |
clone() |
boolean |
equals(Object obj) |
List<ExportTask> |
getExportTasks()
Information about an export of a snapshot or cluster to Amazon S3.
|
String |
getMarker()
A pagination token that can be used in a later
DescribeExportTasks request. |
int |
hashCode() |
void |
setExportTasks(Collection<ExportTask> exportTasks)
Information about an export of a snapshot or cluster to Amazon S3.
|
void |
setMarker(String marker)
A pagination token that can be used in a later
DescribeExportTasks request. |
String |
toString()
Returns a string representation of this object.
|
DescribeExportTasksResult |
withExportTasks(Collection<ExportTask> exportTasks)
Information about an export of a snapshot or cluster to Amazon S3.
|
DescribeExportTasksResult |
withExportTasks(ExportTask... exportTasks)
Information about an export of a snapshot or cluster to Amazon S3.
|
DescribeExportTasksResult |
withMarker(String marker)
A pagination token that can be used in a later
DescribeExportTasks request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String marker)
A pagination token that can be used in a later DescribeExportTasks
request. A marker is used for
pagination to identify the location to begin output for the next response of DescribeExportTasks
.
marker
- A pagination token that can be used in a later DescribeExportTasks
request. A marker is used
for pagination to identify the location to begin output for the next response of
DescribeExportTasks
.public String getMarker()
A pagination token that can be used in a later DescribeExportTasks
request. A marker is used for
pagination to identify the location to begin output for the next response of DescribeExportTasks
.
DescribeExportTasks
request. A marker is used
for pagination to identify the location to begin output for the next response of
DescribeExportTasks
.public DescribeExportTasksResult withMarker(String marker)
A pagination token that can be used in a later DescribeExportTasks
request. A marker is used for
pagination to identify the location to begin output for the next response of DescribeExportTasks
.
marker
- A pagination token that can be used in a later DescribeExportTasks
request. A marker is used
for pagination to identify the location to begin output for the next response of
DescribeExportTasks
.public List<ExportTask> getExportTasks()
Information about an export of a snapshot or cluster to Amazon S3.
public void setExportTasks(Collection<ExportTask> exportTasks)
Information about an export of a snapshot or cluster to Amazon S3.
exportTasks
- Information about an export of a snapshot or cluster to Amazon S3.public DescribeExportTasksResult withExportTasks(ExportTask... exportTasks)
Information about an export of a snapshot or cluster to Amazon S3.
NOTE: This method appends the values to the existing list (if any). Use
setExportTasks(java.util.Collection)
or withExportTasks(java.util.Collection)
if you want to
override the existing values.
exportTasks
- Information about an export of a snapshot or cluster to Amazon S3.public DescribeExportTasksResult withExportTasks(Collection<ExportTask> exportTasks)
Information about an export of a snapshot or cluster to Amazon S3.
exportTasks
- Information about an export of a snapshot or cluster to Amazon S3.public String toString()
toString
in class Object
Object.toString()
public DescribeExportTasksResult clone()