7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecr/ECRRequest.h>
9#include <aws/ecr/ECR_EXPORTS.h>
41 template <
typename RegistryIdT = Aws::String>
43 m_registryIdHasBeenSet =
true;
44 m_registryId = std::forward<RegistryIdT>(value);
46 template <
typename RegistryIdT = Aws::String>
59 template <
typename RepositoryNameT = Aws::String>
61 m_repositoryNameHasBeenSet =
true;
62 m_repositoryName = std::forward<RepositoryNameT>(value);
64 template <
typename RepositoryNameT = Aws::String>
77 inline bool GetForce()
const {
return m_force; }
80 m_forceHasBeenSet =
true;
94 bool m_registryIdHasBeenSet =
false;
95 bool m_repositoryNameHasBeenSet =
false;
96 bool m_forceHasBeenSet =
false;
void SetRepositoryName(RepositoryNameT &&value)
const Aws::String & GetRepositoryName() const
void SetRegistryId(RegistryIdT &&value)
DeleteRepositoryRequest & WithRepositoryName(RepositoryNameT &&value)
bool RepositoryNameHasBeenSet() const
void SetForce(bool value)
const Aws::String & GetRegistryId() const
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool RegistryIdHasBeenSet() const
bool ForceHasBeenSet() const
DeleteRepositoryRequest & WithRegistryId(RegistryIdT &&value)
AWS_ECR_API Aws::String SerializePayload() const override
DeleteRepositoryRequest & WithForce(bool value)
AWS_ECR_API DeleteRepositoryRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String