@Generated(value="software.amazon.awssdk:codegen") public final class StartMigrationRequest extends ElastiCacheRequest implements ToCopyableBuilder<StartMigrationRequest.Builder,StartMigrationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartMigrationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartMigrationRequest.Builder |
builder() |
List<CustomerNodeEndpoint> |
customerNodeEndpointList()
List of endpoints from which data should be migrated.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCustomerNodeEndpointList()
Returns true if the CustomerNodeEndpointList property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
int |
hashCode() |
String |
replicationGroupId()
The ID of the replication group to which data should be migrated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartMigrationRequest.Builder> |
serializableBuilderClass() |
StartMigrationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replicationGroupId()
The ID of the replication group to which data should be migrated.
public final boolean hasCustomerNodeEndpointList()
public final List<CustomerNodeEndpoint> customerNodeEndpointList()
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCustomerNodeEndpointList() to see if a value was sent in this field.
public StartMigrationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartMigrationRequest.Builder,StartMigrationRequest>toBuilder in class ElastiCacheRequestpublic static StartMigrationRequest.Builder builder()
public static Class<? extends StartMigrationRequest.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 © 2021. All rights reserved.