com.amazonaws.services.elasticache.model
Class DescribeReplicationGroupsResult

java.lang.Object
  extended by com.amazonaws.services.elasticache.model.DescribeReplicationGroupsResult
All Implemented Interfaces:
Serializable

public class DescribeReplicationGroupsResult
extends Object
implements Serializable

Represents the output of a DescribeReplicationGroups operation.

See Also:
Serialized Form

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

DescribeReplicationGroupsResult

public DescribeReplicationGroupsResult()
Method Detail

getMarker

public String getMarker()
Provides an identifier to allow retrieval of paginated results.

Returns:
Provides an identifier to allow retrieval of paginated results.

setMarker

public void setMarker(String marker)
Provides an identifier to allow retrieval of paginated results.

Parameters:
marker - Provides an identifier to allow retrieval of paginated results.

withMarker

public DescribeReplicationGroupsResult withMarker(String marker)
Provides an identifier to allow retrieval of paginated results.

Returns a reference to this object so that method calls can be chained together.

Parameters:
marker - Provides an identifier to allow retrieval of paginated results.
Returns:
A reference to this updated object so that method calls can be chained together.

getReplicationGroups

public List<ReplicationGroup> getReplicationGroups()
A list of replication groups. Each item in the list contains detailed information about one replication group.

Returns:
A list of replication groups. Each item in the list contains detailed information about one replication group.

setReplicationGroups

public void setReplicationGroups(Collection<ReplicationGroup> replicationGroups)
A list of replication groups. Each item in the list contains detailed information about one replication group.

Parameters:
replicationGroups - A list of replication groups. Each item in the list contains detailed information about one replication group.

withReplicationGroups

public DescribeReplicationGroupsResult withReplicationGroups(ReplicationGroup... replicationGroups)
A list of replication groups. Each item in the list contains detailed information about one replication group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
replicationGroups - A list of replication groups. Each item in the list contains detailed information about one replication group.
Returns:
A reference to this updated object so that method calls can be chained together.

withReplicationGroups

public DescribeReplicationGroupsResult withReplicationGroups(Collection<ReplicationGroup> replicationGroups)
A list of replication groups. Each item in the list contains detailed information about one replication group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
replicationGroups - A list of replication groups. Each item in the list contains detailed information about one replication group.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.