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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.deadline.CfnFarmProps
CfnFarmProps.Builder, CfnFarmProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFarmProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFarmProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
A description of the farm that helps identify what the farm is used for.final String
The display name of the farm.final String
The ARN for the KMS key.getTags()
The tags to add to your farm.final int
hashCode()
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:CfnFarmProps
The 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:
getDisplayName
in interfaceCfnFarmProps
- See Also:
-
getDescription
Description copied from interface:CfnFarmProps
A description of the farm that helps identify what the farm is used for.Default: - ""
- Specified by:
getDescription
in interfaceCfnFarmProps
- See Also:
-
getKmsKeyArn
Description copied from interface:CfnFarmProps
The ARN for the KMS key.- Specified by:
getKmsKeyArn
in interfaceCfnFarmProps
- See Also:
-
getTags
Description copied from interface:CfnFarmProps
The 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:
getTags
in interfaceCfnFarmProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-