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()
boolean
The directory identifier.int
hashCode()
void
setDirectoryId
(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
The directory identifier.
- Returns:
- The directory identifier.
-
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-