7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
35 template <
typename MappedFileContentT = Aws::String>
37 m_mappedFileContentHasBeenSet =
true;
38 m_mappedFileContent = std::forward<MappedFileContentT>(value);
40 template <
typename MappedFileContentT = Aws::String>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_mappedFileContentHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetMappedFileContent() const
AWS_B2BI_API TestMappingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_B2BI_API TestMappingResult()=default
const Aws::String & GetRequestId() const
void SetMappedFileContent(MappedFileContentT &&value)
TestMappingResult & WithMappedFileContent(MappedFileContentT &&value)
AWS_B2BI_API TestMappingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
TestMappingResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue