Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CancelUpdateStackRequest.Builder,CancelUpdateStackRequest>
@Generated("software.amazon.awssdk:codegen") public class CancelUpdateStackRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CancelUpdateStackRequest.Builder,CancelUpdateStackRequest>
The input for the CancelUpdateStack action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CancelUpdateStackRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CancelUpdateStackRequest.Builder |
builder() |
|
String |
clientRequestToken() |
A unique identifier for this
CancelUpdateStack request. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CancelUpdateStackRequest.Builder> |
serializableBuilderClass() |
|
String |
stackName() |
The name or the unique stack ID that is associated with the stack.
|
CancelUpdateStackRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String stackName()
The name or the unique stack ID that is associated with the stack.
public String clientRequestToken()
A unique identifier for this CancelUpdateStack
request. Specify this token if you plan to retry
requests so that AWS CloudFormation knows that you're not attempting to cancel an update on a stack with the same
name. You might retry CancelUpdateStack
requests to ensure that AWS CloudFormation successfully
received them.
CancelUpdateStack
request. Specify this token if you plan to
retry requests so that AWS CloudFormation knows that you're not attempting to cancel an update on a stack
with the same name. You might retry CancelUpdateStack
requests to ensure that AWS
CloudFormation successfully received them.public CancelUpdateStackRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CancelUpdateStackRequest.Builder,CancelUpdateStackRequest>
public static CancelUpdateStackRequest.Builder builder()
public static Class<? extends CancelUpdateStackRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.