Class CfnRulesetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.databrew.CfnRulesetProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnRulesetProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRulesetProps
@Stability(Stable)
@Internal
public static final class CfnRulesetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRulesetProps
An implementation for 
CfnRulesetProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.databrew.CfnRulesetPropsCfnRulesetProps.Builder, CfnRulesetProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRulesetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRulesetProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe description of the ruleset.final StringgetName()The name of the ruleset.final ObjectgetRules()Contains metadata about the ruleset.getTags()An array of key-value pairs to apply to this resource.final StringThe Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnRulesetProps.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CfnRulesetPropsThe name of the ruleset.- Specified by:
- getNamein interface- CfnRulesetProps
 
- 
getRulesDescription copied from interface:CfnRulesetPropsContains metadata about the ruleset.- Specified by:
- getRulesin interface- CfnRulesetProps
 
- 
getTargetArnDescription copied from interface:CfnRulesetPropsThe Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.- Specified by:
- getTargetArnin interface- CfnRulesetProps
 
- 
getDescriptionDescription copied from interface:CfnRulesetPropsThe description of the ruleset.- Specified by:
- getDescriptionin interface- CfnRulesetProps
 
- 
getTagsDescription copied from interface:CfnRulesetPropsAn array of key-value pairs to apply to this resource.For more information, see Tag . - Specified by:
- getTagsin interface- CfnRulesetProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-