@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbortEnvironmentUpdateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AbortEnvironmentUpdateRequest() |
| Modifier and Type | Method and Description |
|---|---|
AbortEnvironmentUpdateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEnvironmentId()
This specifies the ID of the environment with the in-progress update that you want to cancel.
|
String |
getEnvironmentName()
This specifies the name of the environment with the in-progress update that you want to cancel.
|
int |
hashCode() |
void |
setEnvironmentId(String environmentId)
This specifies the ID of the environment with the in-progress update that you want to cancel.
|
void |
setEnvironmentName(String environmentName)
This specifies the name of the environment with the in-progress update that you want to cancel.
|
String |
toString()
Returns a string representation of this object.
|
AbortEnvironmentUpdateRequest |
withEnvironmentId(String environmentId)
This specifies the ID of the environment with the in-progress update that you want to cancel.
|
AbortEnvironmentUpdateRequest |
withEnvironmentName(String environmentName)
This specifies the name of the environment with the in-progress update that you want to cancel.
|
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, withSdkRequestTimeoutpublic void setEnvironmentId(String environmentId)
This specifies the ID of the environment with the in-progress update that you want to cancel.
environmentId - This specifies the ID of the environment with the in-progress update that you want to cancel.public String getEnvironmentId()
This specifies the ID of the environment with the in-progress update that you want to cancel.
public AbortEnvironmentUpdateRequest withEnvironmentId(String environmentId)
This specifies the ID of the environment with the in-progress update that you want to cancel.
environmentId - This specifies the ID of the environment with the in-progress update that you want to cancel.public void setEnvironmentName(String environmentName)
This specifies the name of the environment with the in-progress update that you want to cancel.
environmentName - This specifies the name of the environment with the in-progress update that you want to cancel.public String getEnvironmentName()
This specifies the name of the environment with the in-progress update that you want to cancel.
public AbortEnvironmentUpdateRequest withEnvironmentName(String environmentName)
This specifies the name of the environment with the in-progress update that you want to cancel.
environmentName - This specifies the name of the environment with the in-progress update that you want to cancel.public String toString()
toString in class ObjectObject.toString()public AbortEnvironmentUpdateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()