@Generated(value="software.amazon.awssdk:codegen") public final class ChannelMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChannelMapping.Builder,ChannelMapping>
Modifier and Type | Class and Description |
---|---|
static interface |
ChannelMapping.Builder |
Modifier and Type | Method and Description |
---|---|
static ChannelMapping.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<OutputChannelMapping> |
outputChannels()
List of output channels
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChannelMapping.Builder> |
serializableBuilderClass() |
ChannelMapping.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public List<OutputChannelMapping> outputChannels()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ChannelMapping.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ChannelMapping.Builder,ChannelMapping>
public static ChannelMapping.Builder builder()
public static Class<? extends ChannelMapping.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.