AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TestConversionResult.h
1
6#pragma once
7#include <aws/b2bi/B2BI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace B2BI
25{
26namespace Model
27{
29 {
30 public:
31 AWS_B2BI_API TestConversionResult();
34
35
37
40 inline const Aws::String& GetConvertedFileContent() const{ return m_convertedFileContent; }
41 inline void SetConvertedFileContent(const Aws::String& value) { m_convertedFileContent = value; }
42 inline void SetConvertedFileContent(Aws::String&& value) { m_convertedFileContent = std::move(value); }
43 inline void SetConvertedFileContent(const char* value) { m_convertedFileContent.assign(value); }
45 inline TestConversionResult& WithConvertedFileContent(Aws::String&& value) { SetConvertedFileContent(std::move(value)); return *this;}
46 inline TestConversionResult& WithConvertedFileContent(const char* value) { SetConvertedFileContent(value); return *this;}
48
50
54 inline const Aws::Vector<Aws::String>& GetValidationMessages() const{ return m_validationMessages; }
55 inline void SetValidationMessages(const Aws::Vector<Aws::String>& value) { m_validationMessages = value; }
56 inline void SetValidationMessages(Aws::Vector<Aws::String>&& value) { m_validationMessages = std::move(value); }
59 inline TestConversionResult& AddValidationMessages(const Aws::String& value) { m_validationMessages.push_back(value); return *this; }
60 inline TestConversionResult& AddValidationMessages(Aws::String&& value) { m_validationMessages.push_back(std::move(value)); return *this; }
61 inline TestConversionResult& AddValidationMessages(const char* value) { m_validationMessages.push_back(value); return *this; }
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline TestConversionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline TestConversionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline TestConversionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::String m_convertedFileContent;
77
78 Aws::Vector<Aws::String> m_validationMessages;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace B2BI
85} // namespace Aws
AWS_B2BI_API TestConversionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
TestConversionResult & WithConvertedFileContent(const char *value)
void SetValidationMessages(const Aws::Vector< Aws::String > &value)
void SetRequestId(const Aws::String &value)
TestConversionResult & WithConvertedFileContent(const Aws::String &value)
TestConversionResult & WithRequestId(const char *value)
TestConversionResult & WithValidationMessages(const Aws::Vector< Aws::String > &value)
TestConversionResult & WithRequestId(const Aws::String &value)
void SetConvertedFileContent(const Aws::String &value)
const Aws::String & GetConvertedFileContent() const
TestConversionResult & AddValidationMessages(const Aws::String &value)
void SetValidationMessages(Aws::Vector< Aws::String > &&value)
TestConversionResult & AddValidationMessages(Aws::String &&value)
const Aws::Vector< Aws::String > & GetValidationMessages() const
void SetConvertedFileContent(Aws::String &&value)
AWS_B2BI_API TestConversionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
TestConversionResult & WithValidationMessages(Aws::Vector< Aws::String > &&value)
TestConversionResult & WithConvertedFileContent(Aws::String &&value)
TestConversionResult & AddValidationMessages(const char *value)
TestConversionResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue