@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Conversation extends Object implements Serializable, Cloneable, StructuredPojo
A conversation in an Amazon Q Business application.
| Constructor and Description |
|---|
Conversation() |
| Modifier and Type | Method and Description |
|---|---|
Conversation |
clone() |
boolean |
equals(Object obj) |
String |
getConversationId()
The identifier of the Amazon Q Business conversation.
|
Date |
getStartTime()
The start time of the conversation.
|
String |
getTitle()
The title of the conversation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConversationId(String conversationId)
The identifier of the Amazon Q Business conversation.
|
void |
setStartTime(Date startTime)
The start time of the conversation.
|
void |
setTitle(String title)
The title of the conversation.
|
String |
toString()
Returns a string representation of this object.
|
Conversation |
withConversationId(String conversationId)
The identifier of the Amazon Q Business conversation.
|
Conversation |
withStartTime(Date startTime)
The start time of the conversation.
|
Conversation |
withTitle(String title)
The title of the conversation.
|
public void setConversationId(String conversationId)
The identifier of the Amazon Q Business conversation.
conversationId - The identifier of the Amazon Q Business conversation.public String getConversationId()
The identifier of the Amazon Q Business conversation.
public Conversation withConversationId(String conversationId)
The identifier of the Amazon Q Business conversation.
conversationId - The identifier of the Amazon Q Business conversation.public void setTitle(String title)
The title of the conversation.
title - The title of the conversation.public String getTitle()
The title of the conversation.
public Conversation withTitle(String title)
The title of the conversation.
title - The title of the conversation.public void setStartTime(Date startTime)
The start time of the conversation.
startTime - The start time of the conversation.public Date getStartTime()
The start time of the conversation.
public Conversation withStartTime(Date startTime)
The start time of the conversation.
startTime - The start time of the conversation.public String toString()
toString in class ObjectObject.toString()public Conversation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.