Class AcknowledgeJobResult
java.lang.Object
com.amazonaws.services.codepipeline.model.AcknowledgeJobResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of an acknowledge job action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Whether the job worker has received the specified job.int
hashCode()
void
Whether the job worker has received the specified job.void
Whether the job worker has received the specified job.toString()
Returns a string representation of this object; useful for testing and debugging.withStatus
(JobStatus status) Whether the job worker has received the specified job.withStatus
(String status) Whether the job worker has received the specified job.
-
Constructor Details
-
AcknowledgeJobResult
public AcknowledgeJobResult()
-
-
Method Details
-
setStatus
Whether the job worker has received the specified job.
- Parameters:
status
- Whether the job worker has received the specified job.- See Also:
-
getStatus
Whether the job worker has received the specified job.
- Returns:
- Whether the job worker has received the specified job.
- See Also:
-
withStatus
Whether the job worker has received the specified job.
- Parameters:
status
- Whether the job worker has received the specified job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
Whether the job worker has received the specified job.
- Parameters:
status
- Whether the job worker has received the specified job.- See Also:
-
withStatus
Whether the job worker has received the specified job.
- Parameters:
status
- Whether the job worker has received the specified job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-