Class DeleteRuleResult
- java.lang.Object
-
- com.amazonaws.services.cloudwatchevents.model.DeleteRuleResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DeleteRuleResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteRuleResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteRuleResultclone()booleanequals(Object obj)inthashCode()StringtoString()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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DeleteRuleResult clone()
-
-