7#include <aws/ecr-public/ECRPublic_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename DescriptionT = Aws::String>
49 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
50 template<
typename DescriptionT = Aws::String>
63 template<
typename ArchitecturesT = Aws::Vector<Aws::String>>
64 void SetArchitectures(ArchitecturesT&& value) { m_architecturesHasBeenSet =
true; m_architectures = std::forward<ArchitecturesT>(value); }
65 template<
typename ArchitecturesT = Aws::Vector<Aws::String>>
67 template<
typename ArchitecturesT = Aws::String>
80 template<
typename OperatingSystemsT = Aws::Vector<Aws::String>>
81 void SetOperatingSystems(OperatingSystemsT&& value) { m_operatingSystemsHasBeenSet =
true; m_operatingSystems = std::forward<OperatingSystemsT>(value); }
82 template<
typename OperatingSystemsT = Aws::Vector<Aws::String>>
84 template<
typename OperatingSystemsT = Aws::String>
94 template<
typename LogoUrlT = Aws::String>
95 void SetLogoUrl(LogoUrlT&& value) { m_logoUrlHasBeenSet =
true; m_logoUrl = std::forward<LogoUrlT>(value); }
96 template<
typename LogoUrlT = Aws::String>
107 template<
typename AboutTextT = Aws::String>
108 void SetAboutText(AboutTextT&& value) { m_aboutTextHasBeenSet =
true; m_aboutText = std::forward<AboutTextT>(value); }
109 template<
typename AboutTextT = Aws::String>
120 template<
typename UsageTextT = Aws::String>
121 void SetUsageText(UsageTextT&& value) { m_usageTextHasBeenSet =
true; m_usageText = std::forward<UsageTextT>(value); }
122 template<
typename UsageTextT = Aws::String>
139 bool m_descriptionHasBeenSet =
false;
142 bool m_architecturesHasBeenSet =
false;
145 bool m_operatingSystemsHasBeenSet =
false;
148 bool m_logoUrlHasBeenSet =
false;
151 bool m_aboutTextHasBeenSet =
false;
154 bool m_usageTextHasBeenSet =
false;
156 bool m_marketplaceCertified{
false};
157 bool m_marketplaceCertifiedHasBeenSet =
false;
RepositoryCatalogData & WithUsageText(UsageTextT &&value)
const Aws::String & GetLogoUrl() const
bool UsageTextHasBeenSet() const
const Aws::String & GetAboutText() const
RepositoryCatalogData & WithAboutText(AboutTextT &&value)
RepositoryCatalogData & WithMarketplaceCertified(bool value)
void SetLogoUrl(LogoUrlT &&value)
void SetMarketplaceCertified(bool value)
void SetDescription(DescriptionT &&value)
const Aws::Vector< Aws::String > & GetArchitectures() const
void SetOperatingSystems(OperatingSystemsT &&value)
RepositoryCatalogData & WithOperatingSystems(OperatingSystemsT &&value)
bool OperatingSystemsHasBeenSet() const
void SetArchitectures(ArchitecturesT &&value)
RepositoryCatalogData & WithDescription(DescriptionT &&value)
RepositoryCatalogData & AddArchitectures(ArchitecturesT &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
AWS_ECRPUBLIC_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECRPUBLIC_API RepositoryCatalogData & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ECRPUBLIC_API RepositoryCatalogData()=default
const Aws::String & GetUsageText() const
RepositoryCatalogData & AddOperatingSystems(OperatingSystemsT &&value)
const Aws::Vector< Aws::String > & GetOperatingSystems() const
bool MarketplaceCertifiedHasBeenSet() const
RepositoryCatalogData & WithLogoUrl(LogoUrlT &&value)
bool GetMarketplaceCertified() const
bool ArchitecturesHasBeenSet() const
bool AboutTextHasBeenSet() const
void SetUsageText(UsageTextT &&value)
AWS_ECRPUBLIC_API RepositoryCatalogData(Aws::Utils::Json::JsonView jsonValue)
void SetAboutText(AboutTextT &&value)
bool LogoUrlHasBeenSet() const
RepositoryCatalogData & WithArchitectures(ArchitecturesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue