@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConverseOutput extends Object implements Serializable, Cloneable, StructuredPojo
The output from a call to Converse.
Constructor and Description |
---|
ConverseOutput() |
Modifier and Type | Method and Description |
---|---|
ConverseOutput |
clone() |
boolean |
equals(Object obj) |
Message |
getMessage()
The message that the model generates.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessage(Message message)
The message that the model generates.
|
String |
toString()
Returns a string representation of this object.
|
ConverseOutput |
withMessage(Message message)
The message that the model generates.
|
public void setMessage(Message message)
The message that the model generates.
message
- The message that the model generates.public Message getMessage()
The message that the model generates.
public ConverseOutput withMessage(Message message)
The message that the model generates.
message
- The message that the model generates.public String toString()
toString
in class Object
Object.toString()
public ConverseOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.