Class CfnTableOptimizer.TableOptimizerConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnTableOptimizer.TableOptimizerConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTableOptimizer.TableOptimizerConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTableOptimizer.TableOptimizerConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTableOptimizer.TableOptimizerConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTableOptimizer.TableOptimizerConfigurationProperty
An implementation for
CfnTableOptimizer.TableOptimizerConfigurationProperty
-
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.glue.CfnTableOptimizer.TableOptimizerConfigurationProperty
CfnTableOptimizer.TableOptimizerConfigurationProperty.Builder, CfnTableOptimizer.TableOptimizerConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTableOptimizer.TableOptimizerConfigurationProperty.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
Whether the table optimization is enabled.final String
A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.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 theCfnTableOptimizer.TableOptimizerConfigurationProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnTableOptimizer.TableOptimizerConfigurationProperty
Whether the table optimization is enabled.- Specified by:
getEnabled
in interfaceCfnTableOptimizer.TableOptimizerConfigurationProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnTableOptimizer.TableOptimizerConfigurationProperty
A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.- Specified by:
getRoleArn
in interfaceCfnTableOptimizer.TableOptimizerConfigurationProperty
- 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()
-