@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-29T20:31:22.021Z") @Stability(value=Stable) 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()
The data type for the attribute.
|
Object |
getValue()
The value of the attribute.
|
@Stability(value=Stable) @NotNull Object getValue()
@Stability(value=Stable) @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=Stable) static MessageAttribute.Builder builder()
MessageAttribute.Builder of MessageAttributeCopyright © 2021. All rights reserved.