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/ecr-public/model/RepositoryCatalogDataInput.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/ecr-public/model/Tag.h>
50 template<
typename RepositoryNameT = Aws::String>
51 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
52 template<
typename RepositoryNameT = Aws::String>
63 template<
typename CatalogDataT = RepositoryCatalogDataInput>
64 void SetCatalogData(CatalogDataT&& value) { m_catalogDataHasBeenSet =
true; m_catalogData = std::forward<CatalogDataT>(value); }
65 template<
typename CatalogDataT = RepositoryCatalogDataInput>
78 template<
typename TagsT = Aws::Vector<Tag>>
79 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
80 template<
typename TagsT = Aws::Vector<Tag>>
82 template<
typename TagsT = Tag>
88 bool m_repositoryNameHasBeenSet =
false;
91 bool m_catalogDataHasBeenSet =
false;
94 bool m_tagsHasBeenSet =
false;
void SetTags(TagsT &&value)
CreateRepositoryRequest & WithCatalogData(CatalogDataT &&value)
const Aws::String & GetRepositoryName() const
void SetRepositoryName(RepositoryNameT &&value)
CreateRepositoryRequest & WithRepositoryName(RepositoryNameT &&value)
CreateRepositoryRequest & WithTags(TagsT &&value)
AWS_ECRPUBLIC_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RepositoryNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Tag > & GetTags() const
AWS_ECRPUBLIC_API Aws::String SerializePayload() const override
CreateRepositoryRequest & AddTags(TagsT &&value)
void SetCatalogData(CatalogDataT &&value)
const RepositoryCatalogDataInput & GetCatalogData() const
bool TagsHasBeenSet() const
AWS_ECRPUBLIC_API CreateRepositoryRequest()=default
bool CatalogDataHasBeenSet() 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