/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Deletes specified images within a specified repository. Images are specified
* with either the imageTag
or imageDigest
.See
* Also:
AWS
* API Reference
The Amazon Web Services account ID associated with the registry that contains * the image to delete. If you do not specify a registry, the default registry is * assumed.
*/ inline const Aws::String& GetRegistryId() const{ return m_registryId; } /** *The Amazon Web Services account ID associated with the registry that contains * the image to delete. If you do not specify a registry, the default registry is * assumed.
*/ inline bool RegistryIdHasBeenSet() const { return m_registryIdHasBeenSet; } /** *The Amazon Web Services account ID associated with the registry that contains * the image to delete. If you do not specify a registry, the default registry is * assumed.
*/ inline void SetRegistryId(const Aws::String& value) { m_registryIdHasBeenSet = true; m_registryId = value; } /** *The Amazon Web Services account ID associated with the registry that contains * the image to delete. If you do not specify a registry, the default registry is * assumed.
*/ inline void SetRegistryId(Aws::String&& value) { m_registryIdHasBeenSet = true; m_registryId = std::move(value); } /** *The Amazon Web Services account ID associated with the registry that contains * the image to delete. If you do not specify a registry, the default registry is * assumed.
*/ inline void SetRegistryId(const char* value) { m_registryIdHasBeenSet = true; m_registryId.assign(value); } /** *The Amazon Web Services account ID associated with the registry that contains * the image to delete. If you do not specify a registry, the default registry is * assumed.
*/ inline BatchDeleteImageRequest& WithRegistryId(const Aws::String& value) { SetRegistryId(value); return *this;} /** *The Amazon Web Services account ID associated with the registry that contains * the image to delete. If you do not specify a registry, the default registry is * assumed.
*/ inline BatchDeleteImageRequest& WithRegistryId(Aws::String&& value) { SetRegistryId(std::move(value)); return *this;} /** *The Amazon Web Services account ID associated with the registry that contains * the image to delete. If you do not specify a registry, the default registry is * assumed.
*/ inline BatchDeleteImageRequest& WithRegistryId(const char* value) { SetRegistryId(value); return *this;} /** *The repository that contains the image to delete.
*/ inline const Aws::String& GetRepositoryName() const{ return m_repositoryName; } /** *The repository that contains the image to delete.
*/ inline bool RepositoryNameHasBeenSet() const { return m_repositoryNameHasBeenSet; } /** *The repository that contains the image to delete.
*/ inline void SetRepositoryName(const Aws::String& value) { m_repositoryNameHasBeenSet = true; m_repositoryName = value; } /** *The repository that contains the image to delete.
*/ inline void SetRepositoryName(Aws::String&& value) { m_repositoryNameHasBeenSet = true; m_repositoryName = std::move(value); } /** *The repository that contains the image to delete.
*/ inline void SetRepositoryName(const char* value) { m_repositoryNameHasBeenSet = true; m_repositoryName.assign(value); } /** *The repository that contains the image to delete.
*/ inline BatchDeleteImageRequest& WithRepositoryName(const Aws::String& value) { SetRepositoryName(value); return *this;} /** *The repository that contains the image to delete.
*/ inline BatchDeleteImageRequest& WithRepositoryName(Aws::String&& value) { SetRepositoryName(std::move(value)); return *this;} /** *The repository that contains the image to delete.
*/ inline BatchDeleteImageRequest& WithRepositoryName(const char* value) { SetRepositoryName(value); return *this;} /** *A list of image ID references that correspond to images to delete. The format
* of the imageIds
reference is imageTag=tag
or
* imageDigest=digest
.
A list of image ID references that correspond to images to delete. The format
* of the imageIds
reference is imageTag=tag
or
* imageDigest=digest
.
A list of image ID references that correspond to images to delete. The format
* of the imageIds
reference is imageTag=tag
or
* imageDigest=digest
.
A list of image ID references that correspond to images to delete. The format
* of the imageIds
reference is imageTag=tag
or
* imageDigest=digest
.
A list of image ID references that correspond to images to delete. The format
* of the imageIds
reference is imageTag=tag
or
* imageDigest=digest
.
A list of image ID references that correspond to images to delete. The format
* of the imageIds
reference is imageTag=tag
or
* imageDigest=digest
.
A list of image ID references that correspond to images to delete. The format
* of the imageIds
reference is imageTag=tag
or
* imageDigest=digest
.
A list of image ID references that correspond to images to delete. The format
* of the imageIds
reference is imageTag=tag
or
* imageDigest=digest
.