@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectedJsonFormatDescriptor extends Object implements Serializable, Cloneable, StructuredPojo
A detected JSON format descriptor.
Constructor and Description |
---|
DetectedJsonFormatDescriptor() |
Modifier and Type | Method and Description |
---|---|
DetectedJsonFormatDescriptor |
clone() |
boolean |
equals(Object obj) |
DetectedField |
getCharset()
The format's character set.
|
DetectedField |
getFileCompression()
The format's file compression.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCharset(DetectedField charset)
The format's character set.
|
void |
setFileCompression(DetectedField fileCompression)
The format's file compression.
|
String |
toString()
Returns a string representation of this object.
|
DetectedJsonFormatDescriptor |
withCharset(DetectedField charset)
The format's character set.
|
DetectedJsonFormatDescriptor |
withFileCompression(DetectedField fileCompression)
The format's file compression.
|
public void setFileCompression(DetectedField fileCompression)
The format's file compression.
fileCompression
- The format's file compression.public DetectedField getFileCompression()
The format's file compression.
public DetectedJsonFormatDescriptor withFileCompression(DetectedField fileCompression)
The format's file compression.
fileCompression
- The format's file compression.public void setCharset(DetectedField charset)
The format's character set.
charset
- The format's character set.public DetectedField getCharset()
The format's character set.
public DetectedJsonFormatDescriptor withCharset(DetectedField charset)
The format's character set.
charset
- The format's character set.public String toString()
toString
in class Object
Object.toString()
public DetectedJsonFormatDescriptor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.