@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
TestMappingRequest() |
| Modifier and Type | Method and Description |
|---|---|
TestMappingRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFileFormat()
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML. |
String |
getInputFileContent()
Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the
transform.
|
String |
getMappingTemplate()
Specifies the name of the mapping template for the transformer.
|
int |
hashCode() |
void |
setFileFormat(String fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML. |
void |
setInputFileContent(String inputFileContent)
Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the
transform.
|
void |
setMappingTemplate(String mappingTemplate)
Specifies the name of the mapping template for the transformer.
|
String |
toString()
Returns a string representation of this object.
|
TestMappingRequest |
withFileFormat(FileFormat fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML. |
TestMappingRequest |
withFileFormat(String fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSON and
XML. |
TestMappingRequest |
withInputFileContent(String inputFileContent)
Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the
transform.
|
TestMappingRequest |
withMappingTemplate(String mappingTemplate)
Specifies the name of the mapping template for the transformer.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setInputFileContent(String inputFileContent)
Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.
inputFileContent - Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for
the transform.public String getInputFileContent()
Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.
public TestMappingRequest withInputFileContent(String inputFileContent)
Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.
inputFileContent - Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for
the transform.public void setMappingTemplate(String mappingTemplate)
Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
mappingTemplate - Specifies the name of the mapping template for the transformer. This template is used to convert the input
document into the correct set of objects.public String getMappingTemplate()
Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
public TestMappingRequest withMappingTemplate(String mappingTemplate)
Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
mappingTemplate - Specifies the name of the mapping template for the transformer. This template is used to convert the input
document into the correct set of objects.public void setFileFormat(String fileFormat)
Specifies that the currently supported file formats for EDI transformations are JSON and
XML.
fileFormat - Specifies that the currently supported file formats for EDI transformations are JSON and
XML.FileFormatpublic String getFileFormat()
Specifies that the currently supported file formats for EDI transformations are JSON and
XML.
JSON and
XML.FileFormatpublic TestMappingRequest withFileFormat(String fileFormat)
Specifies that the currently supported file formats for EDI transformations are JSON and
XML.
fileFormat - Specifies that the currently supported file formats for EDI transformations are JSON and
XML.FileFormatpublic TestMappingRequest withFileFormat(FileFormat fileFormat)
Specifies that the currently supported file formats for EDI transformations are JSON and
XML.
fileFormat - Specifies that the currently supported file formats for EDI transformations are JSON and
XML.FileFormatpublic String toString()
toString in class ObjectObject.toString()public TestMappingRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.