7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/kafka/Kafka_EXPORTS.h>
11#include <aws/kafka/model/ClusterInfo.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
40 template <
typename ClusterInfoListT = Aws::Vector<ClusterInfo>>
42 m_clusterInfoListHasBeenSet =
true;
43 m_clusterInfoList = std::forward<ClusterInfoListT>(value);
45 template <
typename ClusterInfoListT = Aws::Vector<ClusterInfo>>
50 template <
typename ClusterInfoListT = ClusterInfo>
52 m_clusterInfoListHasBeenSet =
true;
53 m_clusterInfoList.emplace_back(std::forward<ClusterInfoListT>(value));
69 template <
typename NextTokenT = Aws::String>
71 m_nextTokenHasBeenSet =
true;
72 m_nextToken = std::forward<NextTokenT>(value);
74 template <
typename NextTokenT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
104 bool m_clusterInfoListHasBeenSet =
false;
105 bool m_nextTokenHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
AWS_KAFKA_API ListClustersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< ClusterInfo > & GetClusterInfoList() const
ListClustersResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_KAFKA_API ListClustersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
void SetClusterInfoList(ClusterInfoListT &&value)
ListClustersResult & AddClusterInfoList(ClusterInfoListT &&value)
ListClustersResult & WithRequestId(RequestIdT &&value)
ListClustersResult & WithClusterInfoList(ClusterInfoListT &&value)
AWS_KAFKA_API ListClustersResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue