public class StartContactStreamingResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
StartContactStreamingResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getStreamingId()
The identifier of the streaming configuration enabled.
|
int |
hashCode() |
void |
setStreamingId(java.lang.String streamingId)
The identifier of the streaming configuration enabled.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartContactStreamingResult |
withStreamingId(java.lang.String streamingId)
The identifier of the streaming configuration enabled.
|
public java.lang.String getStreamingId()
The identifier of the streaming configuration enabled.
Constraints:
Length: 1 - 100
The identifier of the streaming configuration enabled.
public void setStreamingId(java.lang.String streamingId)
The identifier of the streaming configuration enabled.
Constraints:
Length: 1 - 100
streamingId - The identifier of the streaming configuration enabled.
public StartContactStreamingResult withStreamingId(java.lang.String streamingId)
The identifier of the streaming configuration enabled.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
streamingId - The identifier of the streaming configuration enabled.
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