@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MappingParameters extends Object implements Serializable, Cloneable, StructuredPojo
When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
Constructor and Description |
---|
MappingParameters() |
Modifier and Type | Method and Description |
---|---|
MappingParameters |
clone() |
boolean |
equals(Object obj) |
CSVMappingParameters |
getCSVMappingParameters()
Provides additional mapping information when the record format uses delimiters (for example, CSV).
|
JSONMappingParameters |
getJSONMappingParameters()
Provides additional mapping information when JSON is the record format on the streaming source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCSVMappingParameters(CSVMappingParameters cSVMappingParameters)
Provides additional mapping information when the record format uses delimiters (for example, CSV).
|
void |
setJSONMappingParameters(JSONMappingParameters jSONMappingParameters)
Provides additional mapping information when JSON is the record format on the streaming source.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
MappingParameters |
withCSVMappingParameters(CSVMappingParameters cSVMappingParameters)
Provides additional mapping information when the record format uses delimiters (for example, CSV).
|
MappingParameters |
withJSONMappingParameters(JSONMappingParameters jSONMappingParameters)
Provides additional mapping information when JSON is the record format on the streaming source.
|
public void setJSONMappingParameters(JSONMappingParameters jSONMappingParameters)
Provides additional mapping information when JSON is the record format on the streaming source.
jSONMappingParameters
- Provides additional mapping information when JSON is the record format on the streaming source.public JSONMappingParameters getJSONMappingParameters()
Provides additional mapping information when JSON is the record format on the streaming source.
public MappingParameters withJSONMappingParameters(JSONMappingParameters jSONMappingParameters)
Provides additional mapping information when JSON is the record format on the streaming source.
jSONMappingParameters
- Provides additional mapping information when JSON is the record format on the streaming source.public void setCSVMappingParameters(CSVMappingParameters cSVMappingParameters)
Provides additional mapping information when the record format uses delimiters (for example, CSV).
cSVMappingParameters
- Provides additional mapping information when the record format uses delimiters (for example, CSV).public CSVMappingParameters getCSVMappingParameters()
Provides additional mapping information when the record format uses delimiters (for example, CSV).
public MappingParameters withCSVMappingParameters(CSVMappingParameters cSVMappingParameters)
Provides additional mapping information when the record format uses delimiters (for example, CSV).
cSVMappingParameters
- Provides additional mapping information when the record format uses delimiters (for example, CSV).public String toString()
toString
in class Object
Object.toString()
public MappingParameters 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.