ToCopyableBuilder<ValidateTemplateResponse.Builder,ValidateTemplateResponse>
@Generated("software.amazon.awssdk:codegen") public class ValidateTemplateResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ValidateTemplateResponse.Builder,ValidateTemplateResponse>
The output for ValidateTemplate action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ValidateTemplateResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ValidateTemplateResponse.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 description found within the template.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<TemplateParameter> |
parameters() |
A list of
TemplateParameter structures. |
static Class<? extends ValidateTemplateResponse.Builder> |
serializableBuilderClass() |
|
ValidateTemplateResponse.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 List<TemplateParameter> parameters()
A list of TemplateParameter
structures.
TemplateParameter
structures.public String description()
The description found within 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> declaredTransforms()
A list of the transforms that are declared in the template.
public ValidateTemplateResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ValidateTemplateResponse.Builder,ValidateTemplateResponse>
public static ValidateTemplateResponse.Builder builder()
public static Class<? extends ValidateTemplateResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.