Class RefreshSchemasStatus
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.RefreshSchemasStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
@Generated("software.amazon.awssdk:codegen") public final class RefreshSchemasStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
Provides information that describes status of a schema at an endpoint specified by the
DescribeRefreshSchemaStatusoperation.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRefreshSchemasStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RefreshSchemasStatus.Builderbuilder()StringendpointArn()The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastFailureMessage()The last failure message for the schema.InstantlastRefreshDate()The date the schema was last refreshed.StringreplicationInstanceArn()The Amazon Resource Name (ARN) of the replication instance.List<SdkField<?>>sdkFields()static Class<? extends RefreshSchemasStatus.Builder>serializableBuilderClass()RefreshSchemasStatusTypeValuestatus()The status of the schema.StringstatusAsString()The status of the schema.RefreshSchemasStatus.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
-
endpointArn
public final String endpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
- Returns:
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
-
replicationInstanceArn
public final String replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
- Returns:
- The Amazon Resource Name (ARN) of the replication instance.
-
status
public final RefreshSchemasStatusTypeValue status()
The status of the schema.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRefreshSchemasStatusTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the schema.
- See Also:
RefreshSchemasStatusTypeValue
-
statusAsString
public final String statusAsString()
The status of the schema.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnRefreshSchemasStatusTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the schema.
- See Also:
RefreshSchemasStatusTypeValue
-
lastRefreshDate
public final Instant lastRefreshDate()
The date the schema was last refreshed.
- Returns:
- The date the schema was last refreshed.
-
lastFailureMessage
public final String lastFailureMessage()
The last failure message for the schema.
- Returns:
- The last failure message for the schema.
-
toBuilder
public RefreshSchemasStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
-
builder
public static RefreshSchemasStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends RefreshSchemasStatus.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.
-
-