7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecr/ECR_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename RegistryIdT = Aws::String>
36 m_registryIdHasBeenSet =
true;
37 m_registryId = std::forward<RegistryIdT>(value);
39 template <
typename RegistryIdT = Aws::String>
51 template <
typename PolicyTextT = Aws::String>
53 m_policyTextHasBeenSet =
true;
54 m_policyText = std::forward<PolicyTextT>(value);
56 template <
typename PolicyTextT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_registryIdHasBeenSet =
false;
84 bool m_policyTextHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
AWS_ECR_API GetRegistryPolicyResult()=default
void SetPolicyText(PolicyTextT &&value)
const Aws::String & GetRegistryId() const
AWS_ECR_API GetRegistryPolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRegistryPolicyResult & WithPolicyText(PolicyTextT &&value)
void SetRegistryId(RegistryIdT &&value)
AWS_ECR_API GetRegistryPolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetRegistryPolicyResult & WithRegistryId(RegistryIdT &&value)
GetRegistryPolicyResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetPolicyText() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue