@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) |
void |
setOutputChannels(Collection<OutputChannelMapping> outputChannels)
List of output channels
|
String |
toString()
Returns a string representation of this object.
|
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 ObjectObject.toString()public ChannelMapping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.