@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountID()
Source server post migration account ID.
|
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 |
setAccountID(String accountID)
Source server post migration account ID.
|
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 |
withAccountID(String accountID)
Source server post migration account ID.
|
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, 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)
Source server post migration account ID.
accountID
- Source server post migration account ID.public String getAccountID()
Source server post migration account ID.
public RemoveSourceServerActionRequest withAccountID(String accountID)
Source server post migration account ID.
accountID
- Source server post migration account ID.public 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 Object
Object.toString()
public RemoveSourceServerActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()