@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSourceServerReplicationTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSourceServerReplicationTypeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSourceServerReplicationTypeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountID()
Account ID on which to update replication type.
|
String |
getReplicationType()
Replication type to which to update source server.
|
String |
getSourceServerID()
ID of source server on which to update replication type.
|
int |
hashCode() |
void |
setAccountID(String accountID)
Account ID on which to update replication type.
|
void |
setReplicationType(String replicationType)
Replication type to which to update source server.
|
void |
setSourceServerID(String sourceServerID)
ID of source server on which to update replication type.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSourceServerReplicationTypeRequest |
withAccountID(String accountID)
Account ID on which to update replication type.
|
UpdateSourceServerReplicationTypeRequest |
withReplicationType(ReplicationType replicationType)
Replication type to which to update source server.
|
UpdateSourceServerReplicationTypeRequest |
withReplicationType(String replicationType)
Replication type to which to update source server.
|
UpdateSourceServerReplicationTypeRequest |
withSourceServerID(String sourceServerID)
ID of source server on which to update replication type.
|
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 UpdateSourceServerReplicationTypeRequest()
public void setAccountID(String accountID)
Account ID on which to update replication type.
accountID
- Account ID on which to update replication type.public String getAccountID()
Account ID on which to update replication type.
public UpdateSourceServerReplicationTypeRequest withAccountID(String accountID)
Account ID on which to update replication type.
accountID
- Account ID on which to update replication type.public void setReplicationType(String replicationType)
Replication type to which to update source server.
replicationType
- Replication type to which to update source server.ReplicationType
public String getReplicationType()
Replication type to which to update source server.
ReplicationType
public UpdateSourceServerReplicationTypeRequest withReplicationType(String replicationType)
Replication type to which to update source server.
replicationType
- Replication type to which to update source server.ReplicationType
public UpdateSourceServerReplicationTypeRequest withReplicationType(ReplicationType replicationType)
Replication type to which to update source server.
replicationType
- Replication type to which to update source server.ReplicationType
public void setSourceServerID(String sourceServerID)
ID of source server on which to update replication type.
sourceServerID
- ID of source server on which to update replication type.public String getSourceServerID()
ID of source server on which to update replication type.
public UpdateSourceServerReplicationTypeRequest withSourceServerID(String sourceServerID)
ID of source server on which to update replication type.
sourceServerID
- ID of source server on which to update replication type.public String toString()
toString
in class Object
Object.toString()
public UpdateSourceServerReplicationTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()