7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecr/ECRRequest.h>
10#include <aws/ecr/ECR_EXPORTS.h>
11#include <aws/ecr/model/ImageIdentifier.h>
48 template <
typename RegistryIdT = Aws::String>
50 m_registryIdHasBeenSet =
true;
51 m_registryId = std::forward<RegistryIdT>(value);
53 template <
typename RegistryIdT = Aws::String>
66 template <
typename RepositoryNameT = Aws::String>
68 m_repositoryNameHasBeenSet =
true;
69 m_repositoryName = std::forward<RepositoryNameT>(value);
71 template <
typename RepositoryNameT = Aws::String>
86 template <
typename ImageIdsT = Aws::Vector<ImageIdentifier>>
88 m_imageIdsHasBeenSet =
true;
89 m_imageIds = std::forward<ImageIdsT>(value);
91 template <
typename ImageIdsT = Aws::Vector<ImageIdentifier>>
96 template <
typename ImageIdsT = ImageIdentifier>
98 m_imageIdsHasBeenSet =
true;
99 m_imageIds.emplace_back(std::forward<ImageIdsT>(value));
109 bool m_registryIdHasBeenSet =
false;
110 bool m_repositoryNameHasBeenSet =
false;
111 bool m_imageIdsHasBeenSet =
false;
bool ImageIdsHasBeenSet() const
const Aws::Vector< ImageIdentifier > & GetImageIds() const
bool RegistryIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetRegistryId(RegistryIdT &&value)
void SetRepositoryName(RepositoryNameT &&value)
AWS_ECR_API BatchDeleteImageRequest()=default
bool RepositoryNameHasBeenSet() const
BatchDeleteImageRequest & WithRepositoryName(RepositoryNameT &&value)
AWS_ECR_API Aws::String SerializePayload() const override
void SetImageIds(ImageIdsT &&value)
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetRegistryId() const
BatchDeleteImageRequest & WithRegistryId(RegistryIdT &&value)
BatchDeleteImageRequest & AddImageIds(ImageIdsT &&value)
BatchDeleteImageRequest & WithImageIds(ImageIdsT &&value)
const Aws::String & GetRepositoryName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector