public class DescribeReplicationGroupsResult extends Object implements Serializable, Cloneable
Represents the output of a DescribeReplicationGroups action.
| Constructor and Description | 
|---|
| DescribeReplicationGroupsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeReplicationGroupsResult | clone() | 
| boolean | equals(Object obj) | 
| String | getMarker()Provides an identifier to allow retrieval of paginated results. | 
| List<ReplicationGroup> | getReplicationGroups()A list of replication groups. | 
| int | hashCode() | 
| void | setMarker(String marker)Provides an identifier to allow retrieval of paginated results. | 
| void | setReplicationGroups(Collection<ReplicationGroup> replicationGroups)A list of replication groups. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DescribeReplicationGroupsResult | withMarker(String marker)Provides an identifier to allow retrieval of paginated results. | 
| DescribeReplicationGroupsResult | withReplicationGroups(Collection<ReplicationGroup> replicationGroups)A list of replication groups. | 
| DescribeReplicationGroupsResult | withReplicationGroups(ReplicationGroup... replicationGroups)A list of replication groups. | 
public String getMarker()
public void setMarker(String marker)
marker - Provides an identifier to allow retrieval of paginated results.public DescribeReplicationGroupsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker - Provides an identifier to allow retrieval of paginated results.public List<ReplicationGroup> getReplicationGroups()
public void setReplicationGroups(Collection<ReplicationGroup> replicationGroups)
replicationGroups - A list of replication groups. Each item in the list contains detailed
         information about one replication group.public DescribeReplicationGroupsResult withReplicationGroups(ReplicationGroup... replicationGroups)
 NOTE: This method appends the values to the existing list (if
 any). Use setReplicationGroups(java.util.Collection) or
 withReplicationGroups(java.util.Collection) if you want to
 override the existing values.
 
Returns a reference to this object so that method calls can be chained together.
replicationGroups - A list of replication groups. Each item in the list contains detailed
         information about one replication group.public DescribeReplicationGroupsResult withReplicationGroups(Collection<ReplicationGroup> replicationGroups)
Returns a reference to this object so that method calls can be chained together.
replicationGroups - A list of replication groups. Each item in the list contains detailed
         information about one replication group.public String toString()
toString in class ObjectObject.toString()public DescribeReplicationGroupsResult clone()
Copyright © 2015. All rights reserved.