Class CfnConsumableResourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnConsumableResourceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConsumableResourceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConsumableResourceProps
@Stability(Stable)
@Internal
public static final class CfnConsumableResourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConsumableResourceProps
An implementation for
CfnConsumableResourceProps-
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.batch.CfnConsumableResourceProps
CfnConsumableResourceProps.Builder, CfnConsumableResourceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConsumableResourceProps.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 theCfnConsumableResourceProps.Builder.
-
-
Method Details
-
getResourceType
Description copied from interface:CfnConsumableResourcePropsIndicates whether the resource is available to be re-used after a job completes. Can be one of:.REPLENISHABLENON_REPLENISHABLE
- Specified by:
getResourceTypein interfaceCfnConsumableResourceProps- See Also:
-
getTotalQuantity
Description copied from interface:CfnConsumableResourcePropsThe total amount of the consumable resource that is available.- Specified by:
getTotalQuantityin interfaceCfnConsumableResourceProps- See Also:
-
getConsumableResourceName
Description copied from interface:CfnConsumableResourcePropsThe name of the consumable resource.- Specified by:
getConsumableResourceNamein interfaceCfnConsumableResourceProps- See Also:
-
getTags
Description copied from interface:CfnConsumableResourcePropsThe 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 interfaceCfnConsumableResourceProps- 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()
-