Class CfnFarmMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnFarmMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFarmMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFarmMixinProps
@Stability(Stable)
@Internal
public static final class CfnFarmMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFarmMixinProps
An implementation for
CfnFarmMixinProps-
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.deadline.CfnFarmMixinProps
CfnFarmMixinProps.Builder, CfnFarmMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFarmMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFarmMixinProps.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 StringA description of the farm that helps identify what the farm is used for.final StringThe display name of the farm.final StringThe ARN for the KMS key.getTags()The tags to add to your farm.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 theCfnFarmMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnFarmMixinPropsA description of the farm that helps identify what the farm is used for.This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
Default: - ""
- Specified by:
getDescriptionin interfaceCfnFarmMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnFarmMixinPropsThe display name of the farm.This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Specified by:
getDisplayNamein interfaceCfnFarmMixinProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnFarmMixinPropsThe ARN for the KMS key.- Specified by:
getKmsKeyArnin interfaceCfnFarmMixinProps- See Also:
-
getTags
Description copied from interface:CfnFarmMixinPropsThe tags to add to your farm.Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
- Specified by:
getTagsin interfaceCfnFarmMixinProps- 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()
-