@Generated(value="software.amazon.awssdk:codegen") public final class ParameterDeclaration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParameterDeclaration.Builder,ParameterDeclaration>
The ParameterDeclaration data type.
Modifier and Type | Class and Description |
---|---|
static interface |
ParameterDeclaration.Builder |
Modifier and Type | Method and Description |
---|---|
static ParameterDeclaration.Builder |
builder() |
String |
defaultValue()
The default value of the parameter.
|
String |
description()
The description that is associate with the parameter.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
noEcho()
Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.
|
ParameterConstraints |
parameterConstraints()
The criteria that AWS CloudFormation uses to validate parameter values.
|
String |
parameterKey()
The name that is associated with the parameter.
|
String |
parameterType()
The type of parameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ParameterDeclaration.Builder> |
serializableBuilderClass() |
ParameterDeclaration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String parameterKey()
The name that is associated with the parameter.
public String defaultValue()
The default value of the parameter.
public String parameterType()
The type of parameter.
public Boolean noEcho()
Flag that indicates whether the parameter value is shown as plain text in logs and in the AWS Management Console.
public String description()
The description that is associate with the parameter.
public ParameterConstraints parameterConstraints()
The criteria that AWS CloudFormation uses to validate parameter values.
public ParameterDeclaration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ParameterDeclaration.Builder,ParameterDeclaration>
public static ParameterDeclaration.Builder builder()
public static Class<? extends ParameterDeclaration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.