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>
10#include <aws/ecr-public/model/RegistryAlias.h>
49 template<
typename RegistryIdT = Aws::String>
50 void SetRegistryId(RegistryIdT&& value) { m_registryIdHasBeenSet =
true; m_registryId = std::forward<RegistryIdT>(value); }
51 template<
typename RegistryIdT = Aws::String>
61 template<
typename RegistryArnT = Aws::String>
62 void SetRegistryArn(RegistryArnT&& value) { m_registryArnHasBeenSet =
true; m_registryArn = std::forward<RegistryArnT>(value); }
63 template<
typename RegistryArnT = Aws::String>
74 template<
typename RegistryUriT = Aws::String>
75 void SetRegistryUri(RegistryUriT&& value) { m_registryUriHasBeenSet =
true; m_registryUri = std::forward<RegistryUriT>(value); }
76 template<
typename RegistryUriT = Aws::String>
88 inline void SetVerified(
bool value) { m_verifiedHasBeenSet =
true; m_verified = value; }
98 template<
typename AliasesT = Aws::Vector<RegistryAlias>>
99 void SetAliases(AliasesT&& value) { m_aliasesHasBeenSet =
true; m_aliases = std::forward<AliasesT>(value); }
100 template<
typename AliasesT = Aws::Vector<RegistryAlias>>
102 template<
typename AliasesT = RegistryAlias>
103 Registry&
AddAliases(AliasesT&& value) { m_aliasesHasBeenSet =
true; m_aliases.emplace_back(std::forward<AliasesT>(value));
return *
this; }
108 bool m_registryIdHasBeenSet =
false;
111 bool m_registryArnHasBeenSet =
false;
114 bool m_registryUriHasBeenSet =
false;
116 bool m_verified{
false};
117 bool m_verifiedHasBeenSet =
false;
120 bool m_aliasesHasBeenSet =
false;
bool VerifiedHasBeenSet() const
void SetAliases(AliasesT &&value)
void SetRegistryArn(RegistryArnT &&value)
bool AliasesHasBeenSet() const
AWS_ECRPUBLIC_API Registry(Aws::Utils::Json::JsonView jsonValue)
void SetRegistryId(RegistryIdT &&value)
const Aws::String & GetRegistryId() const
Registry & WithRegistryArn(RegistryArnT &&value)
const Aws::String & GetRegistryUri() const
const Aws::String & GetRegistryArn() const
Registry & WithRegistryUri(RegistryUriT &&value)
void SetRegistryUri(RegistryUriT &&value)
AWS_ECRPUBLIC_API Registry & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RegistryUriHasBeenSet() const
Registry & WithAliases(AliasesT &&value)
const Aws::Vector< RegistryAlias > & GetAliases() const
AWS_ECRPUBLIC_API Aws::Utils::Json::JsonValue Jsonize() const
Registry & WithRegistryId(RegistryIdT &&value)
AWS_ECRPUBLIC_API Registry()=default
bool RegistryIdHasBeenSet() const
void SetVerified(bool value)
bool RegistryArnHasBeenSet() const
Registry & AddAliases(AliasesT &&value)
Registry & WithVerified(bool 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