@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JSONMappingParameters extends Object implements Serializable, Cloneable, StructuredPojo
Provides additional mapping information when JSON is the record format on the streaming source.
Constructor and Description |
---|
JSONMappingParameters() |
Modifier and Type | Method and Description |
---|---|
JSONMappingParameters |
clone() |
boolean |
equals(Object obj) |
String |
getRecordRowPath()
Path to the top-level parent that contains the records.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRecordRowPath(String recordRowPath)
Path to the top-level parent that contains the records.
|
String |
toString()
Returns a string representation of this object.
|
JSONMappingParameters |
withRecordRowPath(String recordRowPath)
Path to the top-level parent that contains the records.
|
public void setRecordRowPath(String recordRowPath)
Path to the top-level parent that contains the records.
recordRowPath
- Path to the top-level parent that contains the records.public String getRecordRowPath()
Path to the top-level parent that contains the records.
public JSONMappingParameters withRecordRowPath(String recordRowPath)
Path to the top-level parent that contains the records.
recordRowPath
- Path to the top-level parent that contains the records.public String toString()
toString
in class Object
Object.toString()
public JSONMappingParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.