Interface CfnPhoneNumber.OptionalKeywordProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPhoneNumber.OptionalKeywordProperty.Jsii$Proxy
- Enclosing class:
CfnPhoneNumber
@Stability(Stable)
public static interface CfnPhoneNumber.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.services.smsvoice.*; OptionalKeywordProperty optionalKeywordProperty = OptionalKeywordProperty.builder() .action("action") .keyword("keyword") .message("message") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPhoneNumber.OptionalKeywordProperty
static final class
An implementation forCfnPhoneNumber.OptionalKeywordProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The action to perform when the keyword is used.The new keyword to add.The message associated with the keyword.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
-