@Generated(value="software.amazon.awssdk:codegen") public final class TemplateInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateInput.Builder,TemplateInput>
The input parameters of a template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TemplateInput.Builder |
builder() |
DataType |
dataType()
The data type of the template input.
|
String |
dataTypeAsString()
The data type of the template input.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inputName()
The name of the template.
|
Boolean |
required()
Determine if an input is required from the template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateInput.Builder> |
serializableBuilderClass() |
TemplateInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String inputName()
The name of the template.
public final DataType dataType()
The data type of the template input.
If the service returns an enum value that is not available in the current SDK version, dataType will
return DataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dataTypeAsString().
DataTypepublic final String dataTypeAsString()
The data type of the template input.
If the service returns an enum value that is not available in the current SDK version, dataType will
return DataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dataTypeAsString().
DataTypepublic final Boolean required()
Determine if an input is required from the template.
public TemplateInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemplateInput.Builder,TemplateInput>public static TemplateInput.Builder builder()
public static Class<? extends TemplateInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.