@Generated(value="software.amazon.awssdk:codegen") public final class TypedLinkSchemaAndFacetName extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TypedLinkSchemaAndFacetName.Builder,TypedLinkSchemaAndFacetName>
Identifies the schema Amazon Resource Name (ARN) and facet name for the typed link.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TypedLinkSchemaAndFacetName.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TypedLinkSchemaAndFacetName.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
schemaArn()
The Amazon Resource Name (ARN) that is associated with the schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TypedLinkSchemaAndFacetName.Builder> |
serializableBuilderClass() |
TypedLinkSchemaAndFacetName.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typedLinkName()
The unique name of the typed link facet.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String schemaArn()
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
public final String typedLinkName()
The unique name of the typed link facet.
public TypedLinkSchemaAndFacetName.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TypedLinkSchemaAndFacetName.Builder,TypedLinkSchemaAndFacetName>public static TypedLinkSchemaAndFacetName.Builder builder()
public static Class<? extends TypedLinkSchemaAndFacetName.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.