@Generated(value="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
DescribeRefreshSchemaStatus operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RefreshSchemasStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RefreshSchemasStatus.Builder |
builder() |
String |
endpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastFailureMessage()
The last failure message for the schema.
|
Instant |
lastRefreshDate()
The date the schema was last refreshed.
|
String |
replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RefreshSchemasStatus.Builder> |
serializableBuilderClass() |
RefreshSchemasStatusTypeValue |
status()
The status of the schema.
|
String |
statusAsString()
The status of the schema.
|
RefreshSchemasStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
public final String replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
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, status will
return RefreshSchemasStatusTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
RefreshSchemasStatusTypeValuepublic final String statusAsString()
The status of the schema.
If the service returns an enum value that is not available in the current SDK version, status will
return RefreshSchemasStatusTypeValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
RefreshSchemasStatusTypeValuepublic final Instant lastRefreshDate()
The date the schema was last refreshed.
public final String lastFailureMessage()
The last failure message for the schema.
public RefreshSchemasStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>public static RefreshSchemasStatus.Builder builder()
public static Class<? extends RefreshSchemasStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.