public class RefreshSchemasStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
endpointArn
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
private java.lang.String |
lastFailureMessage
The last failure message for the schema.
|
private java.util.Date |
lastRefreshDate
The date the schema was last refreshed.
|
private java.lang.String |
replicationInstanceArn
The Amazon Resource Name (ARN) of the replication instance.
|
private java.lang.String |
status
The status of the schema.
|
Constructor and Description |
---|
RefreshSchemasStatus() |
Modifier and Type | Method and Description |
---|---|
RefreshSchemasStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
java.lang.String |
getLastFailureMessage()
The last failure message for the schema.
|
java.util.Date |
getLastRefreshDate()
The date the schema was last refreshed.
|
java.lang.String |
getReplicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
|
java.lang.String |
getStatus()
The status of the schema.
|
int |
hashCode() |
void |
setEndpointArn(java.lang.String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
void |
setLastFailureMessage(java.lang.String lastFailureMessage)
The last failure message for the schema.
|
void |
setLastRefreshDate(java.util.Date lastRefreshDate)
The date the schema was last refreshed.
|
void |
setReplicationInstanceArn(java.lang.String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
void |
setStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.
|
void |
setStatus(java.lang.String status)
The status of the schema.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RefreshSchemasStatus |
withEndpointArn(java.lang.String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
RefreshSchemasStatus |
withLastFailureMessage(java.lang.String lastFailureMessage)
The last failure message for the schema.
|
RefreshSchemasStatus |
withLastRefreshDate(java.util.Date lastRefreshDate)
The date the schema was last refreshed.
|
RefreshSchemasStatus |
withReplicationInstanceArn(java.lang.String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
RefreshSchemasStatus |
withStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.
|
RefreshSchemasStatus |
withStatus(java.lang.String status)
The status of the schema.
|
private java.lang.String endpointArn
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
private java.lang.String replicationInstanceArn
The Amazon Resource Name (ARN) of the replication instance.
private java.lang.String status
The status of the schema.
private java.util.Date lastRefreshDate
The date the schema was last refreshed.
private java.lang.String lastFailureMessage
The last failure message for the schema.
public void setEndpointArn(java.lang.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 java.lang.String getEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
public RefreshSchemasStatus withEndpointArn(java.lang.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(java.lang.String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.public java.lang.String getReplicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
public RefreshSchemasStatus withReplicationInstanceArn(java.lang.String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.public void setStatus(java.lang.String status)
The status of the schema.
status
- The status of the schema.RefreshSchemasStatusTypeValue
public java.lang.String getStatus()
The status of the schema.
RefreshSchemasStatusTypeValue
public RefreshSchemasStatus withStatus(java.lang.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(java.util.Date lastRefreshDate)
The date the schema was last refreshed.
lastRefreshDate
- The date the schema was last refreshed.public java.util.Date getLastRefreshDate()
The date the schema was last refreshed.
public RefreshSchemasStatus withLastRefreshDate(java.util.Date lastRefreshDate)
The date the schema was last refreshed.
lastRefreshDate
- The date the schema was last refreshed.public void setLastFailureMessage(java.lang.String lastFailureMessage)
The last failure message for the schema.
lastFailureMessage
- The last failure message for the schema.public java.lang.String getLastFailureMessage()
The last failure message for the schema.
public RefreshSchemasStatus withLastFailureMessage(java.lang.String lastFailureMessage)
The last failure message for the schema.
lastFailureMessage
- The last failure message for the schema.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RefreshSchemasStatus clone()
clone
in class java.lang.Object