@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMigrationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartMigrationRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartMigrationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<CustomerNodeEndpoint> |
getCustomerNodeEndpointList()
List of endpoints from which data should be migrated.
|
String |
getReplicationGroupId()
The ID of the replication group to which data should be migrated.
|
int |
hashCode() |
void |
setCustomerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
void |
setReplicationGroupId(String replicationGroupId)
The ID of the replication group to which data should be migrated.
|
String |
toString()
Returns a string representation of this object.
|
StartMigrationRequest |
withCustomerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
StartMigrationRequest |
withCustomerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
StartMigrationRequest |
withReplicationGroupId(String replicationGroupId)
The ID of the replication group to which data should be migrated.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setReplicationGroupId(String replicationGroupId)
The ID of the replication group to which data should be migrated.
replicationGroupId - The ID of the replication group to which data should be migrated.public String getReplicationGroupId()
The ID of the replication group to which data should be migrated.
public StartMigrationRequest withReplicationGroupId(String replicationGroupId)
The ID of the replication group to which data should be migrated.
replicationGroupId - The ID of the replication group to which data should be migrated.public List<CustomerNodeEndpoint> getCustomerNodeEndpointList()
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
public void setCustomerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
customerNodeEndpointList - List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have
only one element.public StartMigrationRequest withCustomerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
NOTE: This method appends the values to the existing list (if any). Use
setCustomerNodeEndpointList(java.util.Collection) or
withCustomerNodeEndpointList(java.util.Collection) if you want to override the existing values.
customerNodeEndpointList - List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have
only one element.public StartMigrationRequest withCustomerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
customerNodeEndpointList - List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have
only one element.public String toString()
toString in class ObjectObject.toString()public StartMigrationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()