Class CfnSpendingLimitMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.braket.CfnSpendingLimitMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSpendingLimitMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSpendingLimitMixinProps
@Stability(Stable)
@Internal
public static final class CfnSpendingLimitMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSpendingLimitMixinProps
An implementation for
CfnSpendingLimitMixinProps-
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.cfnpropertymixins.services.braket.CfnSpendingLimitMixinProps
CfnSpendingLimitMixinProps.Builder, CfnSpendingLimitMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSpendingLimitMixinProps.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 StringThe Amazon Resource Name (ARN) of the quantum device to apply the spending limit to.final StringThe maximum amount that can be spent on the specified device, in USD.getTags()The tags to apply to the spending limit.final ObjectDefines a time range for spending limits, specifying when the limit is active.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 theCfnSpendingLimitMixinProps.Builder.
-
-
Method Details
-
getDeviceArn
Description copied from interface:CfnSpendingLimitMixinPropsThe Amazon Resource Name (ARN) of the quantum device to apply the spending limit to.- Specified by:
getDeviceArnin interfaceCfnSpendingLimitMixinProps- See Also:
-
getSpendingLimit
Description copied from interface:CfnSpendingLimitMixinPropsThe maximum amount that can be spent on the specified device, in USD.- Specified by:
getSpendingLimitin interfaceCfnSpendingLimitMixinProps- See Also:
-
getTags
Description copied from interface:CfnSpendingLimitMixinPropsThe tags to apply to the spending limit.- Specified by:
getTagsin interfaceCfnSpendingLimitMixinProps- See Also:
-
getTimePeriod
Description copied from interface:CfnSpendingLimitMixinPropsDefines a time range for spending limits, specifying when the limit is active.Returns union: either
IResolvableorCfnSpendingLimitPropsMixin.TimePeriodProperty- Specified by:
getTimePeriodin interfaceCfnSpendingLimitMixinProps- 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()
-