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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnSchedulingPolicyProps
CfnSchedulingPolicyProps.Builder, CfnSchedulingPolicyProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSchedulingPolicyProps.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 Object
The fair share policy of the scheduling policy.final String
getName()
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 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 theCfnSchedulingPolicyProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnSchedulingPolicyProps
The 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:
getName
in interfaceCfnSchedulingPolicyProps
- See Also:
-
getTags
Description copied from interface:CfnSchedulingPolicyProps
The 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:
getTags
in interfaceCfnSchedulingPolicyProps
- 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()