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/MappingType.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>
58 template<
typename OutputFileContentT = Aws::String>
59 void SetOutputFileContent(OutputFileContentT&& value) { m_outputFileContentHasBeenSet =
true; m_outputFileContent = std::forward<OutputFileContentT>(value); }
60 template<
typename OutputFileContentT = Aws::String>
77 bool m_inputFileContentHasBeenSet =
false;
80 bool m_outputFileContentHasBeenSet =
false;
83 bool m_mappingTypeHasBeenSet =
false;
const Aws::String & GetOutputFileContent() const
AWS_B2BI_API GenerateMappingRequest()=default
bool InputFileContentHasBeenSet() const
void SetInputFileContent(InputFileContentT &&value)
const Aws::String & GetInputFileContent() const
virtual const char * GetServiceRequestName() const override
MappingType GetMappingType() const
bool MappingTypeHasBeenSet() const
AWS_B2BI_API Aws::String SerializePayload() const override
void SetMappingType(MappingType value)
GenerateMappingRequest & WithInputFileContent(InputFileContentT &&value)
bool OutputFileContentHasBeenSet() const
AWS_B2BI_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GenerateMappingRequest & WithOutputFileContent(OutputFileContentT &&value)
void SetOutputFileContent(OutputFileContentT &&value)
GenerateMappingRequest & WithMappingType(MappingType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String