@Generated(value="software.amazon.awssdk:codegen") public final class GlobalNodeGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlobalNodeGroup.Builder,GlobalNodeGroup>
Indicates the slot configuration and global identifier for a slice group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GlobalNodeGroup.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GlobalNodeGroup.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalNodeGroupId()
The name of the global node group
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GlobalNodeGroup.Builder> |
serializableBuilderClass() |
String |
slots()
The keyspace for this node group
|
GlobalNodeGroup.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String globalNodeGroupId()
The name of the global node group
public final String slots()
The keyspace for this node group
public GlobalNodeGroup.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GlobalNodeGroup.Builder,GlobalNodeGroup>public static GlobalNodeGroup.Builder builder()
public static Class<? extends GlobalNodeGroup.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.