Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetTemplateRequest.Builder,GetTemplateRequest>
@Generated("software.amazon.awssdk:codegen") public class GetTemplateRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetTemplateRequest.Builder,GetTemplateRequest>
The input for a GetTemplate action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetTemplateRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetTemplateRequest.Builder |
builder() |
|
String |
changeSetName() |
The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated
template.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetTemplateRequest.Builder> |
serializableBuilderClass() |
|
String |
stackName() |
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
|
String |
templateStage() |
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
|
GetTemplateRequest.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, which are not always interchangeable:
Running stacks: You can specify either the stack's name or its unique stack ID.
Deleted stacks: You must specify the unique stack ID.
Default: There is no default value.
Running stacks: You can specify either the stack's name or its unique stack ID.
Deleted stacks: You must specify the unique stack ID.
Default: There is no default value.
public String changeSetName()
The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated
template. If you specify a name, you must also specify the StackName
.
StackName
.public String templateStage()
For templates that include transforms, the stage of the template that AWS CloudFormation returns. To get the
user-submitted template, specify Original
. To get the template after AWS CloudFormation has
processed all transforms, specify Processed
.
If the template doesn't include transforms, Original
and Processed
return the same
template. By default, AWS CloudFormation specifies Original
.
Original
. To get the template after AWS CloudFormation
has processed all transforms, specify Processed
.
If the template doesn't include transforms, Original
and Processed
return the
same template. By default, AWS CloudFormation specifies Original
.
TemplateStage
public GetTemplateRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetTemplateRequest.Builder,GetTemplateRequest>
public static GetTemplateRequest.Builder builder()
public static Class<? extends GetTemplateRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.