7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/Kafka_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
36 template <
typename CurrentVersionT = Aws::String>
38 m_currentVersionHasBeenSet =
true;
39 m_currentVersion = std::forward<CurrentVersionT>(value);
41 template <
typename CurrentVersionT = Aws::String>
55 template <
typename PolicyT = Aws::String>
57 m_policyHasBeenSet =
true;
58 m_policy = std::forward<PolicyT>(value);
60 template <
typename PolicyT = Aws::String>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
87 bool m_currentVersionHasBeenSet =
false;
88 bool m_policyHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
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