public class AbortEnvironmentUpdateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
AbortEnvironmentUpdate operation
.
Cancels in-progress environment configuration update or application version deployment.
NOOP
Constructor and Description |
---|
AbortEnvironmentUpdateRequest() |
Modifier and Type | Method and Description |
---|---|
AbortEnvironmentUpdateRequest |
clone()
Creates a shallow clone of this request.
|
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; useful for testing and
debugging.
|
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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getEnvironmentId()
public void setEnvironmentId(String environmentId)
environmentId
- This specifies the ID of the environment with the in-progress update
that you want to cancel.public AbortEnvironmentUpdateRequest withEnvironmentId(String environmentId)
Returns a reference to this object so that method calls can be chained together.
environmentId
- This specifies the ID of the environment with the in-progress update
that you want to cancel.public String getEnvironmentName()
Constraints:
Length: 4 - 23
public void setEnvironmentName(String environmentName)
Constraints:
Length: 4 - 23
environmentName
- This specifies the name of the environment with the in-progress update
that you want to cancel.public AbortEnvironmentUpdateRequest withEnvironmentName(String environmentName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 4 - 23
environmentName
- This specifies the name of the environment with the in-progress update
that you want to cancel.public String toString()
toString
in class Object
Object.toString()
public AbortEnvironmentUpdateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.