Class CfnDomain.DomainStatsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnDomain.DomainStatsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.DomainStatsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.DomainStatsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.DomainStatsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.DomainStatsProperty
An implementation for
CfnDomain.DomainStatsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.customerprofiles.CfnDomain.DomainStatsProperty
CfnDomain.DomainStatsProperty.Builder, CfnDomain.DomainStatsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.DomainStatsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe number of profiles that you are currently paying for in the domain.final NumberThe total number of objects in domain.final NumberThe total number of profiles currently in the domain.final NumberThe total size, in bytes, of all objects in the domain.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDomain.DomainStatsProperty.Builder.
-
-
Method Details
-
getMeteringProfileCount
Description copied from interface:CfnDomain.DomainStatsPropertyThe number of profiles that you are currently paying for in the domain.If you have more than 100 objects associated with a single profile, that profile counts as two profiles. If you have more than 200 objects, that profile counts as three, and so on.
- Specified by:
getMeteringProfileCountin interfaceCfnDomain.DomainStatsProperty- See Also:
-
getObjectCount
Description copied from interface:CfnDomain.DomainStatsPropertyThe total number of objects in domain.- Specified by:
getObjectCountin interfaceCfnDomain.DomainStatsProperty- See Also:
-
getProfileCount
Description copied from interface:CfnDomain.DomainStatsPropertyThe total number of profiles currently in the domain.- Specified by:
getProfileCountin interfaceCfnDomain.DomainStatsProperty- See Also:
-
getTotalSize
Description copied from interface:CfnDomain.DomainStatsPropertyThe total size, in bytes, of all objects in the domain.- Specified by:
getTotalSizein interfaceCfnDomain.DomainStatsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-