@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelMapping extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ChannelMapping() |
Modifier and Type | Method and Description |
---|---|
ChannelMapping |
clone() |
boolean |
equals(Object obj) |
List<OutputChannelMapping> |
getOutputChannels()
List of output channels
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutputChannels(Collection<OutputChannelMapping> outputChannels)
List of output channels
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ChannelMapping |
withOutputChannels(Collection<OutputChannelMapping> outputChannels)
List of output channels
|
ChannelMapping |
withOutputChannels(OutputChannelMapping... outputChannels)
List of output channels
|
public List<OutputChannelMapping> getOutputChannels()
public void setOutputChannels(Collection<OutputChannelMapping> outputChannels)
outputChannels
- List of output channelspublic ChannelMapping withOutputChannels(OutputChannelMapping... outputChannels)
NOTE: This method appends the values to the existing list (if any). Use
setOutputChannels(java.util.Collection)
or withOutputChannels(java.util.Collection)
if you want
to override the existing values.
outputChannels
- List of output channelspublic ChannelMapping withOutputChannels(Collection<OutputChannelMapping> outputChannels)
outputChannels
- List of output channelspublic String toString()
toString
in class Object
Object.toString()
public ChannelMapping 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.