Class CfnWorkerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.deadline.CfnWorkerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkerProps
@Stability(Stable)
@Internal
public static final class CfnWorkerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkerProps
An implementation for
CfnWorkerProps-
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.CfnWorkerProps
CfnWorkerProps.Builder, CfnWorkerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkerProps.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 farm ID.final StringThe fleet ID.final ObjectThe host property details.final List<CfnWorker.TagsItemsProperty> getTags()An array of key-value pairs to apply to this resource.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 theCfnWorkerProps.Builder.
-
-
Method Details
-
getFarmId
Description copied from interface:CfnWorkerPropsThe farm ID.- Specified by:
getFarmIdin interfaceCfnWorkerProps- See Also:
-
getFleetId
Description copied from interface:CfnWorkerPropsThe fleet ID.- Specified by:
getFleetIdin interfaceCfnWorkerProps- See Also:
-
getHostProperties
Description copied from interface:CfnWorkerPropsThe host property details.Returns union: either
IResolvableorCfnWorker.HostPropertiesRequestProperty- Specified by:
getHostPropertiesin interfaceCfnWorkerProps- See Also:
-
getTags
Description copied from interface:CfnWorkerPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnWorkerProps- 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()
-