Class SchemaId
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.SchemaId
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SchemaId.Builder,SchemaId>
@Generated("software.amazon.awssdk:codegen") public final class SchemaId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SchemaId.Builder,SchemaId>
The unique ID of the schema in the Glue schema registry.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSchemaId.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaId.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringregistryName()The name of the schema registry that contains the schema.StringschemaArn()The Amazon Resource Name (ARN) of the schema.StringschemaName()The name of the schema.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SchemaId.Builder>serializableBuilderClass()SchemaId.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
-
schemaArn
public final String schemaArn()
The Amazon Resource Name (ARN) of the schema. One of
SchemaArnorSchemaNamehas to be provided.- Returns:
- The Amazon Resource Name (ARN) of the schema. One of
SchemaArnorSchemaNamehas to be provided.
-
schemaName
public final String schemaName()
The name of the schema. One of
SchemaArnorSchemaNamehas to be provided.- Returns:
- The name of the schema. One of
SchemaArnorSchemaNamehas to be provided.
-
registryName
public final String registryName()
The name of the schema registry that contains the schema.
- Returns:
- The name of the schema registry that contains the schema.
-
toBuilder
public SchemaId.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SchemaId.Builder,SchemaId>
-
builder
public static SchemaId.Builder builder()
-
serializableBuilderClass
public static Class<? extends SchemaId.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
-
-