@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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
.FileFormat
public String getFileFormat()
Specifies that the currently supported file formats for EDI transformations are JSON
and
XML
.
JSON
and
XML
.FileFormat
public 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
.FileFormat
public 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
.FileFormat
public String toString()
toString
in class Object
Object.toString()
public TestMappingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()