@Generated(value="software.amazon.awssdk:codegen") public final class DirectoryLimits extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DirectoryLimits.Builder,DirectoryLimits>
Contains directory limit information for a Region.
Modifier and Type | Class and Description |
---|---|
static interface |
DirectoryLimits.Builder |
Modifier and Type | Method and Description |
---|---|
static DirectoryLimits.Builder |
builder() |
Integer |
cloudOnlyDirectoriesCurrentCount()
The current number of cloud directories in the Region.
|
Integer |
cloudOnlyDirectoriesLimit()
The maximum number of cloud directories allowed in the Region.
|
Boolean |
cloudOnlyDirectoriesLimitReached()
Indicates if the cloud directory limit has been reached.
|
Integer |
cloudOnlyMicrosoftADCurrentCount()
The current number of AWS Managed Microsoft AD directories in the region.
|
Integer |
cloudOnlyMicrosoftADLimit()
The maximum number of AWS Managed Microsoft AD directories allowed in the region.
|
Boolean |
cloudOnlyMicrosoftADLimitReached()
Indicates if the AWS Managed Microsoft AD directory limit has been reached.
|
Integer |
connectedDirectoriesCurrentCount()
The current number of connected directories in the Region.
|
Integer |
connectedDirectoriesLimit()
The maximum number of connected directories allowed in the Region.
|
Boolean |
connectedDirectoriesLimitReached()
Indicates if the connected directory limit has been reached.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DirectoryLimits.Builder> |
serializableBuilderClass() |
DirectoryLimits.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final Integer cloudOnlyDirectoriesLimit()
The maximum number of cloud directories allowed in the Region.
public final Integer cloudOnlyDirectoriesCurrentCount()
The current number of cloud directories in the Region.
public final Boolean cloudOnlyDirectoriesLimitReached()
Indicates if the cloud directory limit has been reached.
public final Integer cloudOnlyMicrosoftADLimit()
The maximum number of AWS Managed Microsoft AD directories allowed in the region.
public final Integer cloudOnlyMicrosoftADCurrentCount()
The current number of AWS Managed Microsoft AD directories in the region.
public final Boolean cloudOnlyMicrosoftADLimitReached()
Indicates if the AWS Managed Microsoft AD directory limit has been reached.
public final Integer connectedDirectoriesLimit()
The maximum number of connected directories allowed in the Region.
public final Integer connectedDirectoriesCurrentCount()
The current number of connected directories in the Region.
public final Boolean connectedDirectoriesLimitReached()
Indicates if the connected directory limit has been reached.
public DirectoryLimits.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DirectoryLimits.Builder,DirectoryLimits>
public static DirectoryLimits.Builder builder()
public static Class<? extends DirectoryLimits.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.