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 RefreshSchemasStatusclone()booleanequals(Object obj)StringgetEndpointArn()The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.StringgetLastFailureMessage()The last failure message for the schema.DategetLastRefreshDate()The date the schema was last refreshed.StringgetReplicationInstanceArn()The Amazon Resource Name (ARN) of the replication instance.StringgetStatus()The status of the schema.inthashCode()voidsetEndpointArn(String endpointArn)The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.voidsetLastFailureMessage(String lastFailureMessage)The last failure message for the schema.voidsetLastRefreshDate(Date lastRefreshDate)The date the schema was last refreshed.voidsetReplicationInstanceArn(String replicationInstanceArn)The Amazon Resource Name (ARN) of the replication instance.voidsetStatus(RefreshSchemasStatusTypeValue status)The status of the schema.voidsetStatus(String status)The status of the schema.StringtoString()Returns a string representation of this object; useful for testing and debugging.RefreshSchemasStatuswithEndpointArn(String endpointArn)The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.RefreshSchemasStatuswithLastFailureMessage(String lastFailureMessage)The last failure message for the schema.RefreshSchemasStatuswithLastRefreshDate(Date lastRefreshDate)The date the schema was last refreshed.RefreshSchemasStatuswithReplicationInstanceArn(String replicationInstanceArn)The Amazon Resource Name (ARN) of the replication instance.RefreshSchemasStatuswithStatus(RefreshSchemasStatusTypeValue status)The status of the schema.RefreshSchemasStatuswithStatus(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public RefreshSchemasStatus clone()
-
-