public class ChatStreamingConfiguration
extends java.lang.Object
implements java.io.Serializable
The streaming configuration, such as the Amazon SNS streaming endpoint.
| Constructor and Description |
|---|
ChatStreamingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStreamingEndpointArn()
The Amazon Resource Name (ARN) of the standard Amazon SNS topic.
|
int |
hashCode() |
void |
setStreamingEndpointArn(java.lang.String streamingEndpointArn)
The Amazon Resource Name (ARN) of the standard Amazon SNS topic.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ChatStreamingConfiguration |
withStreamingEndpointArn(java.lang.String streamingEndpointArn)
The Amazon Resource Name (ARN) of the standard Amazon SNS topic.
|
public java.lang.String getStreamingEndpointArn()
The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.
Constraints:
Length: 1 - 350
The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.
public void setStreamingEndpointArn(java.lang.String streamingEndpointArn)
The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.
Constraints:
Length: 1 - 350
streamingEndpointArn - The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.
public ChatStreamingConfiguration withStreamingEndpointArn(java.lang.String streamingEndpointArn)
The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 350
streamingEndpointArn - The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.
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