Class DisableSsoResult
- java.lang.Object
-
- com.amazonaws.services.directory.model.DisableSsoResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DisableSsoResult extends Object implements Serializable, Cloneable
Contains the results of the DisableSso operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DisableSsoResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisableSsoResultclone()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 DisableSsoResult clone()
-
-