@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SessionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about the session.
| Constructor and Description |
|---|
SessionSummary() |
| Modifier and Type | Method and Description |
|---|---|
SessionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAssistantArn()
The Amazon Resource Name (ARN) of the Amazon Q assistant.
|
String |
getAssistantId()
The identifier of the Amazon Q assistant.
|
String |
getSessionArn()
The Amazon Resource Name (ARN) of the session.
|
String |
getSessionId()
The identifier of the session.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Amazon Q assistant.
|
void |
setAssistantId(String assistantId)
The identifier of the Amazon Q assistant.
|
void |
setSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the session.
|
void |
setSessionId(String sessionId)
The identifier of the session.
|
String |
toString()
Returns a string representation of this object.
|
SessionSummary |
withAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Amazon Q assistant.
|
SessionSummary |
withAssistantId(String assistantId)
The identifier of the Amazon Q assistant.
|
SessionSummary |
withSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the session.
|
SessionSummary |
withSessionId(String sessionId)
The identifier of the session.
|
public void setAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Amazon Q assistant.
assistantArn - The Amazon Resource Name (ARN) of the Amazon Q assistant.public String getAssistantArn()
The Amazon Resource Name (ARN) of the Amazon Q assistant.
public SessionSummary withAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Amazon Q assistant.
assistantArn - The Amazon Resource Name (ARN) of the Amazon Q assistant.public void setAssistantId(String assistantId)
The identifier of the Amazon Q assistant.
assistantId - The identifier of the Amazon Q assistant.public String getAssistantId()
The identifier of the Amazon Q assistant.
public SessionSummary withAssistantId(String assistantId)
The identifier of the Amazon Q assistant.
assistantId - The identifier of the Amazon Q assistant.public void setSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the session.
sessionArn - The Amazon Resource Name (ARN) of the session.public String getSessionArn()
The Amazon Resource Name (ARN) of the session.
public SessionSummary withSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the session.
sessionArn - The Amazon Resource Name (ARN) of the session.public void setSessionId(String sessionId)
The identifier of the session.
sessionId - The identifier of the session.public String getSessionId()
The identifier of the session.
public SessionSummary withSessionId(String sessionId)
The identifier of the session.
sessionId - The identifier of the session.public String toString()
toString in class ObjectObject.toString()public SessionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.