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