@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValueHolder extends Object implements Serializable, Cloneable, StructuredPojo
A structure that can contain an Amazon Ion value in multiple encoding formats.
Constructor and Description |
---|
ValueHolder() |
Modifier and Type | Method and Description |
---|---|
ValueHolder |
clone() |
boolean |
equals(Object obj) |
String |
getIonText()
An Amazon Ion plaintext value contained in a
ValueHolder structure. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIonText(String ionText)
An Amazon Ion plaintext value contained in a
ValueHolder structure. |
String |
toString()
Returns a string representation of this object.
|
ValueHolder |
withIonText(String ionText)
An Amazon Ion plaintext value contained in a
ValueHolder structure. |
public void setIonText(String ionText)
An Amazon Ion plaintext value contained in a ValueHolder
structure.
ionText
- An Amazon Ion plaintext value contained in a ValueHolder
structure.public String getIonText()
An Amazon Ion plaintext value contained in a ValueHolder
structure.
ValueHolder
structure.public ValueHolder withIonText(String ionText)
An Amazon Ion plaintext value contained in a ValueHolder
structure.
ionText
- An Amazon Ion plaintext value contained in a ValueHolder
structure.public String toString()
toString
in class Object
Object.toString()
public ValueHolder clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.