Class CfnFleet.CustomerManagedFleetConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.deadline.CfnFleet.CustomerManagedFleetConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleet.CustomerManagedFleetConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFleet.CustomerManagedFleetConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFleet.CustomerManagedFleetConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleet.CustomerManagedFleetConfigurationProperty
An implementation for
CfnFleet.CustomerManagedFleetConfigurationProperty-
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.deadline.CfnFleet.CustomerManagedFleetConfigurationProperty
CfnFleet.CustomerManagedFleetConfigurationProperty.Builder, CfnFleet.CustomerManagedFleetConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFleet.CustomerManagedFleetConfigurationProperty.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 StringgetMode()The Auto Scaling mode for the customer managed fleet.final StringThe storage profile ID for the customer managed fleet.final StringThe tag propagation mode for the customer managed fleet.final ObjectThe worker capabilities for the customer managed 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 theCfnFleet.CustomerManagedFleetConfigurationProperty.Builder.
-
-
Method Details
-
getMode
Description copied from interface:CfnFleet.CustomerManagedFleetConfigurationPropertyThe Auto Scaling mode for the customer managed fleet.- Specified by:
getModein interfaceCfnFleet.CustomerManagedFleetConfigurationProperty- See Also:
-
getWorkerCapabilities
Description copied from interface:CfnFleet.CustomerManagedFleetConfigurationPropertyThe worker capabilities for the customer managed fleet.Returns union: either
IResolvableorCfnFleet.CustomerManagedWorkerCapabilitiesProperty- Specified by:
getWorkerCapabilitiesin interfaceCfnFleet.CustomerManagedFleetConfigurationProperty- See Also:
-
getStorageProfileId
Description copied from interface:CfnFleet.CustomerManagedFleetConfigurationPropertyThe storage profile ID for the customer managed fleet.- Specified by:
getStorageProfileIdin interfaceCfnFleet.CustomerManagedFleetConfigurationProperty- See Also:
-
getTagPropagationMode
Description copied from interface:CfnFleet.CustomerManagedFleetConfigurationPropertyThe tag propagation mode for the customer managed fleet.- Specified by:
getTagPropagationModein interfaceCfnFleet.CustomerManagedFleetConfigurationProperty- 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()
-