7#include <aws/codeartifact/CodeArtifact_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/codeartifact/model/PackageGroupOriginConfiguration.h>
11#include <aws/codeartifact/model/PackageGroupReference.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
62 template<
typename PatternT = Aws::String>
63 void SetPattern(PatternT&& value) { m_patternHasBeenSet =
true; m_pattern = std::forward<PatternT>(value); }
64 template<
typename PatternT = Aws::String>
74 template<
typename DomainNameT = Aws::String>
75 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
76 template<
typename DomainNameT = Aws::String>
87 template<
typename DomainOwnerT = Aws::String>
88 void SetDomainOwner(DomainOwnerT&& value) { m_domainOwnerHasBeenSet =
true; m_domainOwner = std::forward<DomainOwnerT>(value); }
89 template<
typename DomainOwnerT = Aws::String>
99 template<
typename CreatedTimeT = Aws::Utils::DateTime>
100 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
101 template<
typename CreatedTimeT = Aws::Utils::DateTime>
111 template<
typename ContactInfoT = Aws::String>
112 void SetContactInfo(ContactInfoT&& value) { m_contactInfoHasBeenSet =
true; m_contactInfo = std::forward<ContactInfoT>(value); }
113 template<
typename ContactInfoT = Aws::String>
123 template<
typename DescriptionT = Aws::String>
124 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
125 template<
typename DescriptionT = Aws::String>
135 template<
typename OriginConfigurationT = PackageGroupOriginConfiguration>
136 void SetOriginConfiguration(OriginConfigurationT&& value) { m_originConfigurationHasBeenSet =
true; m_originConfiguration = std::forward<OriginConfigurationT>(value); }
137 template<
typename OriginConfigurationT = PackageGroupOriginConfiguration>
147 template<
typename ParentT = PackageGroupReference>
148 void SetParent(ParentT&& value) { m_parentHasBeenSet =
true; m_parent = std::forward<ParentT>(value); }
149 template<
typename ParentT = PackageGroupReference>
155 bool m_arnHasBeenSet =
false;
158 bool m_patternHasBeenSet =
false;
161 bool m_domainNameHasBeenSet =
false;
164 bool m_domainOwnerHasBeenSet =
false;
167 bool m_createdTimeHasBeenSet =
false;
170 bool m_contactInfoHasBeenSet =
false;
173 bool m_descriptionHasBeenSet =
false;
175 PackageGroupOriginConfiguration m_originConfiguration;
176 bool m_originConfigurationHasBeenSet =
false;
178 PackageGroupReference m_parent;
179 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