@Generated(value="software.amazon.awssdk:codegen") public class RefreshSchemasStatus extends Object implements StructuredPojo, 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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
replicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
|
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() |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>public static RefreshSchemasStatus.Builder builder()
public static Class<? extends RefreshSchemasStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.