@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelsResponse extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ChannelsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ChannelsResponse |
addChannelsEntry(String key,
ChannelResponse value) |
ChannelsResponse |
clearChannelsEntries()
Removes all the entries added into Channels.
|
ChannelsResponse |
clone() |
boolean |
equals(Object obj) |
Map<String,ChannelResponse> |
getChannels()
A map of channels, with the ChannelType as the key and the Channel as the value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setChannels(Map<String,ChannelResponse> channels)
A map of channels, with the ChannelType as the key and the Channel as the value.
|
String |
toString()
Returns a string representation of this object.
|
ChannelsResponse |
withChannels(Map<String,ChannelResponse> channels)
A map of channels, with the ChannelType as the key and the Channel as the value.
|
public Map<String,ChannelResponse> getChannels()
public void setChannels(Map<String,ChannelResponse> channels)
channels - A map of channels, with the ChannelType as the key and the Channel as the value.public ChannelsResponse withChannels(Map<String,ChannelResponse> channels)
channels - A map of channels, with the ChannelType as the key and the Channel as the value.public ChannelsResponse addChannelsEntry(String key, ChannelResponse value)
public ChannelsResponse clearChannelsEntries()
public String toString()
toString in class ObjectObject.toString()public ChannelsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.