Class TemplateParameterConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.emrcontainers.model.TemplateParameterConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TemplateParameterConfiguration.Builder,TemplateParameterConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class TemplateParameterConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateParameterConfiguration.Builder,TemplateParameterConfiguration>
The configuration of a job template parameter.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTemplateParameterConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TemplateParameterConfiguration.Builderbuilder()StringdefaultValue()The default value for the job template parameter.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TemplateParameterConfiguration.Builder>serializableBuilderClass()TemplateParameterConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.TemplateParameterDataTypetype()The type of the job template parameter.StringtypeAsString()The type of the job template parameter.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public final TemplateParameterDataType type()
The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.
If the service returns an enum value that is not available in the current SDK version,
typewill returnTemplateParameterDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.
- See Also:
TemplateParameterDataType
-
typeAsString
public final String typeAsString()
The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.
If the service returns an enum value that is not available in the current SDK version,
typewill returnTemplateParameterDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the job template parameter. Allowed values are: ‘STRING’, ‘NUMBER’.
- See Also:
TemplateParameterDataType
-
defaultValue
public final String defaultValue()
The default value for the job template parameter.
- Returns:
- The default value for the job template parameter.
-
toBuilder
public TemplateParameterConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TemplateParameterConfiguration.Builder,TemplateParameterConfiguration>
-
builder
public static TemplateParameterConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends TemplateParameterConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-