@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a stop deployment operation.
NOOP
Constructor and Description |
---|
StopDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
StopDeploymentRequest |
clone() |
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.
|
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
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()
clone
in class AmazonWebServiceRequest
Copyright © 2017. All rights reserved.