@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssistantIntegrationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration information for the Wisdom assistant integration.
Constructor and Description |
---|
AssistantIntegrationConfiguration() |
Modifier and Type | Method and Description |
---|---|
AssistantIntegrationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getTopicIntegrationArn()
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTopicIntegrationArn(String topicIntegrationArn)
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
|
String |
toString()
Returns a string representation of this object.
|
AssistantIntegrationConfiguration |
withTopicIntegrationArn(String topicIntegrationArn)
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
|
public void setTopicIntegrationArn(String topicIntegrationArn)
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
topicIntegrationArn
- The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.public String getTopicIntegrationArn()
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
public AssistantIntegrationConfiguration withTopicIntegrationArn(String topicIntegrationArn)
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
topicIntegrationArn
- The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.public String toString()
toString
in class Object
Object.toString()
public AssistantIntegrationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.