7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kafka/Kafka_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
37 template <
typename CurrentVersionT = Aws::String>
39 m_currentVersionHasBeenSet =
true;
40 m_currentVersion = std::forward<CurrentVersionT>(value);
42 template <
typename CurrentVersionT = Aws::String>
56 template <
typename PolicyT = Aws::String>
58 m_policyHasBeenSet =
true;
59 m_policy = std::forward<PolicyT>(value);
61 template <
typename PolicyT = Aws::String>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_currentVersionHasBeenSet =
false;
92 bool m_policyHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_KAFKA_API GetClusterPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_KAFKA_API GetClusterPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetPolicy() const
void SetCurrentVersion(CurrentVersionT &&value)
void SetPolicy(PolicyT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetCurrentVersion() const
void SetRequestId(RequestIdT &&value)
GetClusterPolicyResult & WithCurrentVersion(CurrentVersionT &&value)
AWS_KAFKA_API GetClusterPolicyResult()=default
GetClusterPolicyResult & WithPolicy(PolicyT &&value)
GetClusterPolicyResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue