@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.
|
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()