Class ContinueUpdateRollbackResult
- java.lang.Object
-
- com.amazonaws.services.cloudformation.model.ContinueUpdateRollbackResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ContinueUpdateRollbackResult extends Object implements Serializable, Cloneable
The output for a ContinueUpdateRollback action.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContinueUpdateRollbackResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContinueUpdateRollbackResult
clone()
boolean
equals(Object obj)
int
hashCode()
String
toString()
Returns a string representation of this object; useful for testing and debugging.
-
-
-
Method Detail
-
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 ContinueUpdateRollbackResult clone()
-
-