@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public OutputChannelMapping 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.