63 inline void SetRegistryId(
const char* value) { m_registryIdHasBeenSet =
true; m_registryId.assign(value); }
101 inline void SetRepositoryName(
const char* value) { m_repositoryNameHasBeenSet =
true; m_repositoryName.assign(value); }
169 bool m_registryIdHasBeenSet;
171 bool m_repositoryNameHasBeenSet;
173 bool m_imageIdsHasBeenSet;
BatchDeleteImageRequest & WithRegistryId(const char *value)
void SetRegistryId(Aws::String &&value)
const Aws::Vector< ImageIdentifier > & GetImageIds() const
void SetRegistryId(const char *value)
BatchDeleteImageRequest & WithRepositoryName(Aws::String &&value)
BatchDeleteImageRequest & WithRegistryId(Aws::String &&value)
BatchDeleteImageRequest & AddImageIds(ImageIdentifier &&value)
void SetRepositoryName(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
BatchDeleteImageRequest & WithImageIds(Aws::Vector< ImageIdentifier > &&value)
void SetRegistryId(const Aws::String &value)
BatchDeleteImageRequest & WithImageIds(const Aws::Vector< ImageIdentifier > &value)
void SetImageIds(const Aws::Vector< ImageIdentifier > &value)
BatchDeleteImageRequest & AddImageIds(const ImageIdentifier &value)
const Aws::String & GetRepositoryName() const
void SetRepositoryName(const Aws::String &value)
BatchDeleteImageRequest & WithRegistryId(const Aws::String &value)
void SetRepositoryName(const char *value)
BatchDeleteImageRequest & WithRepositoryName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetImageIds(Aws::Vector< ImageIdentifier > &&value)
const Aws::String & GetRegistryId() const
BatchDeleteImageRequest & WithRepositoryName(const char *value)
JSON (JavaScript Object Notation).