@Generated(value="software.amazon.awssdk:codegen") public class RecordFormat extends Object implements StructuredPojo, ToCopyableBuilder<RecordFormat.Builder,RecordFormat>
Describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecordFormat.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecordFormat.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MappingParameters |
mappingParameters()
Returns the value of the MappingParameters property for this object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
RecordFormatType |
recordFormatType()
The type of record format.
|
String |
recordFormatTypeAsString()
The type of record format.
|
static Class<? extends RecordFormat.Builder> |
serializableBuilderClass() |
RecordFormat.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic RecordFormatType recordFormatType()
The type of record format.
If the service returns an enum value that is not available in the current SDK version, recordFormatType
will return RecordFormatType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from recordFormatTypeAsString().
RecordFormatTypepublic String recordFormatTypeAsString()
The type of record format.
If the service returns an enum value that is not available in the current SDK version, recordFormatType
will return RecordFormatType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from recordFormatTypeAsString().
RecordFormatTypepublic MappingParameters mappingParameters()
public RecordFormat.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RecordFormat.Builder,RecordFormat>public static RecordFormat.Builder builder()
public static Class<? extends RecordFormat.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.