7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/codeartifact/model/PackageGroupOriginConfiguration.h>
9#include <aws/codeartifact/model/PackageGroupReference.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CodeArtifact {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
62 template <
typename PatternT = Aws::String>
64 m_patternHasBeenSet =
true;
65 m_pattern = std::forward<PatternT>(value);
67 template <
typename PatternT = Aws::String>
80 template <
typename DomainNameT = Aws::String>
82 m_domainNameHasBeenSet =
true;
83 m_domainName = std::forward<DomainNameT>(value);
85 template <
typename DomainNameT = Aws::String>
99 template <
typename DomainOwnerT = Aws::String>
101 m_domainOwnerHasBeenSet =
true;
102 m_domainOwner = std::forward<DomainOwnerT>(value);
104 template <
typename DomainOwnerT = Aws::String>
117 template <
typename CreatedTimeT = Aws::Utils::DateTime>
119 m_createdTimeHasBeenSet =
true;
120 m_createdTime = std::forward<CreatedTimeT>(value);
122 template <
typename CreatedTimeT = Aws::Utils::DateTime>
135 template <
typename ContactInfoT = Aws::String>
137 m_contactInfoHasBeenSet =
true;
138 m_contactInfo = std::forward<ContactInfoT>(value);
140 template <
typename ContactInfoT = Aws::String>
153 template <
typename DescriptionT = Aws::String>
155 m_descriptionHasBeenSet =
true;
156 m_description = std::forward<DescriptionT>(value);
158 template <
typename DescriptionT = Aws::String>
171 template <
typename OriginConfigurationT = PackageGroupOriginConfiguration>
173 m_originConfigurationHasBeenSet =
true;
174 m_originConfiguration = std::forward<OriginConfigurationT>(value);
176 template <
typename OriginConfigurationT = PackageGroupOriginConfiguration>
189 template <
typename ParentT = PackageGroupReference>
191 m_parentHasBeenSet =
true;
192 m_parent = std::forward<ParentT>(value);
194 template <
typename ParentT = PackageGroupReference>
215 PackageGroupOriginConfiguration m_originConfiguration;
217 PackageGroupReference m_parent;
218 bool m_arnHasBeenSet =
false;
219 bool m_patternHasBeenSet =
false;
220 bool m_domainNameHasBeenSet =
false;
221 bool m_domainOwnerHasBeenSet =
false;
222 bool m_createdTimeHasBeenSet =
false;
223 bool m_contactInfoHasBeenSet =
false;
224 bool m_descriptionHasBeenSet =
false;
225 bool m_originConfigurationHasBeenSet =
false;
226 bool m_parentHasBeenSet =
false;
bool DomainOwnerHasBeenSet() const
const Aws::String & GetDomainName() const
PackageGroupSummary & WithDomainName(DomainNameT &&value)
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
AWS_CODEARTIFACT_API PackageGroupSummary()=default
void SetCreatedTime(CreatedTimeT &&value)
const Aws::String & GetDescription() const
AWS_CODEARTIFACT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDomainOwner(DomainOwnerT &&value)
bool OriginConfigurationHasBeenSet() const
void SetPattern(PatternT &&value)
PackageGroupSummary & WithDescription(DescriptionT &&value)
PackageGroupSummary & WithDomainOwner(DomainOwnerT &&value)
const PackageGroupReference & GetParent() const
const Aws::String & GetArn() const
AWS_CODEARTIFACT_API PackageGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContactInfo() const
AWS_CODEARTIFACT_API PackageGroupSummary(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
bool ParentHasBeenSet() const
void SetContactInfo(ContactInfoT &&value)
void SetOriginConfiguration(OriginConfigurationT &&value)
PackageGroupSummary & WithParent(ParentT &&value)
bool CreatedTimeHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetParent(ParentT &&value)
bool ContactInfoHasBeenSet() const
bool DomainNameHasBeenSet() const
const Aws::String & GetPattern() const
PackageGroupSummary & WithContactInfo(ContactInfoT &&value)
bool ArnHasBeenSet() const
PackageGroupSummary & WithArn(ArnT &&value)
const PackageGroupOriginConfiguration & GetOriginConfiguration() const
const Aws::String & GetDomainOwner() const
PackageGroupSummary & WithPattern(PatternT &&value)
PackageGroupSummary & WithOriginConfiguration(OriginConfigurationT &&value)
void SetDomainName(DomainNameT &&value)
bool PatternHasBeenSet() const
PackageGroupSummary & WithCreatedTime(CreatedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue