java.lang.Object | |
↳ | org.mule.modules.sqs.model.MessageAttributeValue |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
binaryValue | Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images. | ||||||||||
dataType | Amazon SQS supports the following logical data types: String, Number, and Binary. | ||||||||||
stringValue | Strings are Unicode with UTF8 binary encoding. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.
| |||||||||||
Amazon SQS supports the following logical data types: String, Number, and Binary.
| |||||||||||
Strings are Unicode with UTF8 binary encoding.
| |||||||||||
Returns a string representation of this object; useful for testing and debugging.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.
Amazon SQS supports the following logical data types: String, Number, and Binary. In addition, you can append your own custom labels. For more information, see Message Attribute Data Types.
Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.
binaryValue | |
---|---|
stringValue | |
dataType |
o |
---|
Binary type attributes can store any binary data, for example, compressed data, encrypted data, or images.
Amazon SQS supports the following logical data types: String, Number, and Binary. In addition, you can append your own custom labels. For more information, see Message Attribute Data Types.
Strings are Unicode with UTF8 binary encoding. For a list of code values, see http://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters.
Returns a string representation of this object; useful for testing and debugging.