AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetCompatibleVersionsResult.h
1
6#pragma once
7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/opensearch/model/CompatibleVersionsMap.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace OpenSearchService
26{
27namespace Model
28{
36 {
37 public:
38 AWS_OPENSEARCHSERVICE_API GetCompatibleVersionsResult();
41
42
44
48 inline const Aws::Vector<CompatibleVersionsMap>& GetCompatibleVersions() const{ return m_compatibleVersions; }
49 inline void SetCompatibleVersions(const Aws::Vector<CompatibleVersionsMap>& value) { m_compatibleVersions = value; }
50 inline void SetCompatibleVersions(Aws::Vector<CompatibleVersionsMap>&& value) { m_compatibleVersions = std::move(value); }
53 inline GetCompatibleVersionsResult& AddCompatibleVersions(const CompatibleVersionsMap& value) { m_compatibleVersions.push_back(value); return *this; }
54 inline GetCompatibleVersionsResult& AddCompatibleVersions(CompatibleVersionsMap&& value) { m_compatibleVersions.push_back(std::move(value)); return *this; }
56
58
59 inline const Aws::String& GetRequestId() const{ return m_requestId; }
60 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
61 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
62 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
63 inline GetCompatibleVersionsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
64 inline GetCompatibleVersionsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
65 inline GetCompatibleVersionsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
67 private:
68
69 Aws::Vector<CompatibleVersionsMap> m_compatibleVersions;
70
71 Aws::String m_requestId;
72 };
73
74} // namespace Model
75} // namespace OpenSearchService
76} // namespace Aws
GetCompatibleVersionsResult & WithRequestId(const char *value)
GetCompatibleVersionsResult & WithCompatibleVersions(Aws::Vector< CompatibleVersionsMap > &&value)
GetCompatibleVersionsResult & AddCompatibleVersions(CompatibleVersionsMap &&value)
const Aws::Vector< CompatibleVersionsMap > & GetCompatibleVersions() const
GetCompatibleVersionsResult & WithRequestId(const Aws::String &value)
AWS_OPENSEARCHSERVICE_API GetCompatibleVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetCompatibleVersionsResult & WithRequestId(Aws::String &&value)
AWS_OPENSEARCHSERVICE_API GetCompatibleVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetCompatibleVersionsResult & WithCompatibleVersions(const Aws::Vector< CompatibleVersionsMap > &value)
void SetCompatibleVersions(Aws::Vector< CompatibleVersionsMap > &&value)
void SetCompatibleVersions(const Aws::Vector< CompatibleVersionsMap > &value)
GetCompatibleVersionsResult & AddCompatibleVersions(const CompatibleVersionsMap &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