Class AcknowledgeThirdPartyJobResult
java.lang.Object
com.amazonaws.services.codepipeline.model.AcknowledgeThirdPartyJobResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of an acknowledge third party job action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status information for the third party job, if any.int
hashCode()
void
The status information for the third party job, if any.void
The status information for the third party job, if any.toString()
Returns a string representation of this object; useful for testing and debugging.withStatus
(JobStatus status) The status information for the third party job, if any.withStatus
(String status) The status information for the third party job, if any.
-
Constructor Details
-
AcknowledgeThirdPartyJobResult
public AcknowledgeThirdPartyJobResult()
-
-
Method Details
-
setStatus
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
The status information for the third party job, if any.
- Returns:
- The status information for the third party job, if any.
- See Also:
-
withStatus
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-