Class CfnBillingGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.billingconductor.CfnBillingGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBillingGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnBillingGroupProps
@Stability(Stable)
@Internal
public static final class CfnBillingGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBillingGroupProps
An implementation for
CfnBillingGroupProps-
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.CfnBillingGroupProps
CfnBillingGroupProps.Builder, CfnBillingGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnBillingGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBillingGroupProps.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 ObjectThe set of accounts that will be under the billing group.final ObjectThe preferences and settings that will be used to compute the AWS charges for a billing group.final StringThe description of the billing group.final StringgetName()The billing group's name.final StringThe account ID that serves as the main account in a billing group.getTags()AWS::BillingConductor::BillingGroup.Tags.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 theCfnBillingGroupProps.Builder.
-
-
Method Details
-
getAccountGrouping
Description copied from interface:CfnBillingGroupPropsThe set of accounts that will be under the billing group.The set of accounts resemble the linked accounts in a consolidated family.
- Specified by:
getAccountGroupingin interfaceCfnBillingGroupProps
-
getComputationPreference
Description copied from interface:CfnBillingGroupPropsThe preferences and settings that will be used to compute the AWS charges for a billing group.- Specified by:
getComputationPreferencein interfaceCfnBillingGroupProps
-
getName
Description copied from interface:CfnBillingGroupPropsThe billing group's name.- Specified by:
getNamein interfaceCfnBillingGroupProps
-
getPrimaryAccountId
Description copied from interface:CfnBillingGroupPropsThe account ID that serves as the main account in a billing group.- Specified by:
getPrimaryAccountIdin interfaceCfnBillingGroupProps
-
getDescription
Description copied from interface:CfnBillingGroupPropsThe description of the billing group.- Specified by:
getDescriptionin interfaceCfnBillingGroupProps
-
getTags
Description copied from interface:CfnBillingGroupPropsAWS::BillingConductor::BillingGroup.Tags.- Specified by:
getTagsin interfaceCfnBillingGroupProps
-
$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()
-