public static final class CfnSchedulingPolicyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSchedulingPolicyProps
CfnSchedulingPolicyProps
CfnSchedulingPolicyProps.Builder, CfnSchedulingPolicyProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getFairsharePolicy()
The fair share policy of the scheduling policy.
|
java.lang.String |
getName()
The name of the scheduling policy.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
The tags that you apply to the scheduling policy to help you categorize and organize your resources.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getFairsharePolicy()
CfnSchedulingPolicyProps
getFairsharePolicy
in interface CfnSchedulingPolicyProps
public final java.lang.String getName()
CfnSchedulingPolicyProps
It can be up to 128 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).
getName
in interface CfnSchedulingPolicyProps
public final java.util.Map<java.lang.String,java.lang.String> getTags()
CfnSchedulingPolicyProps
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.
getTags
in interface CfnSchedulingPolicyProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()