@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for a GetTemplate action.
NOOP
Constructor and Description |
---|
GetTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
GetTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChangeSetName()
The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated
template.
|
String |
getStackName()
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
|
String |
getTemplateStage()
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
|
int |
hashCode() |
void |
setChangeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated
template.
|
void |
setStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
|
void |
setTemplateStage(String templateStage)
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
|
void |
setTemplateStage(TemplateStage templateStage)
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTemplateRequest |
withChangeSetName(String changeSetName)
The name or Amazon Resource Name (ARN) of a change set for which AWS CloudFormation returns the associated
template.
|
GetTemplateRequest |
withStackName(String stackName)
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
|
GetTemplateRequest |
withTemplateStage(String templateStage)
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
|
GetTemplateRequest |
withTemplateStage(TemplateStage templateStage)
For templates that include transforms, the stage of the template that AWS CloudFormation returns.
|
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 setStackName(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.
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.
public String getStackName()
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 GetTemplateRequest withStackName(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.
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.
public void setChangeSetName(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
.
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
.public String getChangeSetName()
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 GetTemplateRequest withChangeSetName(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
.
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
.public void setTemplateStage(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
.
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
.
TemplateStage
public String getTemplateStage()
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 withTemplateStage(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
.
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
.
TemplateStage
public void setTemplateStage(TemplateStage 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
.
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
.
TemplateStage
public GetTemplateRequest withTemplateStage(TemplateStage 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
.
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
.
TemplateStage
public String toString()
toString
in class Object
Object.toString()
public GetTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.