public class CreateSignalingChannelResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CreateSignalingChannelResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChannelARN()
The ARN of the created channel.
|
int |
hashCode() |
void |
setChannelARN(java.lang.String channelARN)
The ARN of the created channel.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSignalingChannelResult |
withChannelARN(java.lang.String channelARN)
The ARN of the created channel.
|
public java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.