@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectedFileFormatDescriptor extends Object implements Serializable, Cloneable, StructuredPojo
Properties of an inferred data format.
Constructor and Description |
---|
DetectedFileFormatDescriptor() |
Modifier and Type | Method and Description |
---|---|
DetectedFileFormatDescriptor |
clone() |
boolean |
equals(Object obj) |
DetectedCsvFormatDescriptor |
getCsvFormatDescriptor()
Details about a CSV format.
|
DetectedJsonFormatDescriptor |
getJsonFormatDescriptor()
Details about a JSON format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCsvFormatDescriptor(DetectedCsvFormatDescriptor csvFormatDescriptor)
Details about a CSV format.
|
void |
setJsonFormatDescriptor(DetectedJsonFormatDescriptor jsonFormatDescriptor)
Details about a JSON format.
|
String |
toString()
Returns a string representation of this object.
|
DetectedFileFormatDescriptor |
withCsvFormatDescriptor(DetectedCsvFormatDescriptor csvFormatDescriptor)
Details about a CSV format.
|
DetectedFileFormatDescriptor |
withJsonFormatDescriptor(DetectedJsonFormatDescriptor jsonFormatDescriptor)
Details about a JSON format.
|
public void setCsvFormatDescriptor(DetectedCsvFormatDescriptor csvFormatDescriptor)
Details about a CSV format.
csvFormatDescriptor
- Details about a CSV format.public DetectedCsvFormatDescriptor getCsvFormatDescriptor()
Details about a CSV format.
public DetectedFileFormatDescriptor withCsvFormatDescriptor(DetectedCsvFormatDescriptor csvFormatDescriptor)
Details about a CSV format.
csvFormatDescriptor
- Details about a CSV format.public void setJsonFormatDescriptor(DetectedJsonFormatDescriptor jsonFormatDescriptor)
Details about a JSON format.
jsonFormatDescriptor
- Details about a JSON format.public DetectedJsonFormatDescriptor getJsonFormatDescriptor()
Details about a JSON format.
public DetectedFileFormatDescriptor withJsonFormatDescriptor(DetectedJsonFormatDescriptor jsonFormatDescriptor)
Details about a JSON format.
jsonFormatDescriptor
- Details about a JSON format.public String toString()
toString
in class Object
Object.toString()
public DetectedFileFormatDescriptor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.