Class CfnServiceEnvironmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnServiceEnvironmentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceEnvironmentProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceEnvironmentProps
@Stability(Stable)
@Internal
public static final class CfnServiceEnvironmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceEnvironmentProps
An implementation for
CfnServiceEnvironmentProps
-
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.CfnServiceEnvironmentProps
CfnServiceEnvironmentProps.Builder, CfnServiceEnvironmentProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnServiceEnvironmentProps.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 capacity limits for the service environment.final String
The name of the service environment.final String
The type of service environment.final String
getState()
The state of the service environment.getTags()
The tags associated with the service environment.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 theCfnServiceEnvironmentProps.Builder
.
-
-
Method Details
-
getCapacityLimits
Description copied from interface:CfnServiceEnvironmentProps
The capacity limits for the service environment.This defines the maximum resources that can be used by service jobs in this environment.
- Specified by:
getCapacityLimits
in interfaceCfnServiceEnvironmentProps
- See Also:
-
getServiceEnvironmentType
Description copied from interface:CfnServiceEnvironmentProps
The type of service environment.For SageMaker Training jobs, this value is
SAGEMAKER_TRAINING
.- Specified by:
getServiceEnvironmentType
in interfaceCfnServiceEnvironmentProps
- See Also:
-
getServiceEnvironmentName
Description copied from interface:CfnServiceEnvironmentProps
The name of the service environment.- Specified by:
getServiceEnvironmentName
in interfaceCfnServiceEnvironmentProps
- See Also:
-
getState
Description copied from interface:CfnServiceEnvironmentProps
The state of the service environment.Valid values are
ENABLED
andDISABLED
.- Specified by:
getState
in interfaceCfnServiceEnvironmentProps
- See Also:
-
getTags
Description copied from interface:CfnServiceEnvironmentProps
The tags associated with the service environment.Each tag consists of a key and an optional value. For more information, see Tagging your AWS Batch resources .
- Specified by:
getTags
in interfaceCfnServiceEnvironmentProps
- 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()
-