@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputChannelMapping extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
OutputChannelMapping() |
| Modifier and Type | Method and Description |
|---|---|
OutputChannelMapping |
clone() |
boolean |
equals(Object obj) |
List<Integer> |
getInputChannels()
List of input channels
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInputChannels(Collection<Integer> inputChannels)
List of input channels
|
String |
toString()
Returns a string representation of this object.
|
OutputChannelMapping |
withInputChannels(Collection<Integer> inputChannels)
List of input channels
|
OutputChannelMapping |
withInputChannels(Integer... inputChannels)
List of input channels
|
public List<Integer> getInputChannels()
public void setInputChannels(Collection<Integer> inputChannels)
inputChannels - List of input channelspublic OutputChannelMapping withInputChannels(Integer... inputChannels)
NOTE: This method appends the values to the existing list (if any). Use
setInputChannels(java.util.Collection) or withInputChannels(java.util.Collection) if you want
to override the existing values.
inputChannels - List of input channelspublic OutputChannelMapping withInputChannels(Collection<Integer> inputChannels)
inputChannels - List of input channelspublic String toString()
toString in class ObjectObject.toString()public OutputChannelMapping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.