Class ThirdPartyJob

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

public class ThirdPartyJob extends Object implements Serializable, Cloneable

A response to a PollForThirdPartyJobs request returned by AWS CodePipeline when there is a job to be worked upon by a partner action.

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
    The identifier used to identify the job in AWS CodePipeline.
    int
     
    void
    setClientId(String clientId)
    The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
    void
    The identifier used to identify the job in AWS CodePipeline.
    Returns a string representation of this object; useful for testing and debugging.
    withClientId(String clientId)
    The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
    The identifier used to identify the job in AWS CodePipeline.

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ThirdPartyJob

      public ThirdPartyJob()
  • Method Details

    • setClientId

      public void setClientId(String clientId)

      The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

      Parameters:
      clientId - The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
    • getClientId

      public String getClientId()

      The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

      Returns:
      The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
    • withClientId

      public ThirdPartyJob withClientId(String clientId)

      The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

      Parameters:
      clientId - The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setJobId

      public void setJobId(String jobId)

      The identifier used to identify the job in AWS CodePipeline.

      Parameters:
      jobId - The identifier used to identify the job in AWS CodePipeline.
    • getJobId

      public String getJobId()

      The identifier used to identify the job in AWS CodePipeline.

      Returns:
      The identifier used to identify the job in AWS CodePipeline.
    • withJobId

      public ThirdPartyJob withJobId(String jobId)

      The identifier used to identify the job in AWS CodePipeline.

      Parameters:
      jobId - The identifier used to identify the job in AWS CodePipeline.
      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 ThirdPartyJob clone()
      Overrides:
      clone in class Object