Class CfnConsumableResourceMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnConsumableResourceMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConsumableResourceMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConsumableResourceMixinProps
@Stability(Stable)
@Internal
public static final class CfnConsumableResourceMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConsumableResourceMixinProps
An implementation for
CfnConsumableResourceMixinProps-
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.batch.CfnConsumableResourceMixinProps
CfnConsumableResourceMixinProps.Builder, CfnConsumableResourceMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConsumableResourceMixinProps.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 name of the consumable resource.final StringIndicates whether the resource is available to be re-used after a job completes.getTags()The tags that you apply to the consumable resource to help you categorize and organize your resources.final NumberThe total amount of the consumable resource that is available.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 theCfnConsumableResourceMixinProps.Builder.
-
-
Method Details
-
getConsumableResourceName
Description copied from interface:CfnConsumableResourceMixinPropsThe name of the consumable resource.- Specified by:
getConsumableResourceNamein interfaceCfnConsumableResourceMixinProps- See Also:
-
getResourceType
Description copied from interface:CfnConsumableResourceMixinPropsIndicates whether the resource is available to be re-used after a job completes. Can be one of:.REPLENISHABLENON_REPLENISHABLE
- Specified by:
getResourceTypein interfaceCfnConsumableResourceMixinProps- See Also:
-
getTags
Description copied from interface:CfnConsumableResourceMixinPropsThe tags that you apply to the consumable resource to help you categorize and organize your resources.Each tag consists of a key and an optional value. For more information, see Tagging your AWS Batch resources .
- Specified by:
getTagsin interfaceCfnConsumableResourceMixinProps- See Also:
-
getTotalQuantity
Description copied from interface:CfnConsumableResourceMixinPropsThe total amount of the consumable resource that is available.- Specified by:
getTotalQuantityin interfaceCfnConsumableResourceMixinProps- 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()
-