7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
10#include <aws/kafka/model/ClusterInfo.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
39 template <
typename ClusterInfoListT = Aws::Vector<ClusterInfo>>
41 m_clusterInfoListHasBeenSet =
true;
42 m_clusterInfoList = std::forward<ClusterInfoListT>(value);
44 template <
typename ClusterInfoListT = Aws::Vector<ClusterInfo>>
49 template <
typename ClusterInfoListT = ClusterInfo>
51 m_clusterInfoListHasBeenSet =
true;
52 m_clusterInfoList.emplace_back(std::forward<ClusterInfoListT>(value));
68 template <
typename NextTokenT = Aws::String>
70 m_nextTokenHasBeenSet =
true;
71 m_nextToken = std::forward<NextTokenT>(value);
73 template <
typename NextTokenT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
100 bool m_clusterInfoListHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
102 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_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