@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) |
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 Object
Object.toString()
public ChannelsResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.