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 RepositoryNameT = Aws::String>
53 m_repositoryNameHasBeenSet =
true;
54 m_repositoryName = std::forward<RepositoryNameT>(value);
56 template <
typename RepositoryNameT = Aws::String>
68 template <
typename LifecyclePolicyTextT = Aws::String>
70 m_lifecyclePolicyTextHasBeenSet =
true;
71 m_lifecyclePolicyText = std::forward<LifecyclePolicyTextT>(value);
73 template <
typename LifecyclePolicyTextT = 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>
102 bool m_registryIdHasBeenSet =
false;
103 bool m_repositoryNameHasBeenSet =
false;
104 bool m_lifecyclePolicyTextHasBeenSet =
false;
105 bool m_requestIdHasBeenSet =
false;
PutLifecyclePolicyResult & WithRequestId(RequestIdT &&value)
PutLifecyclePolicyResult & WithRepositoryName(RepositoryNameT &&value)
void SetRequestId(RequestIdT &&value)
void SetRepositoryName(RepositoryNameT &&value)
PutLifecyclePolicyResult & WithRegistryId(RegistryIdT &&value)
void SetLifecyclePolicyText(LifecyclePolicyTextT &&value)
AWS_ECR_API PutLifecyclePolicyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::String & GetRegistryId() const
const Aws::String & GetLifecyclePolicyText() const
void SetRegistryId(RegistryIdT &&value)
const Aws::String & GetRepositoryName() const
AWS_ECR_API PutLifecyclePolicyResult()=default
PutLifecyclePolicyResult & WithLifecyclePolicyText(LifecyclePolicyTextT &&value)
AWS_ECR_API PutLifecyclePolicyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue