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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.billingconductor.CfnBillingGroup.AccountGroupingProperty
CfnBillingGroup.AccountGroupingProperty.Builder, CfnBillingGroup.AccountGroupingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBillingGroup.AccountGroupingProperty.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 ObjectSpecifies 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 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 theCfnBillingGroup.AccountGroupingProperty.Builder.
-
-
Method Details
-
getLinkedAccountIds
Description copied from interface:CfnBillingGroup.AccountGroupingPropertyThe 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:
getLinkedAccountIdsin interfaceCfnBillingGroup.AccountGroupingProperty- See Also:
-
getAutoAssociate
Description copied from interface:CfnBillingGroup.AccountGroupingPropertySpecifies if this billing group will automatically associate newly added AWS accounts that join your consolidated billing family.Returns union: either
BooleanorIResolvable- Specified by:
getAutoAssociatein interfaceCfnBillingGroup.AccountGroupingProperty- 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()
-