@Generated(value="software.amazon.awssdk:codegen") public final class ExportSchemaRequest extends SchemasRequest implements ToCopyableBuilder<ExportSchemaRequest.Builder,ExportSchemaRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportSchemaRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportSchemaRequest.Builder |
builder() |
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.
|
String |
schemaVersion()
Specifying this limits the results to only this schema version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportSchemaRequest.Builder> |
serializableBuilderClass() |
ExportSchemaRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
Returns the value of the Type property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryName()
The name of the registry.
public final String schemaName()
The name of the schema.
public final String schemaVersion()
Specifying this limits the results to only this schema version.
public final String type()
public ExportSchemaRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportSchemaRequest.Builder,ExportSchemaRequest>toBuilder in class SchemasRequestpublic static ExportSchemaRequest.Builder builder()
public static Class<? extends ExportSchemaRequest.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.