@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 Wisdom assistant.
|
String |
getAssistantId()
The identifier of the Wisdom assistant.
|
String |
getSessionArn()
The Amazon Resource Name (ARN) of the session.
|
String |
getSessionId()
The identifier of the session.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant.
|
void |
setAssistantId(String assistantId)
The identifier of the Wisdom 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 Wisdom assistant.
|
SessionSummary |
withAssistantId(String assistantId)
The identifier of the Wisdom 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 Wisdom assistant.
assistantArn
- The Amazon Resource Name (ARN) of the Wisdom assistant.public String getAssistantArn()
The Amazon Resource Name (ARN) of the Wisdom assistant.
public SessionSummary withAssistantArn(String assistantArn)
The Amazon Resource Name (ARN) of the Wisdom assistant.
assistantArn
- The Amazon Resource Name (ARN) of the Wisdom assistant.public void setAssistantId(String assistantId)
The identifier of the Wisdom assistant.
assistantId
- The identifier of the Wisdom assistant.public String getAssistantId()
The identifier of the Wisdom assistant.
public SessionSummary withAssistantId(String assistantId)
The identifier of the Wisdom assistant.
assistantId
- The identifier of the Wisdom 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 Object
Object.toString()
public SessionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.