Class JobDetails
java.lang.Object
com.amazonaws.services.codepipeline.model.JobDetails
- All Implemented Interfaces:
Serializable
,Cloneable
Represents information about the details of a job.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The AWS account ID associated with the job.getData()
getId()
The unique system-generated ID of the job.int
hashCode()
void
setAccountId
(String accountId) The AWS account ID associated with the job.void
void
The unique system-generated ID of the job.toString()
Returns a string representation of this object; useful for testing and debugging.withAccountId
(String accountId) The AWS account ID associated with the job.The unique system-generated ID of the job.
-
Constructor Details
-
JobDetails
public JobDetails()
-
-
Method Details
-
setId
The unique system-generated ID of the job.
- Parameters:
id
- The unique system-generated ID of the job.
-
getId
The unique system-generated ID of the job.
- Returns:
- The unique system-generated ID of the job.
-
withId
The unique system-generated ID of the job.
- Parameters:
id
- The unique system-generated ID of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setData
- Parameters:
data
-
-
getData
- Returns:
-
withData
- Parameters:
data
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAccountId
The AWS account ID associated with the job.
- Parameters:
accountId
- The AWS account ID associated with the job.
-
getAccountId
The AWS account ID associated with the job.
- Returns:
- The AWS account ID associated with the job.
-
withAccountId
The AWS account ID associated with the job.
- Parameters:
accountId
- The AWS account ID associated with the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-