public static final class CfnVolume.UserAndGroupQuotasProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVolume.UserAndGroupQuotasProperty
CfnVolume.UserAndGroupQuotasProperty
CfnVolume.UserAndGroupQuotasProperty.Builder, CfnVolume.UserAndGroupQuotasProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getId()
The ID of the user or group.
|
java.lang.Number |
getStorageCapacityQuotaGiB()
The amount of storage that the user or group can use in gibibytes (GiB).
|
java.lang.String |
getType()
A value that specifies whether the quota applies to a user or group.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getId()
CfnVolume.UserAndGroupQuotasProperty
getId
in interface CfnVolume.UserAndGroupQuotasProperty
public final java.lang.Number getStorageCapacityQuotaGiB()
CfnVolume.UserAndGroupQuotasProperty
getStorageCapacityQuotaGiB
in interface CfnVolume.UserAndGroupQuotasProperty
public final java.lang.String getType()
CfnVolume.UserAndGroupQuotasProperty
getType
in interface CfnVolume.UserAndGroupQuotasProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()