@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDirectoryLimitsResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public GetDirectoryLimitsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.