Class SupportedDialect
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.SupportedDialect
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SupportedDialect.Builder,SupportedDialect>
@Generated("software.amazon.awssdk:codegen") public final class SupportedDialect extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SupportedDialect.Builder,SupportedDialect>
A structure specifying the dialect and dialect version used by the query engine.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSupportedDialect.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SupportedDialect.Builderbuilder()ViewDialectdialect()The dialect of the query engine.StringdialectAsString()The dialect of the query engine.StringdialectVersion()The version of the dialect of the query engine.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SupportedDialect.Builder>serializableBuilderClass()SupportedDialect.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
dialect
public final ViewDialect dialect()
The dialect of the query engine.
If the service returns an enum value that is not available in the current SDK version,
dialectwill returnViewDialect.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdialectAsString().- Returns:
- The dialect of the query engine.
- See Also:
ViewDialect
-
dialectAsString
public final String dialectAsString()
The dialect of the query engine.
If the service returns an enum value that is not available in the current SDK version,
dialectwill returnViewDialect.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdialectAsString().- Returns:
- The dialect of the query engine.
- See Also:
ViewDialect
-
dialectVersion
public final String dialectVersion()
The version of the dialect of the query engine. For example, 3.0.0.
- Returns:
- The version of the dialect of the query engine. For example, 3.0.0.
-
toBuilder
public SupportedDialect.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SupportedDialect.Builder,SupportedDialect>
-
builder
public static SupportedDialect.Builder builder()
-
serializableBuilderClass
public static Class<? extends SupportedDialect.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-