@Generated(value="software.amazon.awssdk:codegen") public final class TemplateParameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateParameter.Builder,TemplateParameter>
The TemplateParameter data type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateParameter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TemplateParameter.Builder |
builder() |
String |
defaultValue()
The default value associated with the parameter.
|
String |
description()
User defined description associated 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 indicating whether the parameter should be displayed as plain text in logs and UIs.
|
String |
parameterKey()
The name associated with the parameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateParameter.Builder> |
serializableBuilderClass() |
TemplateParameter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String parameterKey()
The name associated with the parameter.
public final String defaultValue()
The default value associated with the parameter.
public final Boolean noEcho()
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
public final String description()
User defined description associated with the parameter.
public TemplateParameter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemplateParameter.Builder,TemplateParameter>public static TemplateParameter.Builder builder()
public static Class<? extends TemplateParameter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.