7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/ecr/ECRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename EcrRepositoryPrefixT = Aws::String>
45 void SetEcrRepositoryPrefix(EcrRepositoryPrefixT&& value) { m_ecrRepositoryPrefixHasBeenSet =
true; m_ecrRepositoryPrefix = std::forward<EcrRepositoryPrefixT>(value); }
46 template<
typename EcrRepositoryPrefixT = Aws::String>
58 template<
typename RegistryIdT = Aws::String>
59 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
60 template<
typename RegistryIdT = Aws::String>
66 bool m_ecrRepositoryPrefixHasBeenSet =
false;
69 bool m_registryIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_ECR_API DeletePullThroughCacheRuleRequest()=default
bool EcrRepositoryPrefixHasBeenSet() const
DeletePullThroughCacheRuleRequest & WithEcrRepositoryPrefix(EcrRepositoryPrefixT &&value)
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetEcrRepositoryPrefix() const
DeletePullThroughCacheRuleRequest & WithRegistryId(RegistryIdT &&value)
AWS_ECR_API Aws::String SerializePayload() const override
void SetRegistryId(RegistryIdT &&value)
void SetEcrRepositoryPrefix(EcrRepositoryPrefixT &&value)
bool RegistryIdHasBeenSet() const
const Aws::String & GetRegistryId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String