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:
  • Constructor Details

    • RefreshSchemasStatus

      public RefreshSchemasStatus()
  • Method Details

    • 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:
    • getStatus

      public String getStatus()

      The status of the schema.

      Returns:
      The status of the schema.
      See Also:
    • 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:
    • setStatus

      public void setStatus(RefreshSchemasStatusTypeValue status)

      The status of the schema.

      Parameters:
      status - The status of the schema.
      See Also:
    • withStatus

      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:
    • 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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public RefreshSchemasStatus clone()
      Overrides:
      clone in class Object