* 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
.
*
* Information about an export of a snapshot or cluster to Amazon S3. *
*/ private com.amazonaws.internal.SdkInternalList
* 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 void setMarker(String marker) {
this.marker = 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
.
*
DescribeExportTasks
request. A marker is used
* for pagination to identify the location to begin output for the next response of
* DescribeExportTasks
.
*/
public String getMarker() {
return this.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
.
*
DescribeExportTasks
request. A marker is used
* for pagination to identify the location to begin output for the next response of
* DescribeExportTasks
.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeExportTasksResult withMarker(String marker) {
setMarker(marker);
return this;
}
/**
* * Information about an export of a snapshot or cluster to Amazon S3. *
* * @return Information about an export of a snapshot or cluster to Amazon S3. */ public java.util.List* Information about an export of a snapshot or cluster to Amazon S3. *
* * @param exportTasks * Information about an export of a snapshot or cluster to Amazon S3. */ public void setExportTasks(java.util.Collection* 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 * {@link #setExportTasks(java.util.Collection)} or {@link #withExportTasks(java.util.Collection)} if you want to * override the existing values. *
* * @param exportTasks * Information about an export of a snapshot or cluster to Amazon S3. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeExportTasksResult withExportTasks(ExportTask... exportTasks) { if (this.exportTasks == null) { setExportTasks(new com.amazonaws.internal.SdkInternalList* Information about an export of a snapshot or cluster to Amazon S3. *
* * @param exportTasks * Information about an export of a snapshot or cluster to Amazon S3. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeExportTasksResult withExportTasks(java.util.Collection