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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.deadline.CfnQueueEnvironmentProps
CfnQueueEnvironmentProps.Builder, CfnQueueEnvironmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnQueueEnvironmentProps.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 identifier assigned to the farm that contains the queue.final NumberThe queue environment's priority.final StringThe unique identifier of the queue that contains the environment.final StringA JSON or YAML template that describes the processing environment for the queue.final StringSpecifies whether the template for the queue environment is JSON or YAML.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 theCfnQueueEnvironmentProps.Builder.
-
-
Method Details
-
getFarmId
Description copied from interface:CfnQueueEnvironmentPropsThe identifier assigned to the farm that contains the queue.- Specified by:
getFarmIdin interfaceCfnQueueEnvironmentProps- See Also:
-
getPriority
Description copied from interface:CfnQueueEnvironmentPropsThe queue environment's priority.- Specified by:
getPriorityin interfaceCfnQueueEnvironmentProps- See Also:
-
getQueueId
Description copied from interface:CfnQueueEnvironmentPropsThe unique identifier of the queue that contains the environment.- Specified by:
getQueueIdin interfaceCfnQueueEnvironmentProps- See Also:
-
getTemplate
Description copied from interface:CfnQueueEnvironmentPropsA JSON or YAML template that describes the processing environment for the queue.- Specified by:
getTemplatein interfaceCfnQueueEnvironmentProps- See Also:
-
getTemplateType
Description copied from interface:CfnQueueEnvironmentPropsSpecifies whether the template for the queue environment is JSON or YAML.- Specified by:
getTemplateTypein interfaceCfnQueueEnvironmentProps- 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()
-