@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatementOutputData extends Object implements Serializable, Cloneable, StructuredPojo
The code execution output in JSON format.
Constructor and Description |
---|
StatementOutputData() |
Modifier and Type | Method and Description |
---|---|
StatementOutputData |
clone() |
boolean |
equals(Object obj) |
String |
getTextPlain()
The code execution output in text format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTextPlain(String textPlain)
The code execution output in text format.
|
String |
toString()
Returns a string representation of this object.
|
StatementOutputData |
withTextPlain(String textPlain)
The code execution output in text format.
|
public void setTextPlain(String textPlain)
The code execution output in text format.
textPlain
- The code execution output in text format.public String getTextPlain()
The code execution output in text format.
public StatementOutputData withTextPlain(String textPlain)
The code execution output in text format.
textPlain
- The code execution output in text format.public String toString()
toString
in class Object
Object.toString()
public StatementOutputData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.