Class UpdateSchemaResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.glue.model.GlueResponse
-
- software.amazon.awssdk.services.glue.model.UpdateSchemaResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateSchemaResponse.Builder,UpdateSchemaResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateSchemaResponse extends GlueResponse implements ToCopyableBuilder<UpdateSchemaResponse.Builder,UpdateSchemaResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateSchemaResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateSchemaResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringregistryName()The name of the registry that contains the schema.StringschemaArn()The Amazon Resource Name (ARN) of the schema.StringschemaName()The name of the schema.List<SdkField<?>>sdkFields()static Class<? extends UpdateSchemaResponse.Builder>serializableBuilderClass()UpdateSchemaResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.glue.model.GlueResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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.
- Returns:
- The Amazon Resource Name (ARN) of the schema.
-
schemaName
public final String schemaName()
The name of the schema.
- Returns:
- The name of the schema.
-
registryName
public final String registryName()
The name of the registry that contains the schema.
- Returns:
- The name of the registry that contains the schema.
-
toBuilder
public UpdateSchemaResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateSchemaResponse.Builder,UpdateSchemaResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateSchemaResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateSchemaResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-