Package com.amazonaws.services.ecs.model
Class SubmitTaskStateChangeResult
- java.lang.Object
-
- com.amazonaws.services.ecs.model.SubmitTaskStateChangeResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class SubmitTaskStateChangeResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubmitTaskStateChangeResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubmitTaskStateChangeResult
clone()
boolean
equals(Object obj)
String
getAcknowledgment()
Acknowledgement of the state change.int
hashCode()
void
setAcknowledgment(String acknowledgment)
Acknowledgement of the state change.String
toString()
Returns a string representation of this object; useful for testing and debugging.SubmitTaskStateChangeResult
withAcknowledgment(String acknowledgment)
Acknowledgement of the state change.
-
-
-
Method Detail
-
setAcknowledgment
public void setAcknowledgment(String acknowledgment)
Acknowledgement of the state change.
- Parameters:
acknowledgment
- Acknowledgement of the state change.
-
getAcknowledgment
public String getAcknowledgment()
Acknowledgement of the state change.
- Returns:
- Acknowledgement of the state change.
-
withAcknowledgment
public SubmitTaskStateChangeResult withAcknowledgment(String acknowledgment)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public SubmitTaskStateChangeResult clone()
-
-