public class WisdomInfo
extends java.lang.Object
implements java.io.Serializable
Information about Amazon Connect Wisdom.
| Constructor and Description |
|---|
WisdomInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSessionArn()
The Amazon Resource Name (ARN) of the Wisdom session.
|
int |
hashCode() |
void |
setSessionArn(java.lang.String sessionArn)
The Amazon Resource Name (ARN) of the Wisdom session.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
WisdomInfo |
withSessionArn(java.lang.String sessionArn)
The Amazon Resource Name (ARN) of the Wisdom session.
|
public java.lang.String getSessionArn()
The Amazon Resource Name (ARN) of the Wisdom session.
The Amazon Resource Name (ARN) of the Wisdom session.
public void setSessionArn(java.lang.String sessionArn)
The Amazon Resource Name (ARN) of the Wisdom session.
sessionArn - The Amazon Resource Name (ARN) of the Wisdom session.
public WisdomInfo withSessionArn(java.lang.String sessionArn)
The Amazon Resource Name (ARN) of the Wisdom session.
Returns a reference to this object so that method calls can be chained together.
sessionArn - The Amazon Resource Name (ARN) of the Wisdom session.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object