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/ClusterOperationInfo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename ClusterOperationInfoListT = Aws::Vector<ClusterOperationInfo>>
45 void SetClusterOperationInfoList(ClusterOperationInfoListT&& value) { m_clusterOperationInfoListHasBeenSet =
true; m_clusterOperationInfoList = std::forward<ClusterOperationInfoListT>(value); }
46 template<
typename ClusterOperationInfoListT = Aws::Vector<ClusterOperationInfo>>
48 template<
typename ClusterOperationInfoListT = ClusterOperationInfo>
61 template<
typename NextTokenT = Aws::String>
62 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
63 template<
typename NextTokenT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_clusterOperationInfoListHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
AWS_KAFKA_API ListClusterOperationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KAFKA_API ListClusterOperationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
ListClusterOperationsResult & WithRequestId(RequestIdT &&value)
ListClusterOperationsResult & AddClusterOperationInfoList(ClusterOperationInfoListT &&value)
ListClusterOperationsResult & WithClusterOperationInfoList(ClusterOperationInfoListT &&value)
const Aws::Vector< ClusterOperationInfo > & GetClusterOperationInfoList() const
AWS_KAFKA_API ListClusterOperationsResult()=default
const Aws::String & GetNextToken() const
void SetClusterOperationInfoList(ClusterOperationInfoListT &&value)
ListClusterOperationsResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&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