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 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 String toString()
toString in class ObjectObject.toString()public GetDirectoryLimitsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.