StructuredPojo
, ToCopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
@Generated("software.amazon.awssdk:codegen") public class RefreshSchemasStatus extends Object implements StructuredPojo, ToCopyableBuilder<RefreshSchemasStatus.Builder,RefreshSchemasStatus>
Modifier and Type | Class | Description |
---|---|---|
static interface |
RefreshSchemasStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RefreshSchemasStatus.Builder |
builder() |
|
String |
endpointArn() |
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
lastFailureMessage() |
The last failure message for the schema.
|
Date |
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() |
|
String |
status() |
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() |
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 String status()
The status of the schema.
RefreshSchemasStatusTypeValue
public Date 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.