@Generated(value="software.amazon.awssdk:codegen") public final class RefreshSchemasStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
| 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 String endpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
public String replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
public 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 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 Instant lastRefreshDate()
The date the schema was last refreshed.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.