@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:08.027Z") @Stability(value=Experimental) public interface MessageAttribute extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/sns/latest/dg/sns-message-attributes.html| Modifier and Type | Interface and Description |
|---|---|
static class |
MessageAttribute.Builder
A builder for
MessageAttribute |
static class |
MessageAttribute.Jsii$Proxy
An implementation for
MessageAttribute |
| Modifier and Type | Method and Description |
|---|---|
static MessageAttribute.Builder |
builder() |
default MessageAttributeDataType |
getDataType()
(experimental) The data type for the attribute.
|
Object |
getValue()
(experimental) The value of the attribute.
|
@Stability(value=Experimental) @NotNull Object getValue()
@Stability(value=Experimental) @Nullable default MessageAttributeDataType getDataType()
Default: determined by type inspection if possible, fallback is String
https://docs.aws.amazon.com/sns/latest/dg/sns-message-attributes.html#SNSMessageAttributes.DataTypes@Stability(value=Experimental) static MessageAttribute.Builder builder()
MessageAttribute.Builder of MessageAttributeCopyright © 2021. All rights reserved.