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