@Generated(value="software.amazon.awssdk:codegen") public final class PutSchemaVersionMetadataResponse extends GlueResponse implements ToCopyableBuilder<PutSchemaVersionMetadataResponse.Builder,PutSchemaVersionMetadataResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutSchemaVersionMetadataResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutSchemaVersionMetadataResponse.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 for the registry.
|
String |
schemaArn()
The Amazon Resource Name (ARN) for the schema.
|
String |
schemaName()
The name for the schema.
|
String |
schemaVersionId()
The unique version ID of the schema version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutSchemaVersionMetadataResponse.Builder> |
serializableBuilderClass() |
PutSchemaVersionMetadataResponse.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) for the schema.
public final String schemaName()
The name for the schema.
public final String registryName()
The name for 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 unique version ID of the schema version.
public final String metadataKey()
The metadata key.
public final String metadataValue()
The value of the metadata key.
public PutSchemaVersionMetadataResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutSchemaVersionMetadataResponse.Builder,PutSchemaVersionMetadataResponse>toBuilder in class AwsResponsepublic static PutSchemaVersionMetadataResponse.Builder builder()
public static Class<? extends PutSchemaVersionMetadataResponse.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.