@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelsResponse extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the general settings and status of all channels for an application, including channels that aren't enabled for the application.
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 that contains a multipart response for each channel.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannels(Map<String,ChannelResponse> channels)
A map that contains a multipart response for each channel.
|
String |
toString()
Returns a string representation of this object.
|
ChannelsResponse |
withChannels(Map<String,ChannelResponse> channels)
A map that contains a multipart response for each channel.
|
public Map<String,ChannelResponse> getChannels()
A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.
public void setChannels(Map<String,ChannelResponse> channels)
A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.
channels
- A map that contains a multipart response for each channel. For each item in this object, the ChannelType
is the key and the Channel is the value.public ChannelsResponse withChannels(Map<String,ChannelResponse> channels)
A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.
channels
- A map that contains a multipart response for each channel. For each item in this object, the ChannelType
is the key and the Channel is 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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.