@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DirectoryLimits extends Object implements Serializable, Cloneable, StructuredPojo
Contains directory limit information for a region.
Constructor and Description |
---|
DirectoryLimits() |
Modifier and Type | Method and Description |
---|---|
DirectoryLimits |
clone() |
boolean |
equals(Object obj) |
Integer |
getCloudOnlyDirectoriesCurrentCount()
The current number of cloud directories in the region.
|
Integer |
getCloudOnlyDirectoriesLimit()
The maximum number of cloud directories allowed in the region.
|
Boolean |
getCloudOnlyDirectoriesLimitReached()
Indicates if the cloud directory limit has been reached.
|
Integer |
getCloudOnlyMicrosoftADCurrentCount()
The current number of Microsoft AD directories in the region.
|
Integer |
getCloudOnlyMicrosoftADLimit()
The maximum number of Microsoft AD directories allowed in the region.
|
Boolean |
getCloudOnlyMicrosoftADLimitReached()
Indicates if the Microsoft AD directory limit has been reached.
|
Integer |
getConnectedDirectoriesCurrentCount()
The current number of connected directories in the region.
|
Integer |
getConnectedDirectoriesLimit()
The maximum number of connected directories allowed in the region.
|
Boolean |
getConnectedDirectoriesLimitReached()
Indicates if the connected directory limit has been reached.
|
int |
hashCode() |
Boolean |
isCloudOnlyDirectoriesLimitReached()
Indicates if the cloud directory limit has been reached.
|
Boolean |
isCloudOnlyMicrosoftADLimitReached()
Indicates if the Microsoft AD directory limit has been reached.
|
Boolean |
isConnectedDirectoriesLimitReached()
Indicates if the connected directory limit has been reached.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)
The current number of cloud directories in the region.
|
void |
setCloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)
The maximum number of cloud directories allowed in the region.
|
void |
setCloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)
Indicates if the cloud directory limit has been reached.
|
void |
setCloudOnlyMicrosoftADCurrentCount(Integer cloudOnlyMicrosoftADCurrentCount)
The current number of Microsoft AD directories in the region.
|
void |
setCloudOnlyMicrosoftADLimit(Integer cloudOnlyMicrosoftADLimit)
The maximum number of Microsoft AD directories allowed in the region.
|
void |
setCloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached)
Indicates if the Microsoft AD directory limit has been reached.
|
void |
setConnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)
The current number of connected directories in the region.
|
void |
setConnectedDirectoriesLimit(Integer connectedDirectoriesLimit)
The maximum number of connected directories allowed in the region.
|
void |
setConnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)
Indicates if the connected directory limit has been reached.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DirectoryLimits |
withCloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)
The current number of cloud directories in the region.
|
DirectoryLimits |
withCloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)
The maximum number of cloud directories allowed in the region.
|
DirectoryLimits |
withCloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)
Indicates if the cloud directory limit has been reached.
|
DirectoryLimits |
withCloudOnlyMicrosoftADCurrentCount(Integer cloudOnlyMicrosoftADCurrentCount)
The current number of Microsoft AD directories in the region.
|
DirectoryLimits |
withCloudOnlyMicrosoftADLimit(Integer cloudOnlyMicrosoftADLimit)
The maximum number of Microsoft AD directories allowed in the region.
|
DirectoryLimits |
withCloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached)
Indicates if the Microsoft AD directory limit has been reached.
|
DirectoryLimits |
withConnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)
The current number of connected directories in the region.
|
DirectoryLimits |
withConnectedDirectoriesLimit(Integer connectedDirectoriesLimit)
The maximum number of connected directories allowed in the region.
|
DirectoryLimits |
withConnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)
Indicates if the connected directory limit has been reached.
|
public void setCloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)
The maximum number of cloud directories allowed in the region.
cloudOnlyDirectoriesLimit
- The maximum number of cloud directories allowed in the region.public Integer getCloudOnlyDirectoriesLimit()
The maximum number of cloud directories allowed in the region.
public DirectoryLimits withCloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)
The maximum number of cloud directories allowed in the region.
cloudOnlyDirectoriesLimit
- The maximum number of cloud directories allowed in the region.public void setCloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)
The current number of cloud directories in the region.
cloudOnlyDirectoriesCurrentCount
- The current number of cloud directories in the region.public Integer getCloudOnlyDirectoriesCurrentCount()
The current number of cloud directories in the region.
public DirectoryLimits withCloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)
The current number of cloud directories in the region.
cloudOnlyDirectoriesCurrentCount
- The current number of cloud directories in the region.public void setCloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)
Indicates if the cloud directory limit has been reached.
cloudOnlyDirectoriesLimitReached
- Indicates if the cloud directory limit has been reached.public Boolean getCloudOnlyDirectoriesLimitReached()
Indicates if the cloud directory limit has been reached.
public DirectoryLimits withCloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)
Indicates if the cloud directory limit has been reached.
cloudOnlyDirectoriesLimitReached
- Indicates if the cloud directory limit has been reached.public Boolean isCloudOnlyDirectoriesLimitReached()
Indicates if the cloud directory limit has been reached.
public void setCloudOnlyMicrosoftADLimit(Integer cloudOnlyMicrosoftADLimit)
The maximum number of Microsoft AD directories allowed in the region.
cloudOnlyMicrosoftADLimit
- The maximum number of Microsoft AD directories allowed in the region.public Integer getCloudOnlyMicrosoftADLimit()
The maximum number of Microsoft AD directories allowed in the region.
public DirectoryLimits withCloudOnlyMicrosoftADLimit(Integer cloudOnlyMicrosoftADLimit)
The maximum number of Microsoft AD directories allowed in the region.
cloudOnlyMicrosoftADLimit
- The maximum number of Microsoft AD directories allowed in the region.public void setCloudOnlyMicrosoftADCurrentCount(Integer cloudOnlyMicrosoftADCurrentCount)
The current number of Microsoft AD directories in the region.
cloudOnlyMicrosoftADCurrentCount
- The current number of Microsoft AD directories in the region.public Integer getCloudOnlyMicrosoftADCurrentCount()
The current number of Microsoft AD directories in the region.
public DirectoryLimits withCloudOnlyMicrosoftADCurrentCount(Integer cloudOnlyMicrosoftADCurrentCount)
The current number of Microsoft AD directories in the region.
cloudOnlyMicrosoftADCurrentCount
- The current number of Microsoft AD directories in the region.public void setCloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached)
Indicates if the Microsoft AD directory limit has been reached.
cloudOnlyMicrosoftADLimitReached
- Indicates if the Microsoft AD directory limit has been reached.public Boolean getCloudOnlyMicrosoftADLimitReached()
Indicates if the Microsoft AD directory limit has been reached.
public DirectoryLimits withCloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached)
Indicates if the Microsoft AD directory limit has been reached.
cloudOnlyMicrosoftADLimitReached
- Indicates if the Microsoft AD directory limit has been reached.public Boolean isCloudOnlyMicrosoftADLimitReached()
Indicates if the Microsoft AD directory limit has been reached.
public void setConnectedDirectoriesLimit(Integer connectedDirectoriesLimit)
The maximum number of connected directories allowed in the region.
connectedDirectoriesLimit
- The maximum number of connected directories allowed in the region.public Integer getConnectedDirectoriesLimit()
The maximum number of connected directories allowed in the region.
public DirectoryLimits withConnectedDirectoriesLimit(Integer connectedDirectoriesLimit)
The maximum number of connected directories allowed in the region.
connectedDirectoriesLimit
- The maximum number of connected directories allowed in the region.public void setConnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)
The current number of connected directories in the region.
connectedDirectoriesCurrentCount
- The current number of connected directories in the region.public Integer getConnectedDirectoriesCurrentCount()
The current number of connected directories in the region.
public DirectoryLimits withConnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)
The current number of connected directories in the region.
connectedDirectoriesCurrentCount
- The current number of connected directories in the region.public void setConnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)
Indicates if the connected directory limit has been reached.
connectedDirectoriesLimitReached
- Indicates if the connected directory limit has been reached.public Boolean getConnectedDirectoriesLimitReached()
Indicates if the connected directory limit has been reached.
public DirectoryLimits withConnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)
Indicates if the connected directory limit has been reached.
connectedDirectoriesLimitReached
- Indicates if the connected directory limit has been reached.public Boolean isConnectedDirectoriesLimitReached()
Indicates if the connected directory limit has been reached.
public String toString()
toString
in class Object
Object.toString()
public DirectoryLimits clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.