7#include <aws/ecr/ECR_EXPORTS.h>
8#include <aws/ecr/ECRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetRegistryId(
const char* value) { m_registryIdHasBeenSet =
true; m_registryId.assign(value); }
61 inline void SetRepositoryName(
const char* value) { m_repositoryNameHasBeenSet =
true; m_repositoryName.assign(value); }
73 inline bool GetForce()
const{
return m_force; }
75 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
81 bool m_registryIdHasBeenSet =
false;
84 bool m_repositoryNameHasBeenSet =
false;
87 bool m_forceHasBeenSet =
false;
const Aws::String & GetRepositoryName() const
DeleteRepositoryRequest & WithRepositoryName(const char *value)
void SetRepositoryName(Aws::String &&value)
DeleteRepositoryRequest & WithRepositoryName(Aws::String &&value)
DeleteRepositoryRequest & WithRegistryId(const Aws::String &value)
bool RepositoryNameHasBeenSet() const
DeleteRepositoryRequest & WithRegistryId(Aws::String &&value)
void SetForce(bool value)
DeleteRepositoryRequest & WithRegistryId(const char *value)
const Aws::String & GetRegistryId() const
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ECR_API DeleteRepositoryRequest()
void SetRepositoryName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool RegistryIdHasBeenSet() const
void SetRepositoryName(const char *value)
DeleteRepositoryRequest & WithRepositoryName(const Aws::String &value)
void SetRegistryId(const char *value)
bool ForceHasBeenSet() const
AWS_ECR_API Aws::String SerializePayload() const override
DeleteRepositoryRequest & WithForce(bool value)
void SetRegistryId(const Aws::String &value)
void SetRegistryId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String