Package com.amazonaws.services.iot.model
Class DetachThingPrincipalResult
- java.lang.Object
-
- com.amazonaws.services.iot.model.DetachThingPrincipalResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DetachThingPrincipalResult extends Object implements Serializable, Cloneable
The output from the DetachThingPrincipal operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DetachThingPrincipalResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetachThingPrincipalResult
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 DetachThingPrincipalResult clone()
-
-