Class CfnSchedulingPolicyMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.batch.CfnSchedulingPolicyMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSchedulingPolicyMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSchedulingPolicyMixinProps
@Stability(Stable)
@Internal
public static final class CfnSchedulingPolicyMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSchedulingPolicyMixinProps
An implementation for
CfnSchedulingPolicyMixinProps-
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.batch.CfnSchedulingPolicyMixinProps
CfnSchedulingPolicyMixinProps.Builder, CfnSchedulingPolicyMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSchedulingPolicyMixinProps.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 ObjectThe fair-share scheduling policy details.final StringgetName()The name of the fair-share scheduling policy.getTags()The tags that you apply to the scheduling policy to help you categorize and organize your resources.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 theCfnSchedulingPolicyMixinProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnSchedulingPolicyMixinPropsThe name of the fair-share scheduling policy.It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
- Specified by:
getNamein interfaceCfnSchedulingPolicyMixinProps- See Also:
-
getTags
Description copied from interface:CfnSchedulingPolicyMixinPropsThe tags that you apply to the scheduling policy to help you categorize and organize your resources.Each tag consists of a key and an optional value. For more information, see Tagging AWS Resources in AWS General Reference .
These tags can be updated or removed using the TagResource and UntagResource API operations.
- Specified by:
getTagsin interfaceCfnSchedulingPolicyMixinProps- 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()