7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/ecr/ECRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetRegistryId(
const char* value) { m_registryIdHasBeenSet =
true; m_registryId.assign(value); }
62 inline void SetEcrRepositoryPrefix(
const char* value) { m_ecrRepositoryPrefixHasBeenSet =
true; m_ecrRepositoryPrefix.assign(value); }
78 inline void SetCredentialArn(
const char* value) { m_credentialArnHasBeenSet =
true; m_credentialArn.assign(value); }
86 bool m_registryIdHasBeenSet =
false;
89 bool m_ecrRepositoryPrefixHasBeenSet =
false;
92 bool m_credentialArnHasBeenSet =
false;
void SetRegistryId(const Aws::String &value)
void SetCredentialArn(const char *value)
void SetRegistryId(Aws::String &&value)
UpdatePullThroughCacheRuleRequest & WithCredentialArn(const char *value)
const Aws::String & GetEcrRepositoryPrefix() const
const Aws::String & GetRegistryId() const
UpdatePullThroughCacheRuleRequest & WithEcrRepositoryPrefix(const char *value)
void SetEcrRepositoryPrefix(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetCredentialArn(Aws::String &&value)
UpdatePullThroughCacheRuleRequest & WithEcrRepositoryPrefix(Aws::String &&value)
UpdatePullThroughCacheRuleRequest & WithRegistryId(const Aws::String &value)
AWS_ECR_API UpdatePullThroughCacheRuleRequest()
bool EcrRepositoryPrefixHasBeenSet() const
UpdatePullThroughCacheRuleRequest & WithCredentialArn(const Aws::String &value)
bool RegistryIdHasBeenSet() const
AWS_ECR_API Aws::String SerializePayload() const override
UpdatePullThroughCacheRuleRequest & WithCredentialArn(Aws::String &&value)
bool CredentialArnHasBeenSet() const
void SetEcrRepositoryPrefix(const char *value)
UpdatePullThroughCacheRuleRequest & WithRegistryId(const char *value)
UpdatePullThroughCacheRuleRequest & WithRegistryId(Aws::String &&value)
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetCredentialArn() const
UpdatePullThroughCacheRuleRequest & WithEcrRepositoryPrefix(const Aws::String &value)
void SetEcrRepositoryPrefix(Aws::String &&value)
void SetCredentialArn(const Aws::String &value)
void SetRegistryId(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String