@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangeServerLifeCycleStateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ChangeServerLifeCycleStateRequest() |
| Modifier and Type | Method and Description |
|---|---|
ChangeServerLifeCycleStateRequest |
clone() |
boolean |
equals(Object obj) |
ChangeServerLifeCycleStateSourceServerLifecycle |
getLifeCycle()
The request to change the source server migration lifecycle state.
|
String |
getSourceServerID()
The request to change the source server migration lifecycle state by source server ID.
|
int |
hashCode() |
void |
setLifeCycle(ChangeServerLifeCycleStateSourceServerLifecycle lifeCycle)
The request to change the source server migration lifecycle state.
|
void |
setSourceServerID(String sourceServerID)
The request to change the source server migration lifecycle state by source server ID.
|
String |
toString()
Returns a string representation of this object.
|
ChangeServerLifeCycleStateRequest |
withLifeCycle(ChangeServerLifeCycleStateSourceServerLifecycle lifeCycle)
The request to change the source server migration lifecycle state.
|
ChangeServerLifeCycleStateRequest |
withSourceServerID(String sourceServerID)
The request to change the source server migration lifecycle state by source server ID.
|
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 setLifeCycle(ChangeServerLifeCycleStateSourceServerLifecycle lifeCycle)
The request to change the source server migration lifecycle state.
lifeCycle - The request to change the source server migration lifecycle state.public ChangeServerLifeCycleStateSourceServerLifecycle getLifeCycle()
The request to change the source server migration lifecycle state.
public ChangeServerLifeCycleStateRequest withLifeCycle(ChangeServerLifeCycleStateSourceServerLifecycle lifeCycle)
The request to change the source server migration lifecycle state.
lifeCycle - The request to change the source server migration lifecycle state.public void setSourceServerID(String sourceServerID)
The request to change the source server migration lifecycle state by source server ID.
sourceServerID - The request to change the source server migration lifecycle state by source server ID.public String getSourceServerID()
The request to change the source server migration lifecycle state by source server ID.
public ChangeServerLifeCycleStateRequest withSourceServerID(String sourceServerID)
The request to change the source server migration lifecycle state by source server ID.
sourceServerID - The request to change the source server migration lifecycle state by source server ID.public String toString()
toString in class ObjectObject.toString()public ChangeServerLifeCycleStateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.