Class CfnRunGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.omics.CfnRunGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRunGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRunGroupProps
@Stability(Stable)
@Internal
public static final class CfnRunGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRunGroupProps
An implementation for
CfnRunGroupProps-
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.omics.CfnRunGroupProps
CfnRunGroupProps.Builder, CfnRunGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRunGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRunGroupProps.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 NumberThe group's maximum CPU count setting.final NumberThe group's maximum duration setting in minutes.final NumberThe maximum GPUs that can be used by a run group.final NumberThe group's maximum concurrent run setting.final StringgetName()The group's name.getTags()Tags for the group.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 theCfnRunGroupProps.Builder.
-
-
Method Details
-
getMaxCpus
Description copied from interface:CfnRunGroupPropsThe group's maximum CPU count setting.- Specified by:
getMaxCpusin interfaceCfnRunGroupProps- See Also:
-
getMaxDuration
Description copied from interface:CfnRunGroupPropsThe group's maximum duration setting in minutes.- Specified by:
getMaxDurationin interfaceCfnRunGroupProps- See Also:
-
getMaxGpus
Description copied from interface:CfnRunGroupPropsThe maximum GPUs that can be used by a run group.- Specified by:
getMaxGpusin interfaceCfnRunGroupProps- See Also:
-
getMaxRuns
Description copied from interface:CfnRunGroupPropsThe group's maximum concurrent run setting.- Specified by:
getMaxRunsin interfaceCfnRunGroupProps- See Also:
-
getName
Description copied from interface:CfnRunGroupPropsThe group's name.- Specified by:
getNamein interfaceCfnRunGroupProps- See Also:
-
getTags
Description copied from interface:CfnRunGroupPropsTags for the group.- Specified by:
getTagsin interfaceCfnRunGroupProps- 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()
-