Class RefreshSchemasStatus
- java.lang.Object
-
- com.amazonaws.services.databasemigrationservice.model.RefreshSchemasStatus
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class RefreshSchemasStatus extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RefreshSchemasStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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
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.
-
-
-
Method Detail
-
setEndpointArn
public void setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
- Parameters:
endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
-
getEndpointArn
public String getEndpointArn()
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
- Returns:
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
-
withEndpointArn
public RefreshSchemasStatus withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
- Parameters:
endpointArn
- The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setReplicationInstanceArn
public void setReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
- Parameters:
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.
-
getReplicationInstanceArn
public String getReplicationInstanceArn()
The Amazon Resource Name (ARN) of the replication instance.
- Returns:
- The Amazon Resource Name (ARN) of the replication instance.
-
withReplicationInstanceArn
public RefreshSchemasStatus withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
- Parameters:
replicationInstanceArn
- The Amazon Resource Name (ARN) of the replication instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
public void setStatus(String status)
The status of the schema.
- Parameters:
status
- The status of the schema.- See Also:
RefreshSchemasStatusTypeValue
-
getStatus
public String getStatus()
The status of the schema.
- Returns:
- The status of the schema.
- See Also:
RefreshSchemasStatusTypeValue
-
withStatus
public RefreshSchemasStatus withStatus(String status)
The status of the schema.
- Parameters:
status
- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RefreshSchemasStatusTypeValue
-
setStatus
public void setStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.
- Parameters:
status
- The status of the schema.- See Also:
RefreshSchemasStatusTypeValue
-
withStatus
public RefreshSchemasStatus withStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.
- Parameters:
status
- The status of the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RefreshSchemasStatusTypeValue
-
setLastRefreshDate
public void setLastRefreshDate(Date lastRefreshDate)
The date the schema was last refreshed.
- Parameters:
lastRefreshDate
- The date the schema was last refreshed.
-
getLastRefreshDate
public Date getLastRefreshDate()
The date the schema was last refreshed.
- Returns:
- The date the schema was last refreshed.
-
withLastRefreshDate
public RefreshSchemasStatus withLastRefreshDate(Date lastRefreshDate)
The date the schema was last refreshed.
- Parameters:
lastRefreshDate
- The date the schema was last refreshed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLastFailureMessage
public void setLastFailureMessage(String lastFailureMessage)
The last failure message for the schema.
- Parameters:
lastFailureMessage
- The last failure message for the schema.
-
getLastFailureMessage
public String getLastFailureMessage()
The last failure message for the schema.
- Returns:
- The last failure message for the schema.
-
withLastFailureMessage
public RefreshSchemasStatus withLastFailureMessage(String lastFailureMessage)
The last failure message for the schema.
- Parameters:
lastFailureMessage
- The last failure message for the schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public RefreshSchemasStatus clone()
-
-