@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
.
RefreshSchemasStatusTypeValue
public 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()
.
RefreshSchemasStatusTypeValue
public Instant lastRefreshDate()
The date the schema was last refreshed.
public String lastFailureMessage()
The last failure message for the schema.
public RefreshSchemasStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
public static RefreshSchemasStatus.Builder builder()
public static Class<? extends RefreshSchemasStatus.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.