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