@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GlobalNodeGroup extends Object implements Serializable, Cloneable
Indicates the slot configuration and global identifier for a slice group.
| Constructor and Description | 
|---|
| GlobalNodeGroup() | 
| Modifier and Type | Method and Description | 
|---|---|
| GlobalNodeGroup | clone() | 
| boolean | equals(Object obj) | 
| String | getGlobalNodeGroupId()
 The name of the global node group | 
| String | getSlots()
 The keyspace for this node group | 
| int | hashCode() | 
| void | setGlobalNodeGroupId(String globalNodeGroupId)
 The name of the global node group | 
| void | setSlots(String slots)
 The keyspace for this node group | 
| String | toString()Returns a string representation of this object. | 
| GlobalNodeGroup | withGlobalNodeGroupId(String globalNodeGroupId)
 The name of the global node group | 
| GlobalNodeGroup | withSlots(String slots)
 The keyspace for this node group | 
public void setGlobalNodeGroupId(String globalNodeGroupId)
The name of the global node group
globalNodeGroupId - The name of the global node grouppublic String getGlobalNodeGroupId()
The name of the global node group
public GlobalNodeGroup withGlobalNodeGroupId(String globalNodeGroupId)
The name of the global node group
globalNodeGroupId - The name of the global node grouppublic void setSlots(String slots)
The keyspace for this node group
slots - The keyspace for this node grouppublic String getSlots()
The keyspace for this node group
public GlobalNodeGroup withSlots(String slots)
The keyspace for this node group
slots - The keyspace for this node grouppublic String toString()
toString in class ObjectObject.toString()public GlobalNodeGroup clone()