@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSchemaRequest extends SchemasRequest implements ToCopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSchemaRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSchemaRequest.Builder |
builder() |
String |
clientTokenId()
The ID of the client token.
|
String |
content()
The source of the schema definition.
|
String |
description()
The description of the schema.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryName()
The name of the registry.
|
String |
schemaName()
The name of the schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateSchemaRequest.Builder> |
serializableBuilderClass() |
UpdateSchemaRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Type |
type()
The schema type for the events schema.
|
String |
typeAsString()
The schema type for the events schema.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientTokenId()
The ID of the client token.
public final String content()
The source of the schema definition.
public final String description()
The description of the schema.
public final String registryName()
The name of the registry.
public final String schemaName()
The name of the schema.
public final Type type()
The schema type for the events schema.
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic final String typeAsString()
The schema type for the events schema.
If the service returns an enum value that is not available in the current SDK version, type will return
Type.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Typepublic UpdateSchemaRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSchemaRequest.Builder,UpdateSchemaRequest>toBuilder in class SchemasRequestpublic static UpdateSchemaRequest.Builder builder()
public static Class<? extends UpdateSchemaRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.