Class CfnSchedulingPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnSchedulingPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSchedulingPolicyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSchedulingPolicyProps
@Stability(Stable)
@Internal
public static final class CfnSchedulingPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSchedulingPolicyProps
An implementation for
CfnSchedulingPolicyProps-
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.batch.CfnSchedulingPolicyProps
CfnSchedulingPolicyProps.Builder, CfnSchedulingPolicyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSchedulingPolicyProps.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 policy of the scheduling policy.final StringgetName()The name of the 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 theCfnSchedulingPolicyProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnSchedulingPolicyPropsThe name of the scheduling policy.It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
- Specified by:
getNamein interfaceCfnSchedulingPolicyProps
-
getTags
Description copied from interface:CfnSchedulingPolicyPropsThe 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 interfaceCfnSchedulingPolicyProps
-
$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()