Class DeleteDirectoryResult
java.lang.Object
com.amazonaws.services.directory.model.DeleteDirectoryResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the results of the DeleteDirectory operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe directory identifier.inthashCode()voidsetDirectoryId(String directoryId) The directory identifier.toString()Returns a string representation of this object; useful for testing and debugging.withDirectoryId(String directoryId) The directory identifier.
-
Constructor Details
-
DeleteDirectoryResult
public DeleteDirectoryResult()
-
-
Method Details
-
setDirectoryId
The directory identifier.
- Parameters:
directoryId- The directory identifier.
-
getDirectoryId
-
withDirectoryId
The directory identifier.
- Parameters:
directoryId- The directory identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-