@Generated(value="software.amazon.awssdk:codegen") public final class RemoveSchemaVersionMetadataResponse extends GlueResponse implements ToCopyableBuilder<RemoveSchemaVersionMetadataResponse.Builder,RemoveSchemaVersionMetadataResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RemoveSchemaVersionMetadataResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RemoveSchemaVersionMetadataResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
latestVersion()
The latest version of the schema.
|
String |
metadataKey()
The metadata key.
|
String |
metadataValue()
The value of the metadata key.
|
String |
registryName()
The name of the registry.
|
String |
schemaArn()
The Amazon Resource Name (ARN) of the schema.
|
String |
schemaName()
The name of the schema.
|
String |
schemaVersionId()
The version ID for the schema version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RemoveSchemaVersionMetadataResponse.Builder> |
serializableBuilderClass() |
RemoveSchemaVersionMetadataResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
versionNumber()
The version number of the schema.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String schemaArn()
The Amazon Resource Name (ARN) of the schema.
public final String schemaName()
The name of the schema.
public final String registryName()
The name of the registry.
public final Boolean latestVersion()
The latest version of the schema.
public final Long versionNumber()
The version number of the schema.
public final String schemaVersionId()
The version ID for the schema version.
public final String metadataKey()
The metadata key.
public final String metadataValue()
The value of the metadata key.
public RemoveSchemaVersionMetadataResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RemoveSchemaVersionMetadataResponse.Builder,RemoveSchemaVersionMetadataResponse>toBuilder in class AwsResponsepublic static RemoveSchemaVersionMetadataResponse.Builder builder()
public static Class<? extends RemoveSchemaVersionMetadataResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.