@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChannelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeChannelResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) assigned to the Channel.
|
String |
getDescription()
A short text description of the Channel.
|
HlsIngest |
getHlsIngest() |
String |
getId()
The ID of the Channel.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
void |
setDescription(String description)
A short text description of the Channel.
|
void |
setHlsIngest(HlsIngest hlsIngest) |
void |
setId(String id)
The ID of the Channel.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChannelResult |
withArn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
DescribeChannelResult |
withDescription(String description)
A short text description of the Channel.
|
DescribeChannelResult |
withHlsIngest(HlsIngest hlsIngest) |
DescribeChannelResult |
withId(String id)
The ID of the Channel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
arn - The Amazon Resource Name (ARN) assigned to the Channel.public String getArn()
public DescribeChannelResult withArn(String arn)
arn - The Amazon Resource Name (ARN) assigned to the Channel.public void setDescription(String description)
description - A short text description of the Channel.public String getDescription()
public DescribeChannelResult withDescription(String description)
description - A short text description of the Channel.public void setHlsIngest(HlsIngest hlsIngest)
hlsIngest - public HlsIngest getHlsIngest()
public DescribeChannelResult withHlsIngest(HlsIngest hlsIngest)
hlsIngest - public void setId(String id)
id - The ID of the Channel.public String getId()
public DescribeChannelResult withId(String id)
id - The ID of the Channel.public String toString()
toString in class ObjectObject.toString()public DescribeChannelResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.