@Generated(value="software.amazon.awssdk:codegen") public final class OutputChannelMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OutputChannelMapping.Builder,OutputChannelMapping>
| Modifier and Type | Class and Description |
|---|---|
static interface |
OutputChannelMapping.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OutputChannelMapping.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInputChannels()
Returns true if the InputChannels property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasInputChannelsFineTune()
Returns true if the InputChannelsFineTune property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<Integer> |
inputChannels()
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.
|
List<Double> |
inputChannelsFineTune()
Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OutputChannelMapping.Builder> |
serializableBuilderClass() |
OutputChannelMapping.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasInputChannels()
public final List<Integer> inputChannels()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInputChannels() to see if a value was sent in this field.
public final boolean hasInputChannelsFineTune()
public final List<Double> inputChannelsFineTune()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasInputChannelsFineTune() to see if a value was sent in this field.
public OutputChannelMapping.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OutputChannelMapping.Builder,OutputChannelMapping>public static OutputChannelMapping.Builder builder()
public static Class<? extends OutputChannelMapping.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.