AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ImportDocumentationPartsResult.h
1
6#pragma once
7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.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 APIGateway
25{
26namespace Model
27{
35 {
36 public:
37 AWS_APIGATEWAY_API ImportDocumentationPartsResult();
40
41
43
46 inline const Aws::Vector<Aws::String>& GetIds() const{ return m_ids; }
47 inline void SetIds(const Aws::Vector<Aws::String>& value) { m_ids = value; }
48 inline void SetIds(Aws::Vector<Aws::String>&& value) { m_ids = std::move(value); }
49 inline ImportDocumentationPartsResult& WithIds(const Aws::Vector<Aws::String>& value) { SetIds(value); return *this;}
50 inline ImportDocumentationPartsResult& WithIds(Aws::Vector<Aws::String>&& value) { SetIds(std::move(value)); return *this;}
51 inline ImportDocumentationPartsResult& AddIds(const Aws::String& value) { m_ids.push_back(value); return *this; }
52 inline ImportDocumentationPartsResult& AddIds(Aws::String&& value) { m_ids.push_back(std::move(value)); return *this; }
53 inline ImportDocumentationPartsResult& AddIds(const char* value) { m_ids.push_back(value); return *this; }
55
57
60 inline const Aws::Vector<Aws::String>& GetWarnings() const{ return m_warnings; }
61 inline void SetWarnings(const Aws::Vector<Aws::String>& value) { m_warnings = value; }
62 inline void SetWarnings(Aws::Vector<Aws::String>&& value) { m_warnings = std::move(value); }
64 inline ImportDocumentationPartsResult& WithWarnings(Aws::Vector<Aws::String>&& value) { SetWarnings(std::move(value)); return *this;}
65 inline ImportDocumentationPartsResult& AddWarnings(const Aws::String& value) { m_warnings.push_back(value); return *this; }
66 inline ImportDocumentationPartsResult& AddWarnings(Aws::String&& value) { m_warnings.push_back(std::move(value)); return *this; }
67 inline ImportDocumentationPartsResult& AddWarnings(const char* value) { m_warnings.push_back(value); return *this; }
69
71
72 inline const Aws::String& GetRequestId() const{ return m_requestId; }
73 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
74 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
75 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
76 inline ImportDocumentationPartsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
77 inline ImportDocumentationPartsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
78 inline ImportDocumentationPartsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
80 private:
81
83
84 Aws::Vector<Aws::String> m_warnings;
85
86 Aws::String m_requestId;
87 };
88
89} // namespace Model
90} // namespace APIGateway
91} // namespace Aws
ImportDocumentationPartsResult & WithWarnings(const Aws::Vector< Aws::String > &value)
ImportDocumentationPartsResult & WithRequestId(const Aws::String &value)
AWS_APIGATEWAY_API ImportDocumentationPartsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ImportDocumentationPartsResult & AddIds(Aws::String &&value)
ImportDocumentationPartsResult & WithIds(Aws::Vector< Aws::String > &&value)
AWS_APIGATEWAY_API ImportDocumentationPartsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetWarnings(const Aws::Vector< Aws::String > &value)
ImportDocumentationPartsResult & AddIds(const Aws::String &value)
ImportDocumentationPartsResult & AddIds(const char *value)
ImportDocumentationPartsResult & WithIds(const Aws::Vector< Aws::String > &value)
ImportDocumentationPartsResult & AddWarnings(const char *value)
ImportDocumentationPartsResult & WithRequestId(const char *value)
ImportDocumentationPartsResult & WithRequestId(Aws::String &&value)
ImportDocumentationPartsResult & AddWarnings(const Aws::String &value)
ImportDocumentationPartsResult & WithWarnings(Aws::Vector< Aws::String > &&value)
ImportDocumentationPartsResult & AddWarnings(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