public class GetDirectoryLimitsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the results of the GetDirectoryLimits operation.
Modifier and Type | Field and Description |
---|---|
private DirectoryLimits |
directoryLimits
A DirectoryLimits object that contains the directory limits for
the current region.
|
Constructor and Description |
---|
GetDirectoryLimitsResult() |
Modifier and Type | Method and Description |
---|---|
GetDirectoryLimitsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
DirectoryLimits |
getDirectoryLimits()
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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDirectoryLimitsResult |
withDirectoryLimits(DirectoryLimits directoryLimits)
A DirectoryLimits object that contains the directory limits for
the current region.
|
private DirectoryLimits directoryLimits
A DirectoryLimits object that contains the directory limits for the current region.
public void setDirectoryLimits(DirectoryLimits directoryLimits)
A DirectoryLimits object that contains the directory limits for the current region.
directoryLimits
- A DirectoryLimits object that contains the directory limits
for the current region.public DirectoryLimits getDirectoryLimits()
A DirectoryLimits object that contains the directory limits for the current region.
public GetDirectoryLimitsResult withDirectoryLimits(DirectoryLimits directoryLimits)
A DirectoryLimits object that contains the directory limits for the current region.
directoryLimits
- A DirectoryLimits object that contains the directory limits
for the current region.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetDirectoryLimitsResult clone()
clone
in class java.lang.Object