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

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

Introduction

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

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 description found within the template.

java.util.ListgetParameters()

A list of TemplateParameter structures.

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 description found within the template.

voidsetParameters(java.util.Collection parameters)

A list of TemplateParameter structures.

StringtoString()
Returns a string representation of this object.