7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/ecr/ECRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetEcrRepositoryPrefix(
const char* value) { m_ecrRepositoryPrefixHasBeenSet =
true; m_ecrRepositoryPrefix.assign(value); }
60 inline void SetRegistryId(
const char* value) { m_registryIdHasBeenSet =
true; m_registryId.assign(value); }
68 bool m_ecrRepositoryPrefixHasBeenSet =
false;
71 bool m_registryIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetRegistryId(const Aws::String &value)
const Aws::String & GetRegistryId() const
void SetEcrRepositoryPrefix(const char *value)
bool RegistryIdHasBeenSet() const
AWS_ECR_API ValidatePullThroughCacheRuleRequest()
ValidatePullThroughCacheRuleRequest & WithEcrRepositoryPrefix(const char *value)
void SetEcrRepositoryPrefix(Aws::String &&value)
AWS_ECR_API Aws::String SerializePayload() const override
ValidatePullThroughCacheRuleRequest & WithEcrRepositoryPrefix(const Aws::String &value)
ValidatePullThroughCacheRuleRequest & WithRegistryId(const Aws::String &value)
ValidatePullThroughCacheRuleRequest & WithRegistryId(Aws::String &&value)
void SetEcrRepositoryPrefix(const Aws::String &value)
ValidatePullThroughCacheRuleRequest & WithRegistryId(const char *value)
bool EcrRepositoryPrefixHasBeenSet() const
void SetRegistryId(const char *value)
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRegistryId(Aws::String &&value)
ValidatePullThroughCacheRuleRequest & WithEcrRepositoryPrefix(Aws::String &&value)
const Aws::String & GetEcrRepositoryPrefix() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String