Class SubmitTaskStateChangeResult
java.lang.Object
com.amazonaws.services.ecs.model.SubmitTaskStateChangeResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAcknowledgement of the state change.inthashCode()voidsetAcknowledgment(String acknowledgment) Acknowledgement of the state change.toString()Returns a string representation of this object; useful for testing and debugging.withAcknowledgment(String acknowledgment) Acknowledgement of the state change.
-
Constructor Details
-
SubmitTaskStateChangeResult
public SubmitTaskStateChangeResult()
-
-
Method Details
-
setAcknowledgment
Acknowledgement of the state change.
- Parameters:
acknowledgment- Acknowledgement of the state change.
-
getAcknowledgment
Acknowledgement of the state change.
- Returns:
- Acknowledgement of the state change.
-
withAcknowledgment
Acknowledgement of the state change.
- Parameters:
acknowledgment- Acknowledgement of the state change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-