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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnTableOptimizer.TableOptimizerConfigurationProperty
CfnTableOptimizer.TableOptimizerConfigurationProperty.Builder, CfnTableOptimizer.TableOptimizerConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTableOptimizer.TableOptimizerConfigurationProperty.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 ObjectWhether the table optimization is enabled.final StringA role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.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 theCfnTableOptimizer.TableOptimizerConfigurationProperty.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnTableOptimizer.TableOptimizerConfigurationPropertyWhether the table optimization is enabled.- Specified by:
getEnabledin interfaceCfnTableOptimizer.TableOptimizerConfigurationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTableOptimizer.TableOptimizerConfigurationPropertyA 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:
getRoleArnin interfaceCfnTableOptimizer.TableOptimizerConfigurationProperty- 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()
-