ToCopyableBuilder<GetTemplateSummaryResponse.Builder,GetTemplateSummaryResponse>
@Generated("software.amazon.awssdk:codegen") public class GetTemplateSummaryResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetTemplateSummaryResponse.Builder,GetTemplateSummaryResponse>
The output for the GetTemplateSummary action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetTemplateSummaryResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetTemplateSummaryResponse.Builder |
builder() |
|
List<String> |
capabilities() |
The capabilities found within the template.
|
String |
capabilitiesReason() |
The list of resources that generated the values in the
Capabilities response element. |
List<String> |
declaredTransforms() |
A list of the transforms that are declared in the template.
|
String |
description() |
The value that is defined in the
Description property of the template. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
metadata() |
The value that is defined for the
Metadata property of the template. |
List<ParameterDeclaration> |
parameters() |
A list of parameter declarations that describe various properties for each parameter.
|
List<String> |
resourceTypes() |
A list of all the template resource types that are defined in the template, such as
AWS::EC2::Instance , AWS::Dynamo::Table , and Custom::MyCustomInstance . |
static Class<? extends GetTemplateSummaryResponse.Builder> |
serializableBuilderClass() |
|
GetTemplateSummaryResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The AWS template format version, which identifies the capabilities of the template.
|
setSdkHttpMetadata, setSdkResponseMetadata
public List<ParameterDeclaration> parameters()
A list of parameter declarations that describe various properties for each parameter.
public String description()
The value that is defined in the Description
property of the template.
Description
property of the template.public List<String> capabilities()
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the CreateStack or UpdateStack actions with your template; otherwise, those actions return an InsufficientCapabilities error.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
Capability
public String capabilitiesReason()
The list of resources that generated the values in the Capabilities
response element.
Capabilities
response element.public List<String> resourceTypes()
A list of all the template resource types that are defined in the template, such as
AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
AWS::EC2::Instance
, AWS::Dynamo::Table
, and
Custom::MyCustomInstance
.public String version()
The AWS template format version, which identifies the capabilities of the template.
public String metadata()
The value that is defined for the Metadata
property of the template.
Metadata
property of the template.public List<String> declaredTransforms()
A list of the transforms that are declared in the template.
public GetTemplateSummaryResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetTemplateSummaryResponse.Builder,GetTemplateSummaryResponse>
public static GetTemplateSummaryResponse.Builder builder()
public static Class<? extends GetTemplateSummaryResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.