Class CfnPrimaryTaskSetMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnPrimaryTaskSetMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPrimaryTaskSetMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPrimaryTaskSetMixinProps
@Stability(Stable)
@Internal
public static final class CfnPrimaryTaskSetMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPrimaryTaskSetMixinProps
An implementation for
CfnPrimaryTaskSetMixinProps-
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.ecs.CfnPrimaryTaskSetMixinProps
CfnPrimaryTaskSetMixinProps.Builder, CfnPrimaryTaskSetMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPrimaryTaskSetMixinProps.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 short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.final StringThe short name or full Amazon Resource Name (ARN) of the service that the task set exists in.final StringThe short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.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 theCfnPrimaryTaskSetMixinProps.Builder.
-
-
Method Details
-
getCluster
Description copied from interface:CfnPrimaryTaskSetMixinPropsThe short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.- Specified by:
getClusterin interfaceCfnPrimaryTaskSetMixinProps- See Also:
-
getService
Description copied from interface:CfnPrimaryTaskSetMixinPropsThe short name or full Amazon Resource Name (ARN) of the service that the task set exists in.- Specified by:
getServicein interfaceCfnPrimaryTaskSetMixinProps- See Also:
-
getTaskSetId
Description copied from interface:CfnPrimaryTaskSetMixinPropsThe short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.- Specified by:
getTaskSetIdin interfaceCfnPrimaryTaskSetMixinProps- 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()
-