Class CfnBillingGroup.AccountGroupingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.billingconductor.CfnBillingGroup.AccountGroupingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBillingGroup.AccountGroupingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBillingGroup.AccountGroupingProperty
@Stability(Stable)
@Internal
public static final class CfnBillingGroup.AccountGroupingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBillingGroup.AccountGroupingProperty
An implementation for
CfnBillingGroup.AccountGroupingProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.billingconductor.CfnBillingGroup.AccountGroupingProperty
CfnBillingGroup.AccountGroupingProperty.Builder, CfnBillingGroup.AccountGroupingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBillingGroup.AccountGroupingProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Specifies if this billing group will automatically associate newly added AWS accounts that join your consolidated billing family.The account IDs that make up the billing group.final int
hashCode()
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 theCfnBillingGroup.AccountGroupingProperty.Builder
.
-
-
Method Details
-
getLinkedAccountIds
Description copied from interface:CfnBillingGroup.AccountGroupingProperty
The account IDs that make up the billing group.Account IDs must be a part of the consolidated billing family, and not associated with another billing group.
- Specified by:
getLinkedAccountIds
in interfaceCfnBillingGroup.AccountGroupingProperty
- See Also:
-
getAutoAssociate
Description copied from interface:CfnBillingGroup.AccountGroupingProperty
Specifies if this billing group will automatically associate newly added AWS accounts that join your consolidated billing family.- Specified by:
getAutoAssociate
in interfaceCfnBillingGroup.AccountGroupingProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-