Interface CfnQuickResponsePropsMixin.QuickResponseContentProviderProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQuickResponsePropsMixin.QuickResponseContentProviderProperty.Jsii$Proxy
- Enclosing class:
CfnQuickResponsePropsMixin
@Stability(Stable)
public static interface CfnQuickResponsePropsMixin.QuickResponseContentProviderProperty
extends software.amazon.jsii.JsiiSerializable
The container quick response content.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wisdom.*;
QuickResponseContentProviderProperty quickResponseContentProviderProperty = QuickResponseContentProviderProperty.builder()
.content("content")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnQuickResponsePropsMixin.QuickResponseContentProviderProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContent
The content of the quick response.- See Also:
-
builder
@Stability(Stable) static CfnQuickResponsePropsMixin.QuickResponseContentProviderProperty.Builder builder()
-