@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) |
boolean |
equalsBySdkFields(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 Amazon Web Services
Management Console.
|
ParameterConstraints |
parameterConstraints()
The criteria that 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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String parameterKey()
The name that is associated with the parameter.
public final String defaultValue()
The default value of the parameter.
public final String parameterType()
The type of parameter.
public final Boolean noEcho()
Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.
public final String description()
The description that is associate with the parameter.
public final ParameterConstraints parameterConstraints()
The criteria that CloudFormation uses to validate parameter values.
public ParameterDeclaration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ParameterDeclaration.Builder,ParameterDeclaration>public static ParameterDeclaration.Builder builder()
public static Class<? extends ParameterDeclaration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.