public class DescribeReplicationGroupsResult extends Object implements Serializable
Represents the output of a DescribeReplicationGroups operation.
Constructor and Description |
---|
DescribeReplicationGroupsResult() |
Modifier and Type | Method and Description |
---|---|
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)
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 Object
Object.toString()
Copyright © 2014. All rights reserved.