@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestMigrationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
TestMigrationRequest() |
Modifier and Type | Method and Description |
---|---|
TestMigrationRequest |
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 is to 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 is to be migrated.
|
String |
toString()
Returns a string representation of this object.
|
TestMigrationRequest |
withCustomerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
TestMigrationRequest |
withCustomerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
TestMigrationRequest |
withReplicationGroupId(String replicationGroupId)
The ID of the replication group to which data is to 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, withSdkRequestTimeout
public void setReplicationGroupId(String replicationGroupId)
The ID of the replication group to which data is to be migrated.
replicationGroupId
- The ID of the replication group to which data is to be migrated.public String getReplicationGroupId()
The ID of the replication group to which data is to be migrated.
public TestMigrationRequest withReplicationGroupId(String replicationGroupId)
The ID of the replication group to which data is to be migrated.
replicationGroupId
- The ID of the replication group to which data is to be migrated.public List<CustomerNodeEndpoint> getCustomerNodeEndpointList()
List of endpoints from which data should be migrated. List should have only one element.
public void setCustomerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated. List should have only one element.
customerNodeEndpointList
- List of endpoints from which data should be migrated. List should have only one element.public TestMigrationRequest withCustomerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)
List of endpoints from which data should be migrated. 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. List should have only one element.public TestMigrationRequest withCustomerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated. List should have only one element.
customerNodeEndpointList
- List of endpoints from which data should be migrated. List should have only one element.public String toString()
toString
in class Object
Object.toString()
public TestMigrationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.