@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about a channel.
Constructor and Description |
---|
ChannelSummary() |
Modifier and Type | Method and Description |
---|---|
ChannelSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ChannelSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
ChannelSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Channel ARN.
|
String |
getLatencyMode()
Channel latency mode.
|
String |
getName()
Channel name.
|
Map<String,String> |
getTags()
Array of 1-50 maps, each of the form
string:string (key:value) . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
Channel ARN.
|
void |
setLatencyMode(String latencyMode)
Channel latency mode.
|
void |
setName(String name)
Channel name.
|
void |
setTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value) . |
String |
toString()
Returns a string representation of this object.
|
ChannelSummary |
withArn(String arn)
Channel ARN.
|
ChannelSummary |
withLatencyMode(ChannelLatencyMode latencyMode)
Channel latency mode.
|
ChannelSummary |
withLatencyMode(String latencyMode)
Channel latency mode.
|
ChannelSummary |
withName(String name)
Channel name.
|
ChannelSummary |
withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value) . |
public void setArn(String arn)
Channel ARN.
arn
- Channel ARN.public String getArn()
Channel ARN.
public ChannelSummary withArn(String arn)
Channel ARN.
arn
- Channel ARN.public void setName(String name)
Channel name.
name
- Channel name.public String getName()
Channel name.
public ChannelSummary withName(String name)
Channel name.
name
- Channel name.public void setLatencyMode(String latencyMode)
Channel latency mode. Default: LOW
.
latencyMode
- Channel latency mode. Default: LOW
.ChannelLatencyMode
public String getLatencyMode()
Channel latency mode. Default: LOW
.
LOW
.ChannelLatencyMode
public ChannelSummary withLatencyMode(String latencyMode)
Channel latency mode. Default: LOW
.
latencyMode
- Channel latency mode. Default: LOW
.ChannelLatencyMode
public ChannelSummary withLatencyMode(ChannelLatencyMode latencyMode)
Channel latency mode. Default: LOW
.
latencyMode
- Channel latency mode. Default: LOW
.ChannelLatencyMode
public Map<String,String> getTags()
Array of 1-50 maps, each of the form string:string (key:value)
.
string:string (key:value)
.public void setTags(Map<String,String> tags)
Array of 1-50 maps, each of the form string:string (key:value)
.
tags
- Array of 1-50 maps, each of the form string:string (key:value)
.public ChannelSummary withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form string:string (key:value)
.
tags
- Array of 1-50 maps, each of the form string:string (key:value)
.public ChannelSummary addTagsEntry(String key, String value)
public ChannelSummary clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public ChannelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.