@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChatStreamingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The streaming configuration, such as the Amazon SNS streaming endpoint.
Constructor and Description |
---|
ChatStreamingConfiguration() |
Modifier and Type | Method and Description |
---|---|
ChatStreamingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getStreamingEndpointArn()
The Amazon Resource Name (ARN) of the standard Amazon SNS topic.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStreamingEndpointArn(String streamingEndpointArn)
The Amazon Resource Name (ARN) of the standard Amazon SNS topic.
|
String |
toString()
Returns a string representation of this object.
|
ChatStreamingConfiguration |
withStreamingEndpointArn(String streamingEndpointArn)
The Amazon Resource Name (ARN) of the standard Amazon SNS topic.
|
public void setStreamingEndpointArn(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.
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 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.
public ChatStreamingConfiguration withStreamingEndpointArn(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.
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 String toString()
toString
in class Object
Object.toString()
public ChatStreamingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.