Class RefreshSchemasStatus

    • Constructor Detail

      • RefreshSchemasStatus

        public RefreshSchemasStatus()
    • 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.
      • 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
      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object