|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.DescribeReplicationGroupsResult
public class DescribeReplicationGroupsResult
Represents the output of a DescribeReplicationGroups operation.
Constructor Summary | |
---|---|
DescribeReplicationGroupsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeReplicationGroupsResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |