@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateChannelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateChannelResult() |
Modifier and Type | Method and Description |
---|---|
CreateChannelResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateChannelResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateChannelResult |
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 |
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.
|
CreateChannelResult |
withArn(String arn)
The Amazon Resource Name (ARN) assigned to the Channel.
|
CreateChannelResult |
withCreatedAt(String createdAt)
The date and time the Channel was created.
|
CreateChannelResult |
withDescription(String description)
A short text description of the Channel.
|
CreateChannelResult |
withEgressAccessLogs(EgressAccessLogs egressAccessLogs) |
CreateChannelResult |
withHlsIngest(HlsIngest hlsIngest) |
CreateChannelResult |
withId(String id)
The ID of the Channel.
|
CreateChannelResult |
withIngressAccessLogs(IngressAccessLogs ingressAccessLogs) |
CreateChannelResult |
withTags(Map<String,String> tags) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
arn
- The Amazon Resource Name (ARN) assigned to the Channel.public String getArn()
public CreateChannelResult 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 CreateChannelResult 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 CreateChannelResult withDescription(String description)
description
- A short text description of the Channel.public void setEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- public EgressAccessLogs getEgressAccessLogs()
public CreateChannelResult withEgressAccessLogs(EgressAccessLogs egressAccessLogs)
egressAccessLogs
- public void setHlsIngest(HlsIngest hlsIngest)
hlsIngest
- public HlsIngest getHlsIngest()
public CreateChannelResult withHlsIngest(HlsIngest hlsIngest)
hlsIngest
- public void setId(String id)
id
- The ID of the Channel.public String getId()
public CreateChannelResult withId(String id)
id
- The ID of the Channel.public void setIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
ingressAccessLogs
- public IngressAccessLogs getIngressAccessLogs()
public CreateChannelResult withIngressAccessLogs(IngressAccessLogs ingressAccessLogs)
ingressAccessLogs
- public CreateChannelResult withTags(Map<String,String> tags)
tags
- public CreateChannelResult addTagsEntry(String key, String value)
public CreateChannelResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateChannelResult clone()