Interface CfnQuickResponse.QuickResponseContentProviderProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnQuickResponse.QuickResponseContentProviderProperty.Jsii$Proxy
- Enclosing class:
CfnQuickResponse
@Stability(Stable)
public static interface CfnQuickResponse.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.services.wisdom.*; QuickResponseContentProviderProperty quickResponseContentProviderProperty = QuickResponseContentProviderProperty.builder() .content("content") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnQuickResponse.QuickResponseContentProviderProperty
static final class
An implementation forCfnQuickResponse.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
-