@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateGlobalReplicationGroupRequest extends ElastiCacheRequest implements ToCopyableBuilder<DisassociateGlobalReplicationGroupRequest.Builder,DisassociateGlobalReplicationGroupRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateGlobalReplicationGroupRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateGlobalReplicationGroupRequest.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 datastore
|
int |
hashCode() |
String |
replicationGroupId()
The name of the secondary cluster you wish to remove from the Global datastore
|
String |
replicationGroupRegion()
The Amazon region of secondary cluster you wish to remove from the Global datastore
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateGlobalReplicationGroupRequest.Builder> |
serializableBuilderClass() |
DisassociateGlobalReplicationGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String globalReplicationGroupId()
The name of the Global datastore
public final String replicationGroupId()
The name of the secondary cluster you wish to remove from the Global datastore
public final String replicationGroupRegion()
The Amazon region of secondary cluster you wish to remove from the Global datastore
public DisassociateGlobalReplicationGroupRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateGlobalReplicationGroupRequest.Builder,DisassociateGlobalReplicationGroupRequest>toBuilder in class ElastiCacheRequestpublic static DisassociateGlobalReplicationGroupRequest.Builder builder()
public static Class<? extends DisassociateGlobalReplicationGroupRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.