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