7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodeArtifact {
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
63 template <
typename AdministratorAccountT = Aws::String>
65 m_administratorAccountHasBeenSet =
true;
66 m_administratorAccount = std::forward<AdministratorAccountT>(value);
68 template <
typename AdministratorAccountT = Aws::String>
81 template <
typename DomainNameT = Aws::String>
83 m_domainNameHasBeenSet =
true;
84 m_domainName = std::forward<DomainNameT>(value);
86 template <
typename DomainNameT = Aws::String>
100 template <
typename DomainOwnerT = Aws::String>
102 m_domainOwnerHasBeenSet =
true;
103 m_domainOwner = std::forward<DomainOwnerT>(value);
105 template <
typename DomainOwnerT = Aws::String>
118 template <
typename ArnT = Aws::String>
120 m_arnHasBeenSet =
true;
121 m_arn = std::forward<ArnT>(value);
123 template <
typename ArnT = Aws::String>
125 SetArn(std::forward<ArnT>(value));
136 template <
typename DescriptionT = Aws::String>
138 m_descriptionHasBeenSet =
true;
139 m_description = std::forward<DescriptionT>(value);
141 template <
typename DescriptionT = Aws::String>
154 template <
typename CreatedTimeT = Aws::Utils::DateTime>
156 m_createdTimeHasBeenSet =
true;
157 m_createdTime = std::forward<CreatedTimeT>(value);
159 template <
typename CreatedTimeT = Aws::Utils::DateTime>
179 bool m_nameHasBeenSet =
false;
180 bool m_administratorAccountHasBeenSet =
false;
181 bool m_domainNameHasBeenSet =
false;
182 bool m_domainOwnerHasBeenSet =
false;
183 bool m_arnHasBeenSet =
false;
184 bool m_descriptionHasBeenSet =
false;
185 bool m_createdTimeHasBeenSet =
false;
const Aws::String & GetName() const
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
RepositorySummary & WithDomainName(DomainNameT &&value)
void SetAdministratorAccount(AdministratorAccountT &&value)
AWS_CODEARTIFACT_API RepositorySummary(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
RepositorySummary & WithDescription(DescriptionT &&value)
const Aws::String & GetDomainName() const
bool CreatedTimeHasBeenSet() const
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
void SetDomainName(DomainNameT &&value)
const Aws::String & GetDescription() const
AWS_CODEARTIFACT_API Aws::Utils::Json::JsonValue Jsonize() const
RepositorySummary & WithAdministratorAccount(AdministratorAccountT &&value)
bool ArnHasBeenSet() const
bool DomainNameHasBeenSet() const
const Aws::String & GetAdministratorAccount() const
RepositorySummary & WithName(NameT &&value)
const Aws::String & GetDomainOwner() const
bool DomainOwnerHasBeenSet() const
void SetName(NameT &&value)
void SetCreatedTime(CreatedTimeT &&value)
AWS_CODEARTIFACT_API RepositorySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEARTIFACT_API RepositorySummary()=default
RepositorySummary & WithCreatedTime(CreatedTimeT &&value)
bool AdministratorAccountHasBeenSet() const
RepositorySummary & WithDomainOwner(DomainOwnerT &&value)
void SetDomainOwner(DomainOwnerT &&value)
RepositorySummary & WithArn(ArnT &&value)
const Aws::String & GetArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue