Java com.amazonaws.services.cloudformation.model GetTemplateSummaryResult fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudformation.model GetTemplateSummaryResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudformation.model GetTemplateSummaryResult.

The text is from its open source code.

Method

java.util.ListgetCapabilities()

The capabilities found within the template.

StringgetCapabilitiesReason()

The list of resources that generated the values in the Capabilities response element.

StringgetDescription()

The value that is defined in the Description property of the template.

java.util.ListgetParameters()

A list of parameter declarations that describe various properties for each parameter.

java.util.ListgetResourceTypes()

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.

voidsetCapabilities(java.util.Collection capabilities)

The capabilities found within the template.

voidsetCapabilitiesReason(String capabilitiesReason)

The list of resources that generated the values in the Capabilities response element.

voidsetDescription(String description)

The value that is defined in the Description property of the template.

voidsetMetadata(String metadata)

The value that is defined for the Metadata property of the template.

voidsetParameters(java.util.Collection parameters)

A list of parameter declarations that describe various properties for each parameter.

voidsetResourceTypes(java.util.Collection 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.