@Generated(value="software.amazon.awssdk:codegen") public final class GetTemplateSummaryResponse extends CloudFormationResponse implements ToCopyableBuilder<GetTemplateSummaryResponse.Builder,GetTemplateSummaryResponse>
The output for the GetTemplateSummary action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTemplateSummaryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetTemplateSummaryResponse.Builder |
builder() |
List<Capability> |
capabilities()
The capabilities found within the template.
|
List<String> |
capabilitiesAsStrings()
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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetTemplateSummaryResponse.Builder> |
serializableBuilderClass() |
GetTemplateSummaryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The AWS template format version, which identifies the capabilities of the template.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<ParameterDeclaration> parameters()
A list of parameter declarations that describe various properties for each parameter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String description()
The value that is defined in the Description property of the template.
Description property of the template.public List<Capability> 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
public List<String> capabilitiesAsStrings()
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
For more information, see Acknowledging IAM Resources in AWS CloudFormation Templates.
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public GetTemplateSummaryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTemplateSummaryResponse.Builder,GetTemplateSummaryResponse>toBuilder in class AwsResponsepublic static GetTemplateSummaryResponse.Builder builder()
public static Class<? extends GetTemplateSummaryResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.