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() |
boolean |
equals(Object obj) |
String |
getChangeSetName()
Returns the template for a change set using the Amazon Resource Name (ARN) or name of the change set.
|
String |
getStackName()
The name or the unique stack ID that is associated with the stack, which are not always interchangeable:
|
String |
getTemplateStage()
The stage of the template that is returned.
|
int |
hashCode() |
void |
setChangeSetName(String changeSetName)
Returns the template for a change set using the Amazon Resource Name (ARN) or name of the change set.
|
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)
The stage of the template that is returned.
|
void |
setTemplateStage(TemplateStage templateStage)
The stage of the template that is returned.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTemplateRequest |
withChangeSetName(String changeSetName)
Returns the template for a change set using the Amazon Resource Name (ARN) or name of the change set.
|
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)
The stage of the template that is returned.
|
GetTemplateRequest |
withTemplateStage(TemplateStage templateStage)
The stage of the template that is returned.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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)
Returns the template for a change set using the Amazon Resource Name (ARN) or name of the change set. If you
specify a name, you must also specify the StackName.
changeSetName - Returns the template for a change set using the Amazon Resource Name (ARN) or name of the change set. If
you specify a name, you must also specify the StackName.public String getChangeSetName()
Returns the template for a change set using the Amazon Resource Name (ARN) or name of the change set. If you
specify a name, you must also specify the StackName.
StackName.public GetTemplateRequest withChangeSetName(String changeSetName)
Returns the template for a change set using the Amazon Resource Name (ARN) or name of the change set. If you
specify a name, you must also specify the StackName.
changeSetName - Returns the template for a change set using the Amazon Resource Name (ARN) or name of the change set. If
you specify a name, you must also specify the StackName.public void setTemplateStage(String templateStage)
The stage of the template that is returned. Valid values are Original and Processed:
Original - Use to return the specified pre-transform template.
Processed - Use to return the template after all transforms have been processed.
templateStage - The stage of the template that is returned. Valid values are Original and
Processed:
Original - Use to return the specified pre-transform template.
Processed - Use to return the template after all transforms have been processed.
TemplateStagepublic String getTemplateStage()
The stage of the template that is returned. Valid values are Original and Processed:
Original - Use to return the specified pre-transform template.
Processed - Use to return the template after all transforms have been processed.
Original and
Processed:
Original - Use to return the specified pre-transform template.
Processed - Use to return the template after all transforms have been processed.
TemplateStagepublic GetTemplateRequest withTemplateStage(String templateStage)
The stage of the template that is returned. Valid values are Original and Processed:
Original - Use to return the specified pre-transform template.
Processed - Use to return the template after all transforms have been processed.
templateStage - The stage of the template that is returned. Valid values are Original and
Processed:
Original - Use to return the specified pre-transform template.
Processed - Use to return the template after all transforms have been processed.
TemplateStagepublic void setTemplateStage(TemplateStage templateStage)
The stage of the template that is returned. Valid values are Original and Processed:
Original - Use to return the specified pre-transform template.
Processed - Use to return the template after all transforms have been processed.
templateStage - The stage of the template that is returned. Valid values are Original and
Processed:
Original - Use to return the specified pre-transform template.
Processed - Use to return the template after all transforms have been processed.
TemplateStagepublic GetTemplateRequest withTemplateStage(TemplateStage templateStage)
The stage of the template that is returned. Valid values are Original and Processed:
Original - Use to return the specified pre-transform template.
Processed - Use to return the template after all transforms have been processed.
templateStage - The stage of the template that is returned. Valid values are Original and
Processed:
Original - Use to return the specified pre-transform template.
Processed - Use to return the template after all transforms have been processed.
TemplateStagepublic String toString()
toString in class ObjectObject.toString()public GetTemplateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.