public class CreateSignalingChannelResult extends Object implements Serializable
| Constructor and Description |
|---|
CreateSignalingChannelResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getChannelARN()
The ARN of the created channel.
|
int |
hashCode() |
void |
setChannelARN(String channelARN)
The ARN of the created channel.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSignalingChannelResult |
withChannelARN(String channelARN)
The ARN of the created channel.
|
public String getChannelARN()
The ARN of the created channel.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
The ARN of the created channel.
public void setChannelARN(String channelARN)
The ARN of the created channel.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
channelARN - The ARN of the created channel.
public CreateSignalingChannelResult withChannelARN(String channelARN)
The ARN of the created channel.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
channelARN - The ARN of the created channel.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.