Class CfnAnalysisTemplate.AnalysisParameterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate.AnalysisParameterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisTemplate.AnalysisParameterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisTemplate.AnalysisParameterProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisTemplate.AnalysisParameterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisTemplate.AnalysisParameterProperty
An implementation for
CfnAnalysisTemplate.AnalysisParameterProperty
-
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.cleanrooms.CfnAnalysisTemplate.AnalysisParameterProperty
CfnAnalysisTemplate.AnalysisParameterProperty.Builder, CfnAnalysisTemplate.AnalysisParameterProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnalysisTemplate.AnalysisParameterProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnAnalysisTemplate.AnalysisParameterProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnAnalysisTemplate.AnalysisParameterProperty
The name of the parameter.The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.
- Specified by:
getName
in interfaceCfnAnalysisTemplate.AnalysisParameterProperty
- See Also:
-
getType
Description copied from interface:CfnAnalysisTemplate.AnalysisParameterProperty
The type of parameter.- Specified by:
getType
in interfaceCfnAnalysisTemplate.AnalysisParameterProperty
- See Also:
-
getDefaultValue
Description copied from interface:CfnAnalysisTemplate.AnalysisParameterProperty
Optional.The default value that is applied in the analysis template. The member who can query can override this value in the query editor.
- Specified by:
getDefaultValue
in interfaceCfnAnalysisTemplate.AnalysisParameterProperty
- 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()
-