@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a StopDeployment operation.
NOOP
Constructor and Description |
---|
StopDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
StopDeploymentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAutoRollbackEnabled()
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the
previous version of the application revision.
|
String |
getDeploymentId()
The unique ID of a deployment.
|
int |
hashCode() |
Boolean |
isAutoRollbackEnabled()
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the
previous version of the application revision.
|
void |
setAutoRollbackEnabled(Boolean autoRollbackEnabled)
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the
previous version of the application revision.
|
void |
setDeploymentId(String deploymentId)
The unique ID of a deployment.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StopDeploymentRequest |
withAutoRollbackEnabled(Boolean autoRollbackEnabled)
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the
previous version of the application revision.
|
StopDeploymentRequest |
withDeploymentId(String deploymentId)
The unique ID of a deployment.
|
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 setDeploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId
- The unique ID of a deployment.public String getDeploymentId()
The unique ID of a deployment.
public StopDeploymentRequest withDeploymentId(String deploymentId)
The unique ID of a deployment.
deploymentId
- The unique ID of a deployment.public void setAutoRollbackEnabled(Boolean autoRollbackEnabled)
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.
autoRollbackEnabled
- Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to
the previous version of the application revision.public Boolean getAutoRollbackEnabled()
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.
public StopDeploymentRequest withAutoRollbackEnabled(Boolean autoRollbackEnabled)
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.
autoRollbackEnabled
- Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to
the previous version of the application revision.public Boolean isAutoRollbackEnabled()
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.
public String toString()
toString
in class Object
Object.toString()
public StopDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.