@Generated(value="software.amazon.awssdk:codegen") public final class CaptionLanguageMapping extends Object implements StructuredPojo, ToCopyableBuilder<CaptionLanguageMapping.Builder,CaptionLanguageMapping>
Modifier and Type | Class and Description |
---|---|
static interface |
CaptionLanguageMapping.Builder |
Modifier and Type | Method and Description |
---|---|
static CaptionLanguageMapping.Builder |
builder() |
Integer |
captionChannel()
Channel to insert closed captions.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
languageCode()
Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)
|
String |
languageDescription()
Textual description of language
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends CaptionLanguageMapping.Builder> |
serializableBuilderClass() |
CaptionLanguageMapping.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer captionChannel()
public String languageCode()
public String languageDescription()
public CaptionLanguageMapping.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CaptionLanguageMapping.Builder,CaptionLanguageMapping>
public static CaptionLanguageMapping.Builder builder()
public static Class<? extends CaptionLanguageMapping.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.