public class AbortEnvironmentUpdateRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
environmentId
This specifies the ID of the environment with the in-progress update that
you want to cancel.
|
private java.lang.String |
environmentName
This specifies the name of the environment with the in-progress update
that you want to cancel.
|
NOOP
Constructor and Description |
---|
AbortEnvironmentUpdateRequest() |
Modifier and Type | Method and Description |
---|---|
AbortEnvironmentUpdateRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEnvironmentId()
This specifies the ID of the environment with the in-progress update that
you want to cancel.
|
java.lang.String |
getEnvironmentName()
This specifies the name of the environment with the in-progress update
that you want to cancel.
|
int |
hashCode() |
void |
setEnvironmentId(java.lang.String environmentId)
This specifies the ID of the environment with the in-progress update that
you want to cancel.
|
void |
setEnvironmentName(java.lang.String environmentName)
This specifies the name of the environment with the in-progress update
that you want to cancel.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AbortEnvironmentUpdateRequest |
withEnvironmentId(java.lang.String environmentId)
This specifies the ID of the environment with the in-progress update that
you want to cancel.
|
AbortEnvironmentUpdateRequest |
withEnvironmentName(java.lang.String environmentName)
This specifies the name of the environment with the in-progress update
that you want to cancel.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String environmentId
This specifies the ID of the environment with the in-progress update that you want to cancel.
private java.lang.String environmentName
This specifies the name of the environment with the in-progress update that you want to cancel.
public void setEnvironmentId(java.lang.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 java.lang.String getEnvironmentId()
This specifies the ID of the environment with the in-progress update that you want to cancel.
public AbortEnvironmentUpdateRequest withEnvironmentId(java.lang.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(java.lang.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 java.lang.String getEnvironmentName()
This specifies the name of the environment with the in-progress update that you want to cancel.
public AbortEnvironmentUpdateRequest withEnvironmentName(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AbortEnvironmentUpdateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()