@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WisdomInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about Amazon Connect Wisdom.
Constructor and Description |
---|
WisdomInfo() |
Modifier and Type | Method and Description |
---|---|
WisdomInfo |
clone() |
boolean |
equals(Object obj) |
String |
getSessionArn()
The Amazon Resource Name (ARN) of the Wisdom session.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the Wisdom session.
|
String |
toString()
Returns a string representation of this object.
|
WisdomInfo |
withSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the Wisdom session.
|
public void setSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the Wisdom session.
sessionArn
- The Amazon Resource Name (ARN) of the Wisdom session.public String getSessionArn()
The Amazon Resource Name (ARN) of the Wisdom session.
public WisdomInfo withSessionArn(String sessionArn)
The Amazon Resource Name (ARN) of the Wisdom session.
sessionArn
- The Amazon Resource Name (ARN) of the Wisdom session.public String toString()
toString
in class Object
Object.toString()
public WisdomInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.