Interface CfnPhoneNumberPropsMixin.OptionalKeywordProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPhoneNumberPropsMixin.OptionalKeywordProperty.Jsii$Proxy
- Enclosing class:
CfnPhoneNumberPropsMixin
@Stability(Stable)
public static interface CfnPhoneNumberPropsMixin.OptionalKeywordProperty
extends software.amazon.jsii.JsiiSerializable
The
OptionalKeyword configuration.
For more information, see Keywords in the End User Messaging User Guide.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.smsvoice.mixins.*;
OptionalKeywordProperty optionalKeywordProperty = OptionalKeywordProperty.builder()
.action("action")
.keyword("keyword")
.message("message")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPhoneNumberPropsMixin.OptionalKeywordPropertystatic final classAn implementation forCfnPhoneNumberPropsMixin.OptionalKeywordProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAction
The action to perform when the keyword is used.- See Also:
-
getKeyword
The new keyword to add.- See Also:
-
getMessage
The message associated with the keyword.- See Also:
-
builder
-