Class SchemaFacet
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.SchemaFacet
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SchemaFacet.Builder,SchemaFacet>
@Generated("software.amazon.awssdk:codegen") public final class SchemaFacet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SchemaFacet.Builder,SchemaFacet>
A facet.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSchemaFacet.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaFacet.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfacetName()The name of the facet.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringschemaArn()The ARN of the schema that contains the facet with no minor component.List<SdkField<?>>sdkFields()static Class<? extends SchemaFacet.Builder>serializableBuilderClass()SchemaFacet.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
schemaArn
public final String schemaArn()
The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions. If this value is set, FacetName must also be set.
- Returns:
- The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions. If this value is set, FacetName must also be set.
-
facetName
public final String facetName()
The name of the facet. If this value is set, SchemaArn must also be set.
- Returns:
- The name of the facet. If this value is set, SchemaArn must also be set.
-
toBuilder
public SchemaFacet.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SchemaFacet.Builder,SchemaFacet>
-
builder
public static SchemaFacet.Builder builder()
-
serializableBuilderClass
public static Class<? extends SchemaFacet.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-