@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; useful for testing and debugging.
|
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.RecordFormatType
public String getRecordFormatType()
Specifies the format of the records on the output stream.
RecordFormatType
public 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.RecordFormatType
public 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.RecordFormatType
public 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.RecordFormatType
public String toString()
toString
in class Object
Object.toString()
public DestinationSchema clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.