Class OpenZFSUserOrGroupQuota
- java.lang.Object
-
- software.amazon.awssdk.services.fsx.model.OpenZFSUserOrGroupQuota
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OpenZFSUserOrGroupQuota.Builder,OpenZFSUserOrGroupQuota>
@Generated("software.amazon.awssdk:codegen") public final class OpenZFSUserOrGroupQuota extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OpenZFSUserOrGroupQuota.Builder,OpenZFSUserOrGroupQuota>
The configuration for how much storage a user or group can use on the volume.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOpenZFSUserOrGroupQuota.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpenZFSUserOrGroupQuota.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerid()The ID of the user or group.List<SdkField<?>>sdkFields()static Class<? extends OpenZFSUserOrGroupQuota.Builder>serializableBuilderClass()IntegerstorageCapacityQuotaGiB()The amount of storage that the user or group can use in gibibytes (GiB).OpenZFSUserOrGroupQuota.BuildertoBuilder()StringtoString()Returns a string representation of this object.OpenZFSQuotaTypetype()A value that specifies whether the quota applies to a user or group.StringtypeAsString()A value that specifies whether the quota applies to a user or group.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public final OpenZFSQuotaType type()
A value that specifies whether the quota applies to a user or group.
If the service returns an enum value that is not available in the current SDK version,
typewill returnOpenZFSQuotaType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- A value that specifies whether the quota applies to a user or group.
- See Also:
OpenZFSQuotaType
-
typeAsString
public final String typeAsString()
A value that specifies whether the quota applies to a user or group.
If the service returns an enum value that is not available in the current SDK version,
typewill returnOpenZFSQuotaType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- A value that specifies whether the quota applies to a user or group.
- See Also:
OpenZFSQuotaType
-
id
public final Integer id()
The ID of the user or group.
- Returns:
- The ID of the user or group.
-
storageCapacityQuotaGiB
public final Integer storageCapacityQuotaGiB()
The amount of storage that the user or group can use in gibibytes (GiB).
- Returns:
- The amount of storage that the user or group can use in gibibytes (GiB).
-
toBuilder
public OpenZFSUserOrGroupQuota.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OpenZFSUserOrGroupQuota.Builder,OpenZFSUserOrGroupQuota>
-
builder
public static OpenZFSUserOrGroupQuota.Builder builder()
-
serializableBuilderClass
public static Class<? extends OpenZFSUserOrGroupQuota.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-