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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetTemplateBody(String templateBody)

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.

voidsetTemplateURL(String templateURL)

Location of file containing the template body.

ValidateTemplateRequestwithTemplateBody(String templateBody)

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.

ValidateTemplateRequestwithTemplateURL(String templateURL)

Location of file containing the template body.