Class CfnPlugin.CustomPluginConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.qbusiness.CfnPlugin.CustomPluginConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlugin.CustomPluginConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlugin.CustomPluginConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPlugin.CustomPluginConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlugin.CustomPluginConfigurationProperty
An implementation for
CfnPlugin.CustomPluginConfigurationProperty-
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.qbusiness.CfnPlugin.CustomPluginConfigurationProperty
CfnPlugin.CustomPluginConfigurationProperty.Builder, CfnPlugin.CustomPluginConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlugin.CustomPluginConfigurationProperty.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 ObjectContains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema.final StringThe type of OpenAPI schema to use.final StringA description for your custom plugin configuration.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 theCfnPlugin.CustomPluginConfigurationProperty.Builder.
-
-
Method Details
-
getApiSchema
Description copied from interface:CfnPlugin.CustomPluginConfigurationPropertyContains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema.Returns union: either
IResolvableorCfnPlugin.APISchemaProperty- Specified by:
getApiSchemain interfaceCfnPlugin.CustomPluginConfigurationProperty- See Also:
-
getApiSchemaType
Description copied from interface:CfnPlugin.CustomPluginConfigurationPropertyThe type of OpenAPI schema to use.- Specified by:
getApiSchemaTypein interfaceCfnPlugin.CustomPluginConfigurationProperty- See Also:
-
getDescription
Description copied from interface:CfnPlugin.CustomPluginConfigurationPropertyA description for your custom plugin configuration.- Specified by:
getDescriptionin interfaceCfnPlugin.CustomPluginConfigurationProperty- 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()
-