AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetCompatibleKafkaVersionsResult.h
1
6#pragma once
7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kafka/model/CompatibleKafkaVersion.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 Kafka
26{
27namespace Model
28{
30 {
31 public:
35
36
38
43 inline const Aws::Vector<CompatibleKafkaVersion>& GetCompatibleKafkaVersions() const{ return m_compatibleKafkaVersions; }
44 inline void SetCompatibleKafkaVersions(const Aws::Vector<CompatibleKafkaVersion>& value) { m_compatibleKafkaVersions = value; }
45 inline void SetCompatibleKafkaVersions(Aws::Vector<CompatibleKafkaVersion>&& value) { m_compatibleKafkaVersions = std::move(value); }
48 inline GetCompatibleKafkaVersionsResult& AddCompatibleKafkaVersions(const CompatibleKafkaVersion& value) { m_compatibleKafkaVersions.push_back(value); return *this; }
49 inline GetCompatibleKafkaVersionsResult& AddCompatibleKafkaVersions(CompatibleKafkaVersion&& value) { m_compatibleKafkaVersions.push_back(std::move(value)); return *this; }
51
53
54 inline const Aws::String& GetRequestId() const{ return m_requestId; }
55 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
56 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
57 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
58 inline GetCompatibleKafkaVersionsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
59 inline GetCompatibleKafkaVersionsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
60 inline GetCompatibleKafkaVersionsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
62 private:
63
64 Aws::Vector<CompatibleKafkaVersion> m_compatibleKafkaVersions;
65
66 Aws::String m_requestId;
67 };
68
69} // namespace Model
70} // namespace Kafka
71} // namespace Aws
GetCompatibleKafkaVersionsResult & AddCompatibleKafkaVersions(CompatibleKafkaVersion &&value)
GetCompatibleKafkaVersionsResult & WithCompatibleKafkaVersions(const Aws::Vector< CompatibleKafkaVersion > &value)
const Aws::Vector< CompatibleKafkaVersion > & GetCompatibleKafkaVersions() const
AWS_KAFKA_API GetCompatibleKafkaVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCompatibleKafkaVersions(Aws::Vector< CompatibleKafkaVersion > &&value)
GetCompatibleKafkaVersionsResult & WithRequestId(Aws::String &&value)
GetCompatibleKafkaVersionsResult & AddCompatibleKafkaVersions(const CompatibleKafkaVersion &value)
GetCompatibleKafkaVersionsResult & WithRequestId(const Aws::String &value)
void SetCompatibleKafkaVersions(const Aws::Vector< CompatibleKafkaVersion > &value)
GetCompatibleKafkaVersionsResult & WithCompatibleKafkaVersions(Aws::Vector< CompatibleKafkaVersion > &&value)
AWS_KAFKA_API GetCompatibleKafkaVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetCompatibleKafkaVersionsResult & WithRequestId(const char *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