public final class MessageAttributeValue extends Object implements Serializable
Constructor and Description |
---|
MessageAttributeValue() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ByteBuffer |
getBinaryValue() |
String |
getDataType() |
String |
getStringValue() |
int |
hashCode() |
void |
setBinaryValue(ByteBuffer binaryValue) |
void |
setDataType(String dataType) |
void |
setStringValue(String stringValue) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
MessageAttributeValue |
withBinaryValue(ByteBuffer binaryValue) |
MessageAttributeValue |
withDataType(String dataType) |
MessageAttributeValue |
withStringValue(String stringValue) |
public ByteBuffer getBinaryValue()
public void setBinaryValue(ByteBuffer binaryValue)
public MessageAttributeValue withBinaryValue(ByteBuffer binaryValue)
public String getDataType()
public void setDataType(String dataType)
public MessageAttributeValue withDataType(String dataType)
public String getStringValue()
public void setStringValue(String stringValue)
public MessageAttributeValue withStringValue(String stringValue)
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2019. All rights reserved.