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

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

Introduction

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

The text is from its open source code.

Method

StringgetDefaultValue()

The default value associated with the parameter.

StringgetDescription()

User defined description associated with the parameter.

BooleangetNoEcho()

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

StringgetParameterKey()

The name associated with the parameter.

voidsetDefaultValue(String defaultValue)

The default value associated with the parameter.

voidsetDescription(String description)

User defined description associated with the parameter.

voidsetNoEcho(Boolean noEcho)

Flag indicating whether the parameter should be displayed as plain text in logs and UIs.

voidsetParameterKey(String parameterKey)

The name associated with the parameter.