7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/b2bi/B2BIRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/b2bi/model/FileFormat.h>
47 inline void SetInputFileContent(
const char* value) { m_inputFileContentHasBeenSet =
true; m_inputFileContent.assign(value); }
65 inline void SetMappingTemplate(
const char* value) { m_mappingTemplateHasBeenSet =
true; m_mappingTemplate.assign(value); }
86 bool m_inputFileContentHasBeenSet =
false;
89 bool m_mappingTemplateHasBeenSet =
false;
92 bool m_fileFormatHasBeenSet =
false;
TestMappingRequest & WithFileFormat(const FileFormat &value)
bool FileFormatHasBeenSet() const
void SetInputFileContent(const char *value)
TestMappingRequest & WithInputFileContent(const char *value)
TestMappingRequest & WithFileFormat(FileFormat &&value)
const Aws::String & GetInputFileContent() const
AWS_B2BI_API TestMappingRequest()
TestMappingRequest & WithMappingTemplate(Aws::String &&value)
AWS_B2BI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
TestMappingRequest & WithInputFileContent(const Aws::String &value)
void SetFileFormat(const FileFormat &value)
TestMappingRequest & WithMappingTemplate(const Aws::String &value)
bool InputFileContentHasBeenSet() const
const FileFormat & GetFileFormat() const
void SetInputFileContent(Aws::String &&value)
const Aws::String & GetMappingTemplate() const
void SetInputFileContent(const Aws::String &value)
void SetFileFormat(FileFormat &&value)
bool MappingTemplateHasBeenSet() const
AWS_B2BI_API Aws::String SerializePayload() const override
void SetMappingTemplate(Aws::String &&value)
void SetMappingTemplate(const char *value)
virtual const char * GetServiceRequestName() const override
TestMappingRequest & WithMappingTemplate(const char *value)
void SetMappingTemplate(const Aws::String &value)
TestMappingRequest & WithInputFileContent(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String