@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveSourceServerActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RemoveSourceServerActionRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveSourceServerActionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getActionID()
Source server post migration custom action ID to remove.
|
String |
getSourceServerID()
Source server ID of the post migration custom action to remove.
|
int |
hashCode() |
void |
setActionID(String actionID)
Source server post migration custom action ID to remove.
|
void |
setSourceServerID(String sourceServerID)
Source server ID of the post migration custom action to remove.
|
String |
toString()
Returns a string representation of this object.
|
RemoveSourceServerActionRequest |
withActionID(String actionID)
Source server post migration custom action ID to remove.
|
RemoveSourceServerActionRequest |
withSourceServerID(String sourceServerID)
Source server ID of the post migration custom action to remove.
|
addHandlerContext, copyBaseTo, 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 setActionID(String actionID)
Source server post migration custom action ID to remove.
actionID - Source server post migration custom action ID to remove.public String getActionID()
Source server post migration custom action ID to remove.
public RemoveSourceServerActionRequest withActionID(String actionID)
Source server post migration custom action ID to remove.
actionID - Source server post migration custom action ID to remove.public void setSourceServerID(String sourceServerID)
Source server ID of the post migration custom action to remove.
sourceServerID - Source server ID of the post migration custom action to remove.public String getSourceServerID()
Source server ID of the post migration custom action to remove.
public RemoveSourceServerActionRequest withSourceServerID(String sourceServerID)
Source server ID of the post migration custom action to remove.
sourceServerID - Source server ID of the post migration custom action to remove.public String toString()
toString in class ObjectObject.toString()public RemoveSourceServerActionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.