Class CfnQueryDefinitionPropsMixin.QueryParameterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.logs.CfnQueryDefinitionPropsMixin.QueryParameterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnQueryDefinitionPropsMixin.QueryParameterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnQueryDefinitionPropsMixin.QueryParameterProperty
@Stability(Stable)
@Internal
public static final class CfnQueryDefinitionPropsMixin.QueryParameterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnQueryDefinitionPropsMixin.QueryParameterProperty
An implementation for
CfnQueryDefinitionPropsMixin.QueryParameterProperty-
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.cfnpropertymixins.services.logs.CfnQueryDefinitionPropsMixin.QueryParameterProperty
CfnQueryDefinitionPropsMixin.QueryParameterProperty.Builder, CfnQueryDefinitionPropsMixin.QueryParameterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnQueryDefinitionPropsMixin.QueryParameterProperty.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 StringThe default value to use for this query parameter if no value is supplied at execution time.final StringA description of the query parameter that explains its purpose or expected values.final StringgetName()The name of the query parameter.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 theCfnQueryDefinitionPropsMixin.QueryParameterProperty.Builder.
-
-
Method Details
-
getDefaultValue
Description copied from interface:CfnQueryDefinitionPropsMixin.QueryParameterPropertyThe default value to use for this query parameter if no value is supplied at execution time.- Specified by:
getDefaultValuein interfaceCfnQueryDefinitionPropsMixin.QueryParameterProperty- See Also:
-
getDescription
Description copied from interface:CfnQueryDefinitionPropsMixin.QueryParameterPropertyA description of the query parameter that explains its purpose or expected values.- Specified by:
getDescriptionin interfaceCfnQueryDefinitionPropsMixin.QueryParameterProperty- See Also:
-
getName
Description copied from interface:CfnQueryDefinitionPropsMixin.QueryParameterPropertyThe name of the query parameter.A query parameter name must start with a letter or underscore, and contain only letters, digits, and underscores.
- Specified by:
getNamein interfaceCfnQueryDefinitionPropsMixin.QueryParameterProperty- 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()
-