Class CfnFleetPropsMixin.ComputeConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codebuild.CfnFleetPropsMixin.ComputeConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleetPropsMixin.ComputeConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFleetPropsMixin.ComputeConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFleetPropsMixin.ComputeConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleetPropsMixin.ComputeConfigurationProperty
An implementation for
CfnFleetPropsMixin.ComputeConfigurationProperty-
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.codebuild.CfnFleetPropsMixin.ComputeConfigurationProperty
CfnFleetPropsMixin.ComputeConfigurationProperty.Builder, CfnFleetPropsMixin.ComputeConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFleetPropsMixin.ComputeConfigurationProperty.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 NumbergetDisk()The amount of disk space of the instance type included in your fleet.final StringThe EC2 instance type to be launched in your fleet.final StringThe machine type of the instance type included in your fleet.final NumberThe amount of memory of the instance type included in your fleet.final NumbergetVCpu()The number of vCPUs of the instance type included in your fleet.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 theCfnFleetPropsMixin.ComputeConfigurationProperty.Builder.
-
-
Method Details
-
getDisk
Description copied from interface:CfnFleetPropsMixin.ComputeConfigurationPropertyThe amount of disk space of the instance type included in your fleet.- Specified by:
getDiskin interfaceCfnFleetPropsMixin.ComputeConfigurationProperty- See Also:
-
getInstanceType
Description copied from interface:CfnFleetPropsMixin.ComputeConfigurationPropertyThe EC2 instance type to be launched in your fleet.- Specified by:
getInstanceTypein interfaceCfnFleetPropsMixin.ComputeConfigurationProperty- See Also:
-
getMachineType
Description copied from interface:CfnFleetPropsMixin.ComputeConfigurationPropertyThe machine type of the instance type included in your fleet.- Specified by:
getMachineTypein interfaceCfnFleetPropsMixin.ComputeConfigurationProperty- See Also:
-
getMemory
Description copied from interface:CfnFleetPropsMixin.ComputeConfigurationPropertyThe amount of memory of the instance type included in your fleet.- Specified by:
getMemoryin interfaceCfnFleetPropsMixin.ComputeConfigurationProperty- See Also:
-
getVCpu
Description copied from interface:CfnFleetPropsMixin.ComputeConfigurationPropertyThe number of vCPUs of the instance type included in your fleet.- Specified by:
getVCpuin interfaceCfnFleetPropsMixin.ComputeConfigurationProperty- 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()
-