7#include <aws/b2bi/B2BIRequest.h>
8#include <aws/b2bi/B2BI_EXPORTS.h>
9#include <aws/b2bi/model/MappingType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename InputFileContentT = Aws::String>
43 m_inputFileContentHasBeenSet =
true;
44 m_inputFileContent = std::forward<InputFileContentT>(value);
46 template <
typename InputFileContentT = Aws::String>
60 template <
typename OutputFileContentT = Aws::String>
62 m_outputFileContentHasBeenSet =
true;
63 m_outputFileContent = std::forward<OutputFileContentT>(value);
65 template <
typename OutputFileContentT = Aws::String>
80 m_mappingTypeHasBeenSet =
true;
81 m_mappingType = value;
94 bool m_inputFileContentHasBeenSet =
false;
95 bool m_outputFileContentHasBeenSet =
false;
96 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