Class SchemaExtensionInfo
- java.lang.Object
-
- software.amazon.awssdk.services.directory.model.SchemaExtensionInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SchemaExtensionInfo.Builder,SchemaExtensionInfo>
@Generated("software.amazon.awssdk:codegen") public final class SchemaExtensionInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SchemaExtensionInfo.Builder,SchemaExtensionInfo>
Information about a schema extension.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSchemaExtensionInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SchemaExtensionInfo.Builderbuilder()Stringdescription()A description of the schema extension.StringdirectoryId()The identifier of the directory to which the schema extension is applied.InstantendDateTime()The date and time that the schema extension was completed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringschemaExtensionId()The identifier of the schema extension.SchemaExtensionStatusschemaExtensionStatus()The current status of the schema extension.StringschemaExtensionStatusAsString()The current status of the schema extension.StringschemaExtensionStatusReason()The reason for theSchemaExtensionStatus.List<SdkField<?>>sdkFields()static Class<? extends SchemaExtensionInfo.Builder>serializableBuilderClass()InstantstartDateTime()The date and time that the schema extension started being applied to the directory.SchemaExtensionInfo.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
-
directoryId
public final String directoryId()
The identifier of the directory to which the schema extension is applied.
- Returns:
- The identifier of the directory to which the schema extension is applied.
-
schemaExtensionId
public final String schemaExtensionId()
The identifier of the schema extension.
- Returns:
- The identifier of the schema extension.
-
description
public final String description()
A description of the schema extension.
- Returns:
- A description of the schema extension.
-
schemaExtensionStatus
public final SchemaExtensionStatus schemaExtensionStatus()
The current status of the schema extension.
If the service returns an enum value that is not available in the current SDK version,
schemaExtensionStatuswill returnSchemaExtensionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromschemaExtensionStatusAsString().- Returns:
- The current status of the schema extension.
- See Also:
SchemaExtensionStatus
-
schemaExtensionStatusAsString
public final String schemaExtensionStatusAsString()
The current status of the schema extension.
If the service returns an enum value that is not available in the current SDK version,
schemaExtensionStatuswill returnSchemaExtensionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromschemaExtensionStatusAsString().- Returns:
- The current status of the schema extension.
- See Also:
SchemaExtensionStatus
-
schemaExtensionStatusReason
public final String schemaExtensionStatusReason()
The reason for the
SchemaExtensionStatus.- Returns:
- The reason for the
SchemaExtensionStatus.
-
startDateTime
public final Instant startDateTime()
The date and time that the schema extension started being applied to the directory.
- Returns:
- The date and time that the schema extension started being applied to the directory.
-
endDateTime
public final Instant endDateTime()
The date and time that the schema extension was completed.
- Returns:
- The date and time that the schema extension was completed.
-
toBuilder
public SchemaExtensionInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SchemaExtensionInfo.Builder,SchemaExtensionInfo>
-
builder
public static SchemaExtensionInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends SchemaExtensionInfo.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.
-
-