Class DescribeReplicationGroupsResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output of a DescribeReplicationGroups action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanProvides an identifier to allow retrieval of paginated results.A list of replication groups.inthashCode()voidProvides an identifier to allow retrieval of paginated results.voidsetReplicationGroups(Collection<ReplicationGroup> replicationGroups) A list of replication groups.toString()Returns a string representation of this object; useful for testing and debugging.withMarker(String marker) Provides an identifier to allow retrieval of paginated results.withReplicationGroups(ReplicationGroup... replicationGroups) A list of replication groups.withReplicationGroups(Collection<ReplicationGroup> replicationGroups) A list of replication groups.
-
Constructor Details
-
DescribeReplicationGroupsResult
public DescribeReplicationGroupsResult()
-
-
Method Details
-
setMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker- Provides an identifier to allow retrieval of paginated results.
-
getMarker
Provides an identifier to allow retrieval of paginated results.
- Returns:
- Provides an identifier to allow retrieval of paginated results.
-
withMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker- Provides an identifier to allow retrieval of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
A list of replication groups. Each item in the list contains detailed information about one replication group.
NOTE: This method appends the values to the existing list (if any). Use
setReplicationGroups(java.util.Collection)orwithReplicationGroups(java.util.Collection)if you want to override the existing values.- Parameters:
replicationGroups- A list of replication groups. Each item in the list contains detailed information about one replication group.- Returns:
- Returns a reference to this 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.
- Parameters:
replicationGroups- A list of replication groups. Each item in the list contains detailed information about one replication group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-