Class CfnVirtualClusterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emrcontainers.CfnVirtualClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualClusterProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualClusterProps
@Stability(Stable)
@Internal
public static final class CfnVirtualClusterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualClusterProps
An implementation for
CfnVirtualClusterProps
-
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.emrcontainers.CfnVirtualClusterProps
CfnVirtualClusterProps.Builder, CfnVirtualClusterProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnVirtualClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVirtualClusterProps.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 container provider of the virtual cluster.final String
getName()
The name of the virtual cluster.final String
The ID of the security configuration.getTags()
An array of key-value pairs to apply to this resource.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 theCfnVirtualClusterProps.Builder
.
-
-
Method Details
-
getContainerProvider
Description copied from interface:CfnVirtualClusterProps
The container provider of the virtual cluster.- Specified by:
getContainerProvider
in interfaceCfnVirtualClusterProps
- See Also:
-
getName
Description copied from interface:CfnVirtualClusterProps
The name of the virtual cluster.- Specified by:
getName
in interfaceCfnVirtualClusterProps
- See Also:
-
getSecurityConfigurationId
Description copied from interface:CfnVirtualClusterProps
The ID of the security configuration.- Specified by:
getSecurityConfigurationId
in interfaceCfnVirtualClusterProps
- See Also:
-
getTags
Description copied from interface:CfnVirtualClusterProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnVirtualClusterProps
- 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()
-