ToCopyableBuilder<GetTemplateResponse.Builder,GetTemplateResponse>
@Generated("software.amazon.awssdk:codegen") public class GetTemplateResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetTemplateResponse.Builder,GetTemplateResponse>
The output for GetTemplate action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetTemplateResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetTemplateResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetTemplateResponse.Builder> |
serializableBuilderClass() |
|
List<String> |
stagesAvailable() |
The stage of the template that you can retrieve.
|
String |
templateBody() |
Structure containing the template body.
|
GetTemplateResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String templateBody()
Structure containing the template body. (For more information, go to Template Anatomy in the AWS CloudFormation User Guide.)
AWS CloudFormation returns the same template that was used when the stack was created.
AWS CloudFormation returns the same template that was used when the stack was created.
public List<String> stagesAvailable()
The stage of the template that you can retrieve. For stacks, the Original
and Processed
templates are always available. For change sets, the Original
template is always available. After
AWS CloudFormation finishes creating the change set, the Processed
template becomes available.
Original
and
Processed
templates are always available. For change sets, the Original
template is always available. After AWS CloudFormation finishes creating the change set, the
Processed
template becomes available.TemplateStage
public GetTemplateResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetTemplateResponse.Builder,GetTemplateResponse>
public static GetTemplateResponse.Builder builder()
public static Class<? extends GetTemplateResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.