Class CfnFarmProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.deadline.CfnFarmProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFarmProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFarmProps
@Stability(Stable)
@Internal
public static final class CfnFarmProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFarmProps
An implementation for
CfnFarmProps-
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.CfnFarmProps
CfnFarmProps.Builder, CfnFarmProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFarmProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFarmProps.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 theCfnFarmProps.Builder.
-
-
Method Details
-
getDisplayName
Description copied from interface:CfnFarmPropsThe 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 interfaceCfnFarmProps- See Also:
-
getDescription
Description copied from interface:CfnFarmPropsA 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 interfaceCfnFarmProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnFarmPropsThe ARN for the KMS key.- Specified by:
getKmsKeyArnin interfaceCfnFarmProps- See Also:
-
getTags
Description copied from interface:CfnFarmPropsThe 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 interfaceCfnFarmProps- 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()
-