Class CfnQueueEnvironmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.deadline.CfnQueueEnvironmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnQueueEnvironmentProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQueueEnvironmentProps
@Stability(Stable)
@Internal
public static final class CfnQueueEnvironmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQueueEnvironmentProps
An implementation for
CfnQueueEnvironmentProps
-
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.CfnQueueEnvironmentProps
CfnQueueEnvironmentProps.Builder, CfnQueueEnvironmentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnQueueEnvironmentProps.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
The identifier assigned to the farm that contains the queue.final Number
The queue environment's priority.final String
The unique identifier of the queue that contains the environment.final String
A JSON or YAML template that describes the processing environment for the queue.final String
Specifies whether the template for the queue environment is JSON or YAML.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 theCfnQueueEnvironmentProps.Builder
.
-
-
Method Details
-
getFarmId
Description copied from interface:CfnQueueEnvironmentProps
The identifier assigned to the farm that contains the queue.- Specified by:
getFarmId
in interfaceCfnQueueEnvironmentProps
- See Also:
-
getPriority
Description copied from interface:CfnQueueEnvironmentProps
The queue environment's priority.- Specified by:
getPriority
in interfaceCfnQueueEnvironmentProps
- See Also:
-
getQueueId
Description copied from interface:CfnQueueEnvironmentProps
The unique identifier of the queue that contains the environment.- Specified by:
getQueueId
in interfaceCfnQueueEnvironmentProps
- See Also:
-
getTemplate
Description copied from interface:CfnQueueEnvironmentProps
A JSON or YAML template that describes the processing environment for the queue.- Specified by:
getTemplate
in interfaceCfnQueueEnvironmentProps
- See Also:
-
getTemplateType
Description copied from interface:CfnQueueEnvironmentProps
Specifies whether the template for the queue environment is JSON or YAML.- Specified by:
getTemplateType
in interfaceCfnQueueEnvironmentProps
- 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()
-