@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartCutoverRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartCutoverRequest() |
Modifier and Type | Method and Description |
---|---|
StartCutoverRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartCutoverRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
StartCutoverRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountID()
Start Cutover by Account IDs
|
List<String> |
getSourceServerIDs()
Start Cutover by Source Server IDs.
|
Map<String,String> |
getTags()
Start Cutover by Tags.
|
int |
hashCode() |
void |
setAccountID(String accountID)
Start Cutover by Account IDs
|
void |
setSourceServerIDs(Collection<String> sourceServerIDs)
Start Cutover by Source Server IDs.
|
void |
setTags(Map<String,String> tags)
Start Cutover by Tags.
|
String |
toString()
Returns a string representation of this object.
|
StartCutoverRequest |
withAccountID(String accountID)
Start Cutover by Account IDs
|
StartCutoverRequest |
withSourceServerIDs(Collection<String> sourceServerIDs)
Start Cutover by Source Server IDs.
|
StartCutoverRequest |
withSourceServerIDs(String... sourceServerIDs)
Start Cutover by Source Server IDs.
|
StartCutoverRequest |
withTags(Map<String,String> tags)
Start Cutover by Tags.
|
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 setAccountID(String accountID)
Start Cutover by Account IDs
accountID
- Start Cutover by Account IDspublic String getAccountID()
Start Cutover by Account IDs
public StartCutoverRequest withAccountID(String accountID)
Start Cutover by Account IDs
accountID
- Start Cutover by Account IDspublic List<String> getSourceServerIDs()
Start Cutover by Source Server IDs.
public void setSourceServerIDs(Collection<String> sourceServerIDs)
Start Cutover by Source Server IDs.
sourceServerIDs
- Start Cutover by Source Server IDs.public StartCutoverRequest withSourceServerIDs(String... sourceServerIDs)
Start Cutover by Source Server IDs.
NOTE: This method appends the values to the existing list (if any). Use
setSourceServerIDs(java.util.Collection)
or withSourceServerIDs(java.util.Collection)
if you
want to override the existing values.
sourceServerIDs
- Start Cutover by Source Server IDs.public StartCutoverRequest withSourceServerIDs(Collection<String> sourceServerIDs)
Start Cutover by Source Server IDs.
sourceServerIDs
- Start Cutover by Source Server IDs.public void setTags(Map<String,String> tags)
Start Cutover by Tags.
tags
- Start Cutover by Tags.public StartCutoverRequest withTags(Map<String,String> tags)
Start Cutover by Tags.
tags
- Start Cutover by Tags.public StartCutoverRequest addTagsEntry(String key, String value)
public StartCutoverRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public StartCutoverRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()