Class GlobalReplicationGroupInfo
- java.lang.Object
-
- software.amazon.awssdk.services.elasticache.model.GlobalReplicationGroupInfo
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<GlobalReplicationGroupInfo.Builder,GlobalReplicationGroupInfo>
@Generated("software.amazon.awssdk:codegen") public final class GlobalReplicationGroupInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlobalReplicationGroupInfo.Builder,GlobalReplicationGroupInfo>
The name of the Global datastore and role of this replication group in the Global datastore.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GlobalReplicationGroupInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlobalReplicationGroupInfo.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
String
globalReplicationGroupId()
The name of the Global datastoreString
globalReplicationGroupMemberRole()
The role of the replication group in a Global datastore.int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends GlobalReplicationGroupInfo.Builder>
serializableBuilderClass()
GlobalReplicationGroupInfo.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
globalReplicationGroupId
public final String globalReplicationGroupId()
The name of the Global datastore
- Returns:
- The name of the Global datastore
-
globalReplicationGroupMemberRole
public final String globalReplicationGroupMemberRole()
The role of the replication group in a Global datastore. Can be primary or secondary.
- Returns:
- The role of the replication group in a Global datastore. Can be primary or secondary.
-
toBuilder
public GlobalReplicationGroupInfo.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<GlobalReplicationGroupInfo.Builder,GlobalReplicationGroupInfo>
-
builder
public static GlobalReplicationGroupInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends GlobalReplicationGroupInfo.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-