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>
42 template <
typename RegistryIdT = Aws::String>
44 m_registryIdHasBeenSet =
true;
45 m_registryId = std::forward<RegistryIdT>(value);
47 template <
typename RegistryIdT = Aws::String>
61 template <
typename RepositoryNameT = Aws::String>
63 m_repositoryNameHasBeenSet =
true;
64 m_repositoryName = std::forward<RepositoryNameT>(value);
66 template <
typename RepositoryNameT = Aws::String>
79 template <
typename LayerDigestsT = Aws::Vector<Aws::String>>
81 m_layerDigestsHasBeenSet =
true;
82 m_layerDigests = std::forward<LayerDigestsT>(value);
84 template <
typename LayerDigestsT = Aws::Vector<Aws::String>>
89 template <
typename LayerDigestsT = Aws::String>
91 m_layerDigestsHasBeenSet =
true;
92 m_layerDigests.emplace_back(std::forward<LayerDigestsT>(value));
102 bool m_registryIdHasBeenSet =
false;
103 bool m_repositoryNameHasBeenSet =
false;
104 bool m_layerDigestsHasBeenSet =
false;
BatchCheckLayerAvailabilityRequest & WithRepositoryName(RepositoryNameT &&value)
BatchCheckLayerAvailabilityRequest & WithRegistryId(RegistryIdT &&value)
void SetLayerDigests(LayerDigestsT &&value)
void SetRepositoryName(RepositoryNameT &&value)
const Aws::Vector< Aws::String > & GetLayerDigests() const
const Aws::String & GetRegistryId() const
bool LayerDigestsHasBeenSet() const
AWS_ECR_API BatchCheckLayerAvailabilityRequest()=default
void SetRegistryId(RegistryIdT &&value)
bool RepositoryNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_ECR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ECR_API Aws::String SerializePayload() const override
BatchCheckLayerAvailabilityRequest & AddLayerDigests(LayerDigestsT &&value)
BatchCheckLayerAvailabilityRequest & WithLayerDigests(LayerDigestsT &&value)
const Aws::String & GetRepositoryName() const
bool RegistryIdHasBeenSet() 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