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;
41 template<
typename EcrRepositoryPrefixT = Aws::String>
42 void SetEcrRepositoryPrefix(EcrRepositoryPrefixT&& value) { m_ecrRepositoryPrefixHasBeenSet =
true; m_ecrRepositoryPrefix = std::forward<EcrRepositoryPrefixT>(value); }
43 template<
typename EcrRepositoryPrefixT = Aws::String>
52 template<
typename UpstreamRegistryUrlT = Aws::String>
53 void SetUpstreamRegistryUrl(UpstreamRegistryUrlT&& value) { m_upstreamRegistryUrlHasBeenSet =
true; m_upstreamRegistryUrl = std::forward<UpstreamRegistryUrlT>(value); }
54 template<
typename UpstreamRegistryUrlT = Aws::String>
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
64 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
65 template<
typename CreatedAtT = Aws::Utils::DateTime>
74 template<
typename RegistryIdT = Aws::String>
75 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
76 template<
typename RegistryIdT = Aws::String>
86 template<
typename CredentialArnT = Aws::String>
87 void SetCredentialArn(CredentialArnT&& value) { m_credentialArnHasBeenSet =
true; m_credentialArn = std::forward<CredentialArnT>(value); }
88 template<
typename CredentialArnT = Aws::String>
97 template<
typename CustomRoleArnT = Aws::String>
98 void SetCustomRoleArn(CustomRoleArnT&& value) { m_customRoleArnHasBeenSet =
true; m_customRoleArn = std::forward<CustomRoleArnT>(value); }
99 template<
typename CustomRoleArnT = Aws::String>
109 template<
typename UpstreamRepositoryPrefixT = Aws::String>
110 void SetUpstreamRepositoryPrefix(UpstreamRepositoryPrefixT&& value) { m_upstreamRepositoryPrefixHasBeenSet =
true; m_upstreamRepositoryPrefix = std::forward<UpstreamRepositoryPrefixT>(value); }
111 template<
typename UpstreamRepositoryPrefixT = Aws::String>
118 template<
typename RequestIdT = Aws::String>
119 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
120 template<
typename RequestIdT = Aws::String>
126 bool m_ecrRepositoryPrefixHasBeenSet =
false;
129 bool m_upstreamRegistryUrlHasBeenSet =
false;
132 bool m_createdAtHasBeenSet =
false;
135 bool m_registryIdHasBeenSet =
false;
138 bool m_credentialArnHasBeenSet =
false;
141 bool m_customRoleArnHasBeenSet =
false;
144 bool m_upstreamRepositoryPrefixHasBeenSet =
false;
147 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetUpstreamRepositoryPrefix() const
DeletePullThroughCacheRuleResult & WithUpstreamRegistryUrl(UpstreamRegistryUrlT &&value)
void SetEcrRepositoryPrefix(EcrRepositoryPrefixT &&value)
void SetUpstreamRegistryUrl(UpstreamRegistryUrlT &&value)
DeletePullThroughCacheRuleResult & WithCreatedAt(CreatedAtT &&value)
DeletePullThroughCacheRuleResult & WithCredentialArn(CredentialArnT &&value)
void SetRequestId(RequestIdT &&value)
AWS_ECR_API DeletePullThroughCacheRuleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCustomRoleArn() const
const Aws::String & GetRequestId() const
void SetUpstreamRepositoryPrefix(UpstreamRepositoryPrefixT &&value)
DeletePullThroughCacheRuleResult & WithRequestId(RequestIdT &&value)
void SetCredentialArn(CredentialArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetRegistryId(RegistryIdT &&value)
DeletePullThroughCacheRuleResult & WithEcrRepositoryPrefix(EcrRepositoryPrefixT &&value)
const Aws::String & GetUpstreamRegistryUrl() const
const Aws::String & GetRegistryId() const
DeletePullThroughCacheRuleResult & WithCustomRoleArn(CustomRoleArnT &&value)
void SetCustomRoleArn(CustomRoleArnT &&value)
const Aws::String & GetEcrRepositoryPrefix() const
DeletePullThroughCacheRuleResult & WithRegistryId(RegistryIdT &&value)
const Aws::String & GetCredentialArn() const
AWS_ECR_API DeletePullThroughCacheRuleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ECR_API DeletePullThroughCacheRuleResult()=default
void SetCreatedAt(CreatedAtT &&value)
DeletePullThroughCacheRuleResult & WithUpstreamRepositoryPrefix(UpstreamRepositoryPrefixT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue