Class SQSMessage.JMSMessagePropertyValue
- java.lang.Object
-
- com.amazon.sqs.javamessaging.message.SQSMessage.JMSMessagePropertyValue
-
- Enclosing class:
- SQSMessage
public static class SQSMessage.JMSMessagePropertyValue extends Object
This class is used fulfill object value, corresponding SQS message attribute type and message attribute string value.
-
-
Constructor Summary
Constructors Constructor Description JMSMessagePropertyValue(Object value)
JMSMessagePropertyValue(Object value, String type)
JMSMessagePropertyValue(String stringValue, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStringMessageAttributeValue()
String
getType()
Object
getValue()
-