@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JsonOptions extends Object implements Serializable, Cloneable, StructuredPojo
Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.
| Constructor and Description |
|---|
JsonOptions() |
| Modifier and Type | Method and Description |
|---|---|
JsonOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getMultiLine()
A value that specifies whether JSON input contains embedded new line characters.
|
int |
hashCode() |
Boolean |
isMultiLine()
A value that specifies whether JSON input contains embedded new line characters.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMultiLine(Boolean multiLine)
A value that specifies whether JSON input contains embedded new line characters.
|
String |
toString()
Returns a string representation of this object.
|
JsonOptions |
withMultiLine(Boolean multiLine)
A value that specifies whether JSON input contains embedded new line characters.
|
public void setMultiLine(Boolean multiLine)
A value that specifies whether JSON input contains embedded new line characters.
multiLine - A value that specifies whether JSON input contains embedded new line characters.public Boolean getMultiLine()
A value that specifies whether JSON input contains embedded new line characters.
public JsonOptions withMultiLine(Boolean multiLine)
A value that specifies whether JSON input contains embedded new line characters.
multiLine - A value that specifies whether JSON input contains embedded new line characters.public Boolean isMultiLine()
A value that specifies whether JSON input contains embedded new line characters.
public String toString()
toString in class ObjectObject.toString()public JsonOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.