7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
41 template<
typename MappedFileContentT = Aws::String>
42 void SetMappedFileContent(MappedFileContentT&& value) { m_mappedFileContentHasBeenSet =
true; m_mappedFileContent = std::forward<MappedFileContentT>(value); }
43 template<
typename MappedFileContentT = Aws::String>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_mappedFileContentHasBeenSet =
false;
61 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