Class GetDirectoryLimitsResult
java.lang.Object
com.amazonaws.services.directory.model.GetDirectoryLimitsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the results of the GetDirectoryLimits operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A DirectoryLimits object that contains the directory limits for the current region.int
hashCode()
void
setDirectoryLimits
(DirectoryLimits directoryLimits) A DirectoryLimits object that contains the directory limits for the current region.toString()
Returns a string representation of this object; useful for testing and debugging.withDirectoryLimits
(DirectoryLimits directoryLimits) A DirectoryLimits object that contains the directory limits for the current region.
-
Constructor Details
-
GetDirectoryLimitsResult
public GetDirectoryLimitsResult()
-
-
Method Details
-
setDirectoryLimits
A DirectoryLimits object that contains the directory limits for the current region.
- Parameters:
directoryLimits
- A DirectoryLimits object that contains the directory limits for the current region.
-
getDirectoryLimits
A DirectoryLimits object that contains the directory limits for the current region.
- Returns:
- A DirectoryLimits object that contains the directory limits for the current region.
-
withDirectoryLimits
A DirectoryLimits object that contains the directory limits for the current region.
- Parameters:
directoryLimits
- A DirectoryLimits object that contains the directory limits for the current region.- 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
-