public class DescribeReplicationTasksResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeReplicationTasksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeReplicationTasksResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
An optional pagination token provided by a previous request.
|
List<ReplicationTask> |
getReplicationTasks()
A description of the replication tasks.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setReplicationTasks(Collection<ReplicationTask> replicationTasks)
A description of the replication tasks.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeReplicationTasksResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReplicationTasksResult |
withReplicationTasks(Collection<ReplicationTask> replicationTasks)
A description of the replication tasks.
|
DescribeReplicationTasksResult |
withReplicationTasks(ReplicationTask... replicationTasks)
A description of the replication tasks.
|
public void setMarker(String marker)
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If
this parameter is specified, the response includes only records
beyond the marker, up to the value specified by
MaxRecords
.public String getMarker()
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
MaxRecords
.public DescribeReplicationTasksResult withMarker(String marker)
An optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If
this parameter is specified, the response includes only records
beyond the marker, up to the value specified by
MaxRecords
.public List<ReplicationTask> getReplicationTasks()
A description of the replication tasks.
public void setReplicationTasks(Collection<ReplicationTask> replicationTasks)
A description of the replication tasks.
replicationTasks
- A description of the replication tasks.public DescribeReplicationTasksResult withReplicationTasks(ReplicationTask... replicationTasks)
A description of the replication tasks.
NOTE: This method appends the values to the existing list (if
any). Use setReplicationTasks(java.util.Collection)
or
withReplicationTasks(java.util.Collection)
if you want to
override the existing values.
replicationTasks
- A description of the replication tasks.public DescribeReplicationTasksResult withReplicationTasks(Collection<ReplicationTask> replicationTasks)
A description of the replication tasks.
replicationTasks
- A description of the replication tasks.public String toString()
toString
in class Object
Object.toString()
public DescribeReplicationTasksResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.