@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DestinationSchema extends Object implements Serializable, Cloneable, StructuredPojo
Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
| Constructor and Description |
|---|
DestinationSchema() |
| Modifier and Type | Method and Description |
|---|---|
DestinationSchema |
clone() |
boolean |
equals(Object obj) |
String |
getRecordFormatType()
Specifies the format of the records on the output stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
|
void |
setRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
|
String |
toString()
Returns a string representation of this object.
|
DestinationSchema |
withRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
|
DestinationSchema |
withRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
|
public void setRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType - Specifies the format of the records on the output stream.RecordFormatTypepublic String getRecordFormatType()
Specifies the format of the records on the output stream.
RecordFormatTypepublic DestinationSchema withRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType - Specifies the format of the records on the output stream.RecordFormatTypepublic void setRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType - Specifies the format of the records on the output stream.RecordFormatTypepublic DestinationSchema withRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType - Specifies the format of the records on the output stream.RecordFormatTypepublic String toString()
toString in class ObjectObject.toString()public DestinationSchema clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.