@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RefreshSchemasStatus extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
RefreshSchemasStatus() |
Modifier and Type | Method and Description |
---|---|
RefreshSchemasStatus |
clone() |
boolean |
equals(Object obj) |
String |
getEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
String |
getLastFailureMessage()
The last failure message for the schema.
|
Date |
getLastRefreshDate()
The date the schema was last refreshed.
|
String |
getReplicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
|
String |
getStatus()
The status of the schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
void |
setLastFailureMessage(String lastFailureMessage)
The last failure message for the schema.
|
void |
setLastRefreshDate(Date lastRefreshDate)
The date the schema was last refreshed.
|
void |
setReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
void |
setStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.
|
void |
setStatus(String status)
The status of the schema.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RefreshSchemasStatus |
withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
|
RefreshSchemasStatus |
withLastFailureMessage(String lastFailureMessage)
The last failure message for the schema.
|
RefreshSchemasStatus |
withLastRefreshDate(Date lastRefreshDate)
The date the schema was last refreshed.
|
RefreshSchemasStatus |
withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
RefreshSchemasStatus |
withStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.
|
RefreshSchemasStatus |
withStatus(String status)
The status of the schema.
|
public void setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.public String getEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
public RefreshSchemasStatus withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.public void setReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.public String getReplicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
public RefreshSchemasStatus withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.public void setStatus(String status)
The status of the schema.
status
- The status of the schema.RefreshSchemasStatusTypeValue
public String getStatus()
The status of the schema.
RefreshSchemasStatusTypeValue
public RefreshSchemasStatus withStatus(String status)
The status of the schema.
status
- The status of the schema.RefreshSchemasStatusTypeValue
public void setStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.
status
- The status of the schema.RefreshSchemasStatusTypeValue
public RefreshSchemasStatus withStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.
status
- The status of the schema.RefreshSchemasStatusTypeValue
public void setLastRefreshDate(Date lastRefreshDate)
The date the schema was last refreshed.
lastRefreshDate
- The date the schema was last refreshed.public Date getLastRefreshDate()
The date the schema was last refreshed.
public RefreshSchemasStatus withLastRefreshDate(Date lastRefreshDate)
The date the schema was last refreshed.
lastRefreshDate
- The date the schema was last refreshed.public void setLastFailureMessage(String lastFailureMessage)
The last failure message for the schema.
lastFailureMessage
- The last failure message for the schema.public String getLastFailureMessage()
The last failure message for the schema.
public RefreshSchemasStatus withLastFailureMessage(String lastFailureMessage)
The last failure message for the schema.
lastFailureMessage
- The last failure message for the schema.public String toString()
toString
in class Object
Object.toString()
public RefreshSchemasStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.