Class AcknowledgeThirdPartyJobResult

java.lang.Object
com.amazonaws.services.codepipeline.model.AcknowledgeThirdPartyJobResult
All Implemented Interfaces:
Serializable, Cloneable

public class AcknowledgeThirdPartyJobResult extends Object implements Serializable, Cloneable

Represents the output of an acknowledge third party job action.

See Also:
  • Constructor Details

    • AcknowledgeThirdPartyJobResult

      public AcknowledgeThirdPartyJobResult()
  • Method Details

    • setStatus

      public void setStatus(String status)

      The status information for the third party job, if any.

      Parameters:
      status - The status information for the third party job, if any.
      See Also:
    • getStatus

      public String getStatus()

      The status information for the third party job, if any.

      Returns:
      The status information for the third party job, if any.
      See Also:
    • withStatus

      public AcknowledgeThirdPartyJobResult withStatus(String status)

      The status information for the third party job, if any.

      Parameters:
      status - The status information for the third party job, if any.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setStatus

      public void setStatus(JobStatus status)

      The status information for the third party job, if any.

      Parameters:
      status - The status information for the third party job, if any.
      See Also:
    • withStatus

      public AcknowledgeThirdPartyJobResult withStatus(JobStatus status)

      The status information for the third party job, if any.

      Parameters:
      status - The status information for the third party job, if any.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      Overrides:
      clone in class Object