@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Channel extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Channel() |
| Modifier and Type | Method and Description |
|---|---|
Channel |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
Channel |
clearTagsEntries()
Removes all the entries added into Tags.
|
Channel |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) assigned to the Channel.
|
String |
getCreatedAt()
The date and time the Channel was created.
|
String |
getDescription()
A short text description of the Channel.
|
EgressAccessLogs |
getEgressAccessLogs() |
HlsIngest |
getHlsIngest() |
String |
getId()
The ID of the Channel.
|
IngressAccessLogs |
getIngressAccessLogs() |
Map<String,String> |
getTags() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
void |
setCreatedAt(String createdAt)
The date and time the Channel was created.
|
void |
setDescription(String description)
A short text description of the Channel.
|
void |
setEgressAccessLogs(EgressAccessLogs egressAccessLogs) |
void |
setHlsIngest(HlsIngest hlsIngest) |
void |
setId(String id)
The ID of the Channel.
|
void |
setIngressAccessLogs(IngressAccessLogs ingressAccessLogs) |
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
Channel |
withArn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
Channel |
withCreatedAt(String createdAt)
The date and time the Channel was created.
|
Channel |
withDescription(String description)
A short text description of the Channel.
|
Channel |
withEgressAccessLogs(EgressAccessLogs egressAccessLogs) |
Channel |
withHlsIngest(HlsIngest hlsIngest) |
Channel |
withId(String id)
The ID of the Channel.
|
Channel |
withIngressAccessLogs(IngressAccessLogs ingressAccessLogs) |
Channel |
withTags(Map<String,String> tags) |
public void setArn(String arn)
arn - The Amazon Resource Name (ARN) assigned to the Channel.public String getArn()
public Channel withArn(String arn)
arn - The Amazon Resource Name (ARN) assigned to the Channel.public void setCreatedAt(String createdAt)
createdAt - The date and time the Channel was created.public String getCreatedAt()
public Channel withCreatedAt(String createdAt)
createdAt - The date and time the Channel was created.public void setDescription(String description)
description - A short text description of the Channel.public String getDescription()
public Channel withDescription(String description)
description - A short text description of the Channel.public void setEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs - public EgressAccessLogs getEgressAccessLogs()
public Channel withEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs - public void setHlsIngest(HlsIngest hlsIngest)
hlsIngest - public HlsIngest getHlsIngest()
public Channel withHlsIngest(HlsIngest hlsIngest)
hlsIngest - public void setId(String id)
id - The ID of the Channel.public String getId()
public Channel withId(String id)
id - The ID of the Channel.public void setIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
ingressAccessLogs - public IngressAccessLogs getIngressAccessLogs()
public Channel withIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
ingressAccessLogs - public Channel withTags(Map<String,String> tags)
tags - public Channel clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.