Class DescribeReplicationTasksResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An optional pagination token provided by a previous request.A description of the replication tasks.int
hashCode()
void
An optional pagination token provided by a previous request.void
setReplicationTasks
(Collection<ReplicationTask> replicationTasks) A description of the replication tasks.toString()
Returns a string representation of this object; useful for testing and debugging.withMarker
(String marker) An optional pagination token provided by a previous request.withReplicationTasks
(ReplicationTask... replicationTasks) A description of the replication tasks.withReplicationTasks
(Collection<ReplicationTask> replicationTasks) A description of the replication tasks.
-
Constructor Details
-
DescribeReplicationTasksResult
public DescribeReplicationTasksResult()
-
-
Method Details
-
setMarker
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
.- Parameters:
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 byMaxRecords
.
-
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
.- Returns:
- 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
.
-
withMarker
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
.- Parameters:
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 byMaxRecords
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getReplicationTasks
A description of the replication tasks.
- Returns:
- A description of the replication tasks.
-
setReplicationTasks
A description of the replication tasks.
- Parameters:
replicationTasks
- A description of the replication tasks.
-
withReplicationTasks
A description of the replication tasks.
NOTE: This method appends the values to the existing list (if any). Use
setReplicationTasks(java.util.Collection)
orwithReplicationTasks(java.util.Collection)
if you want to override the existing values.- Parameters:
replicationTasks
- A description of the replication tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withReplicationTasks
public DescribeReplicationTasksResult withReplicationTasks(Collection<ReplicationTask> replicationTasks) A description of the replication tasks.
- Parameters:
replicationTasks
- A description of the replication tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-