@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputFormatConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the deserializer you want to use to convert the format of the input data.
Constructor and Description |
---|
InputFormatConfiguration() |
Modifier and Type | Method and Description |
---|---|
InputFormatConfiguration |
clone() |
boolean |
equals(Object obj) |
Deserializer |
getDeserializer()
Specifies which deserializer to use.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeserializer(Deserializer deserializer)
Specifies which deserializer to use.
|
String |
toString()
Returns a string representation of this object.
|
InputFormatConfiguration |
withDeserializer(Deserializer deserializer)
Specifies which deserializer to use.
|
public void setDeserializer(Deserializer deserializer)
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
deserializer
- Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON
SerDe. If both are non-null, the server rejects the request.public Deserializer getDeserializer()
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
public InputFormatConfiguration withDeserializer(Deserializer deserializer)
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
deserializer
- Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON
SerDe. If both are non-null, the server rejects the request.public String toString()
toString
in class Object
Object.toString()
public InputFormatConfiguration 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.