Interface CfnPhoneNumber.MandatoryKeywordProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPhoneNumber.MandatoryKeywordProperty.Jsii$Proxy
- Enclosing class:
CfnPhoneNumber
@Stability(Stable)
public static interface CfnPhoneNumber.MandatoryKeywordProperty
extends software.amazon.jsii.JsiiSerializable
The keywords
HELP
and STOP
are mandatory keywords that each phone number must have.
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.*; MandatoryKeywordProperty mandatoryKeywordProperty = MandatoryKeywordProperty.builder() .message("message") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPhoneNumber.MandatoryKeywordProperty
static final class
An implementation forCfnPhoneNumber.MandatoryKeywordProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMessage
The message associated with the keyword.- See Also:
-
builder
-