7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename EcrRepositoryPrefixT = Aws::String>
43 void SetEcrRepositoryPrefix(EcrRepositoryPrefixT&& value) { m_ecrRepositoryPrefixHasBeenSet =
true; m_ecrRepositoryPrefix = std::forward<EcrRepositoryPrefixT>(value); }
44 template<
typename EcrRepositoryPrefixT = Aws::String>
53 template<
typename RegistryIdT = Aws::String>
54 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
55 template<
typename RegistryIdT = Aws::String>
65 template<
typename UpdatedAtT = Aws::Utils::DateTime>
66 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
67 template<
typename UpdatedAtT = Aws::Utils::DateTime>
77 template<
typename CredentialArnT = Aws::String>
78 void SetCredentialArn(CredentialArnT&& value) { m_credentialArnHasBeenSet =
true; m_credentialArn = std::forward<CredentialArnT>(value); }
79 template<
typename CredentialArnT = Aws::String>
88 template<
typename CustomRoleArnT = Aws::String>
89 void SetCustomRoleArn(CustomRoleArnT&& value) { m_customRoleArnHasBeenSet =
true; m_customRoleArn = std::forward<CustomRoleArnT>(value); }
90 template<
typename CustomRoleArnT = Aws::String>
100 template<
typename UpstreamRepositoryPrefixT = Aws::String>
101 void SetUpstreamRepositoryPrefix(UpstreamRepositoryPrefixT&& value) { m_upstreamRepositoryPrefixHasBeenSet =
true; m_upstreamRepositoryPrefix = std::forward<UpstreamRepositoryPrefixT>(value); }
102 template<
typename UpstreamRepositoryPrefixT = Aws::String>
109 template<
typename RequestIdT = Aws::String>
110 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
111 template<
typename RequestIdT = Aws::String>
117 bool m_ecrRepositoryPrefixHasBeenSet =
false;
120 bool m_registryIdHasBeenSet =
false;
123 bool m_updatedAtHasBeenSet =
false;
126 bool m_credentialArnHasBeenSet =
false;
129 bool m_customRoleArnHasBeenSet =
false;
132 bool m_upstreamRepositoryPrefixHasBeenSet =
false;
135 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetCustomRoleArn() const
UpdatePullThroughCacheRuleResult & WithRequestId(RequestIdT &&value)
AWS_ECR_API UpdatePullThroughCacheRuleResult()=default
AWS_ECR_API UpdatePullThroughCacheRuleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCustomRoleArn(CustomRoleArnT &&value)
const Aws::String & GetRequestId() const
void SetUpdatedAt(UpdatedAtT &&value)
AWS_ECR_API UpdatePullThroughCacheRuleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCredentialArn(CredentialArnT &&value)
void SetEcrRepositoryPrefix(EcrRepositoryPrefixT &&value)
const Aws::String & GetCredentialArn() const
UpdatePullThroughCacheRuleResult & WithUpstreamRepositoryPrefix(UpstreamRepositoryPrefixT &&value)
UpdatePullThroughCacheRuleResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetEcrRepositoryPrefix() const
void SetRegistryId(RegistryIdT &&value)
const Aws::String & GetUpstreamRepositoryPrefix() const
const Aws::Utils::DateTime & GetUpdatedAt() const
UpdatePullThroughCacheRuleResult & WithEcrRepositoryPrefix(EcrRepositoryPrefixT &&value)
UpdatePullThroughCacheRuleResult & WithCredentialArn(CredentialArnT &&value)
UpdatePullThroughCacheRuleResult & WithRegistryId(RegistryIdT &&value)
UpdatePullThroughCacheRuleResult & WithCustomRoleArn(CustomRoleArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetUpstreamRepositoryPrefix(UpstreamRepositoryPrefixT &&value)
const Aws::String & GetRegistryId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue