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>
45 template<
typename InputFileContentT = Aws::String>
46 void SetInputFileContent(InputFileContentT&& value) { m_inputFileContentHasBeenSet =
true; m_inputFileContent = std::forward<InputFileContentT>(value); }
47 template<
typename InputFileContentT = Aws::String>
61 template<
typename MappingTemplateT = Aws::String>
62 void SetMappingTemplate(MappingTemplateT&& value) { m_mappingTemplateHasBeenSet =
true; m_mappingTemplate = std::forward<MappingTemplateT>(value); }
63 template<
typename MappingTemplateT = Aws::String>
80 bool m_inputFileContentHasBeenSet =
false;
83 bool m_mappingTemplateHasBeenSet =
false;
86 bool m_fileFormatHasBeenSet =
false;
bool FileFormatHasBeenSet() const
const Aws::String & GetInputFileContent() const
TestMappingRequest & WithMappingTemplate(MappingTemplateT &&value)
AWS_B2BI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
FileFormat GetFileFormat() const
void SetFileFormat(FileFormat value)
void SetMappingTemplate(MappingTemplateT &&value)
bool InputFileContentHasBeenSet() const
void SetInputFileContent(InputFileContentT &&value)
const Aws::String & GetMappingTemplate() const
AWS_B2BI_API TestMappingRequest()=default
bool MappingTemplateHasBeenSet() const
AWS_B2BI_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
TestMappingRequest & WithInputFileContent(InputFileContentT &&value)
TestMappingRequest & WithFileFormat(FileFormat value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String