7#include <aws/ecr-public/ECRPublic_EXPORTS.h>
8#include <aws/ecr-public/ECRPublicRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 template<
typename RegistryIdT = Aws::String>
47 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
48 template<
typename RegistryIdT = Aws::String>
59 template<
typename RepositoryNameT = Aws::String>
60 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
61 template<
typename RepositoryNameT = Aws::String>
71 template<
typename LayerDigestsT = Aws::Vector<Aws::String>>
72 void SetLayerDigests(LayerDigestsT&& value) { m_layerDigestsHasBeenSet =
true; m_layerDigests = std::forward<LayerDigestsT>(value); }
73 template<
typename LayerDigestsT = Aws::Vector<Aws::String>>
75 template<
typename LayerDigestsT = Aws::String>
81 bool m_registryIdHasBeenSet =
false;
84 bool m_repositoryNameHasBeenSet =
false;
87 bool m_layerDigestsHasBeenSet =
false;
BatchCheckLayerAvailabilityRequest & AddLayerDigests(LayerDigestsT &&value)
BatchCheckLayerAvailabilityRequest & WithLayerDigests(LayerDigestsT &&value)
AWS_ECRPUBLIC_API BatchCheckLayerAvailabilityRequest()=default
bool RegistryIdHasBeenSet() const
void SetRepositoryName(RepositoryNameT &&value)
const Aws::Vector< Aws::String > & GetLayerDigests() const
bool LayerDigestsHasBeenSet() const
bool RepositoryNameHasBeenSet() const
BatchCheckLayerAvailabilityRequest & WithRepositoryName(RepositoryNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetRegistryId() const
void SetLayerDigests(LayerDigestsT &&value)
const Aws::String & GetRepositoryName() const
void SetRegistryId(RegistryIdT &&value)
AWS_ECRPUBLIC_API Aws::String SerializePayload() const override
AWS_ECRPUBLIC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchCheckLayerAvailabilityRequest & WithRegistryId(RegistryIdT &&value)
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