@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) |
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 ObjectObject.toString()public ConverseOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.