@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 |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeChannelResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeChannelResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the channel.
|
List<String> |
getAudiences()
The list of audiences defined in channel.
|
String |
getChannelName()
The name of the channel.
|
String |
getChannelState()
Indicates whether the channel is in a running state or not.
|
Date |
getCreationTime()
The timestamp of when the channel was created.
|
SlateSource |
getFillerSlate()
Contains information about the slate used to fill gaps between programs in the schedule.
|
Date |
getLastModifiedTime()
The timestamp of when the channel was last modified.
|
LogConfigurationForChannel |
getLogConfiguration()
The log configuration for the channel.
|
List<ResponseOutputItem> |
getOutputs()
The channel's output properties.
|
String |
getPlaybackMode()
The channel's playback mode.
|
Map<String,String> |
getTags()
The tags assigned to the channel.
|
String |
getTier()
The channel's tier.
|
TimeShiftConfiguration |
getTimeShiftConfiguration()
The time-shifted viewing configuration for the channel.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the channel.
|
void |
setAudiences(Collection<String> audiences)
The list of audiences defined in channel.
|
void |
setChannelName(String channelName)
The name of the channel.
|
void |
setChannelState(String channelState)
Indicates whether the channel is in a running state or not.
|
void |
setCreationTime(Date creationTime)
The timestamp of when the channel was created.
|
void |
setFillerSlate(SlateSource fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp of when the channel was last modified.
|
void |
setLogConfiguration(LogConfigurationForChannel logConfiguration)
The log configuration for the channel.
|
void |
setOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
void |
setPlaybackMode(String playbackMode)
The channel's playback mode.
|
void |
setTags(Map<String,String> tags)
The tags assigned to the channel.
|
void |
setTier(String tier)
The channel's tier.
|
void |
setTimeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)
The time-shifted viewing configuration for the channel.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChannelResult |
withArn(String arn)
The ARN of the channel.
|
DescribeChannelResult |
withAudiences(Collection<String> audiences)
The list of audiences defined in channel.
|
DescribeChannelResult |
withAudiences(String... audiences)
The list of audiences defined in channel.
|
DescribeChannelResult |
withChannelName(String channelName)
The name of the channel.
|
DescribeChannelResult |
withChannelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
|
DescribeChannelResult |
withChannelState(String channelState)
Indicates whether the channel is in a running state or not.
|
DescribeChannelResult |
withCreationTime(Date creationTime)
The timestamp of when the channel was created.
|
DescribeChannelResult |
withFillerSlate(SlateSource fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
|
DescribeChannelResult |
withLastModifiedTime(Date lastModifiedTime)
The timestamp of when the channel was last modified.
|
DescribeChannelResult |
withLogConfiguration(LogConfigurationForChannel logConfiguration)
The log configuration for the channel.
|
DescribeChannelResult |
withOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
|
DescribeChannelResult |
withOutputs(ResponseOutputItem... outputs)
The channel's output properties.
|
DescribeChannelResult |
withPlaybackMode(String playbackMode)
The channel's playback mode.
|
DescribeChannelResult |
withTags(Map<String,String> tags)
The tags assigned to the channel.
|
DescribeChannelResult |
withTier(String tier)
The channel's tier.
|
DescribeChannelResult |
withTimeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)
The time-shifted viewing configuration for the channel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN of the channel.
arn
- The ARN of the channel.public String getArn()
The ARN of the channel.
public DescribeChannelResult withArn(String arn)
The ARN of the channel.
arn
- The ARN of the channel.public List<String> getAudiences()
The list of audiences defined in channel.
public void setAudiences(Collection<String> audiences)
The list of audiences defined in channel.
audiences
- The list of audiences defined in channel.public DescribeChannelResult withAudiences(String... audiences)
The list of audiences defined in channel.
NOTE: This method appends the values to the existing list (if any). Use
setAudiences(java.util.Collection)
or withAudiences(java.util.Collection)
if you want to
override the existing values.
audiences
- The list of audiences defined in channel.public DescribeChannelResult withAudiences(Collection<String> audiences)
The list of audiences defined in channel.
audiences
- The list of audiences defined in channel.public void setChannelName(String channelName)
The name of the channel.
channelName
- The name of the channel.public String getChannelName()
The name of the channel.
public DescribeChannelResult withChannelName(String channelName)
The name of the channel.
channelName
- The name of the channel.public void setChannelState(String channelState)
Indicates whether the channel is in a running state or not.
channelState
- Indicates whether the channel is in a running state or not.ChannelState
public String getChannelState()
Indicates whether the channel is in a running state or not.
ChannelState
public DescribeChannelResult withChannelState(String channelState)
Indicates whether the channel is in a running state or not.
channelState
- Indicates whether the channel is in a running state or not.ChannelState
public DescribeChannelResult withChannelState(ChannelState channelState)
Indicates whether the channel is in a running state or not.
channelState
- Indicates whether the channel is in a running state or not.ChannelState
public void setCreationTime(Date creationTime)
The timestamp of when the channel was created.
creationTime
- The timestamp of when the channel was created.public Date getCreationTime()
The timestamp of when the channel was created.
public DescribeChannelResult withCreationTime(Date creationTime)
The timestamp of when the channel was created.
creationTime
- The timestamp of when the channel was created.public void setFillerSlate(SlateSource fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
fillerSlate
- Contains information about the slate used to fill gaps between programs in the schedule.public SlateSource getFillerSlate()
Contains information about the slate used to fill gaps between programs in the schedule.
public DescribeChannelResult withFillerSlate(SlateSource fillerSlate)
Contains information about the slate used to fill gaps between programs in the schedule.
fillerSlate
- Contains information about the slate used to fill gaps between programs in the schedule.public void setLastModifiedTime(Date lastModifiedTime)
The timestamp of when the channel was last modified.
lastModifiedTime
- The timestamp of when the channel was last modified.public Date getLastModifiedTime()
The timestamp of when the channel was last modified.
public DescribeChannelResult withLastModifiedTime(Date lastModifiedTime)
The timestamp of when the channel was last modified.
lastModifiedTime
- The timestamp of when the channel was last modified.public void setLogConfiguration(LogConfigurationForChannel logConfiguration)
The log configuration for the channel.
logConfiguration
- The log configuration for the channel.public LogConfigurationForChannel getLogConfiguration()
The log configuration for the channel.
public DescribeChannelResult withLogConfiguration(LogConfigurationForChannel logConfiguration)
The log configuration for the channel.
logConfiguration
- The log configuration for the channel.public List<ResponseOutputItem> getOutputs()
The channel's output properties.
public void setOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
outputs
- The channel's output properties.public DescribeChannelResult withOutputs(ResponseOutputItem... outputs)
The channel's output properties.
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection)
or withOutputs(java.util.Collection)
if you want to override
the existing values.
outputs
- The channel's output properties.public DescribeChannelResult withOutputs(Collection<ResponseOutputItem> outputs)
The channel's output properties.
outputs
- The channel's output properties.public void setPlaybackMode(String playbackMode)
The channel's playback mode.
playbackMode
- The channel's playback mode.public String getPlaybackMode()
The channel's playback mode.
public DescribeChannelResult withPlaybackMode(String playbackMode)
The channel's playback mode.
playbackMode
- The channel's playback mode.public Map<String,String> getTags()
The tags assigned to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
public void setTags(Map<String,String> tags)
The tags assigned to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
tags
- The tags assigned to the channel. Tags are key-value pairs that you can associate with Amazon resources to
help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
Resources.public DescribeChannelResult withTags(Map<String,String> tags)
The tags assigned to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
tags
- The tags assigned to the channel. Tags are key-value pairs that you can associate with Amazon resources to
help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor
Resources.public DescribeChannelResult addTagsEntry(String key, String value)
public DescribeChannelResult clearTagsEntries()
public void setTier(String tier)
The channel's tier.
tier
- The channel's tier.public String getTier()
The channel's tier.
public DescribeChannelResult withTier(String tier)
The channel's tier.
tier
- The channel's tier.public void setTimeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)
The time-shifted viewing configuration for the channel.
timeShiftConfiguration
- The time-shifted viewing configuration for the channel.public TimeShiftConfiguration getTimeShiftConfiguration()
The time-shifted viewing configuration for the channel.
public DescribeChannelResult withTimeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)
The time-shifted viewing configuration for the channel.
timeShiftConfiguration
- The time-shifted viewing configuration for the channel.public String toString()
toString
in class Object
Object.toString()
public DescribeChannelResult clone()