public class GetDirectoryLimitsResult extends Object implements Serializable, Cloneable
Contains the results of the GetDirectoryLimits operation.
| Constructor and Description |
|---|
GetDirectoryLimitsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDirectoryLimitsResult |
clone() |
boolean |
equals(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.
|
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.
|
public DirectoryLimits getDirectoryLimits()
public void setDirectoryLimits(DirectoryLimits directoryLimits)
directoryLimits - A DirectoryLimits object that contains the directory limits for
the current region.public GetDirectoryLimitsResult withDirectoryLimits(DirectoryLimits directoryLimits)
Returns a reference to this object so that method calls can be chained together.
directoryLimits - A DirectoryLimits object that contains the directory limits for
the current region.public String toString()
toString in class ObjectObject.toString()public GetDirectoryLimitsResult clone()
Copyright © 2015. All rights reserved.