7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
63 template<
typename AdministratorAccountT = Aws::String>
64 void SetAdministratorAccount(AdministratorAccountT&& value) { m_administratorAccountHasBeenSet =
true; m_administratorAccount = std::forward<AdministratorAccountT>(value); }
65 template<
typename AdministratorAccountT = Aws::String>
75 template<
typename DomainNameT = Aws::String>
76 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
77 template<
typename DomainNameT = Aws::String>
88 template<
typename DomainOwnerT = Aws::String>
89 void SetDomainOwner(DomainOwnerT&& value) { m_domainOwnerHasBeenSet =
true; m_domainOwner = std::forward<DomainOwnerT>(value); }
90 template<
typename DomainOwnerT = Aws::String>
100 template<
typename ArnT = Aws::String>
101 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
102 template<
typename ArnT = Aws::String>
112 template<
typename DescriptionT = Aws::String>
113 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
114 template<
typename DescriptionT = Aws::String>
124 template<
typename CreatedTimeT = Aws::Utils::DateTime>
125 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
126 template<
typename CreatedTimeT = Aws::Utils::DateTime>
132 bool m_nameHasBeenSet =
false;
135 bool m_administratorAccountHasBeenSet =
false;
138 bool m_domainNameHasBeenSet =
false;
141 bool m_domainOwnerHasBeenSet =
false;
144 bool m_arnHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
150 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