@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) |
<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 String parameterKey()
The name associated with the parameter.
public String defaultValue()
The default value associated with the parameter.
public Boolean noEcho()
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
public 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 String toString()
Copyright © 2019. All rights reserved.