@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelEnvironmentDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelEnvironmentDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
CancelEnvironmentDeploymentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEnvironmentName()
The name of the environment with the deployment to cancel.
|
int |
hashCode() |
void |
setEnvironmentName(String environmentName)
The name of the environment with the deployment to cancel.
|
String |
toString()
Returns a string representation of this object.
|
CancelEnvironmentDeploymentRequest |
withEnvironmentName(String environmentName)
The name of the environment with the deployment 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, withSdkRequestTimeout
public void setEnvironmentName(String environmentName)
The name of the environment with the deployment to cancel.
environmentName
- The name of the environment with the deployment to cancel.public String getEnvironmentName()
The name of the environment with the deployment to cancel.
public CancelEnvironmentDeploymentRequest withEnvironmentName(String environmentName)
The name of the environment with the deployment to cancel.
environmentName
- The name of the environment with the deployment to cancel.public String toString()
toString
in class Object
Object.toString()
public CancelEnvironmentDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()