@Generated(value="software.amazon.awssdk:codegen") public final class SchemaId extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SchemaId.Builder,SchemaId>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SchemaId.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SchemaId.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
registryName()
Returns the value of the RegistryName property for this object.
|
String |
schemaArn()
Returns the value of the SchemaArn property for this object.
|
String |
schemaName()
Returns the value of the SchemaName property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SchemaId.Builder> |
serializableBuilderClass() |
SchemaId.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String schemaArn()
public String schemaName()
public String registryName()
public SchemaId.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SchemaId.Builder,SchemaId>public static SchemaId.Builder builder()
public static Class<? extends SchemaId.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.