@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlobalReplicationGroupInfo extends Object implements Serializable, Cloneable
The name of the Global datastore and role of this replication group in the Global datastore.
| Constructor and Description | 
|---|
GlobalReplicationGroupInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
GlobalReplicationGroupInfo | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getGlobalReplicationGroupId()
 The name of the Global datastore 
 | 
String | 
getGlobalReplicationGroupMemberRole()
 The role of the replication group in a Global datastore. 
 | 
int | 
hashCode()  | 
void | 
setGlobalReplicationGroupId(String globalReplicationGroupId)
 The name of the Global datastore 
 | 
void | 
setGlobalReplicationGroupMemberRole(String globalReplicationGroupMemberRole)
 The role of the replication group in a Global datastore. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
GlobalReplicationGroupInfo | 
withGlobalReplicationGroupId(String globalReplicationGroupId)
 The name of the Global datastore 
 | 
GlobalReplicationGroupInfo | 
withGlobalReplicationGroupMemberRole(String globalReplicationGroupMemberRole)
 The role of the replication group in a Global datastore. 
 | 
public void setGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId - The name of the Global datastorepublic String getGlobalReplicationGroupId()
The name of the Global datastore
public GlobalReplicationGroupInfo withGlobalReplicationGroupId(String globalReplicationGroupId)
The name of the Global datastore
globalReplicationGroupId - The name of the Global datastorepublic void setGlobalReplicationGroupMemberRole(String globalReplicationGroupMemberRole)
The role of the replication group in a Global datastore. Can be primary or secondary.
globalReplicationGroupMemberRole - The role of the replication group in a Global datastore. Can be primary or secondary.public String getGlobalReplicationGroupMemberRole()
The role of the replication group in a Global datastore. Can be primary or secondary.
public GlobalReplicationGroupInfo withGlobalReplicationGroupMemberRole(String globalReplicationGroupMemberRole)
The role of the replication group in a Global datastore. Can be primary or secondary.
globalReplicationGroupMemberRole - The role of the replication group in a Global datastore. Can be primary or secondary.public String toString()
toString in class ObjectObject.toString()public GlobalReplicationGroupInfo clone()