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>
100 template<
typename CreatedTimeT = Aws::Utils::DateTime>
101 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
102 template<
typename CreatedTimeT = Aws::Utils::DateTime>
112 template<
typename ContactInfoT = Aws::String>
113 void SetContactInfo(ContactInfoT&& value) { m_contactInfoHasBeenSet =
true; m_contactInfo = std::forward<ContactInfoT>(value); }
114 template<
typename ContactInfoT = Aws::String>
124 template<
typename DescriptionT = Aws::String>
125 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
126 template<
typename DescriptionT = Aws::String>
137 template<
typename OriginConfigurationT = PackageGroupOriginConfiguration>
138 void SetOriginConfiguration(OriginConfigurationT&& value) { m_originConfigurationHasBeenSet =
true; m_originConfiguration = std::forward<OriginConfigurationT>(value); }
139 template<
typename OriginConfigurationT = PackageGroupOriginConfiguration>
149 template<
typename ParentT = PackageGroupReference>
150 void SetParent(ParentT&& value) { m_parentHasBeenSet =
true; m_parent = std::forward<ParentT>(value); }
151 template<
typename ParentT = PackageGroupReference>
157 bool m_arnHasBeenSet =
false;
160 bool m_patternHasBeenSet =
false;
163 bool m_domainNameHasBeenSet =
false;
166 bool m_domainOwnerHasBeenSet =
false;
169 bool m_createdTimeHasBeenSet =
false;
172 bool m_contactInfoHasBeenSet =
false;
175 bool m_descriptionHasBeenSet =
false;
177 PackageGroupOriginConfiguration m_originConfiguration;
178 bool m_originConfigurationHasBeenSet =
false;
180 PackageGroupReference m_parent;
181 bool m_parentHasBeenSet =
false;
bool CreatedTimeHasBeenSet() const
const Aws::String & GetPattern() const
bool DomainOwnerHasBeenSet() const
void SetContactInfo(ContactInfoT &&value)
PackageGroupDescription & WithParent(ParentT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetDomainName() const
bool DomainNameHasBeenSet() const
const Aws::String & GetArn() const
PackageGroupDescription & WithDomainName(DomainNameT &&value)
void SetDomainName(DomainNameT &&value)
const Aws::String & GetContactInfo() const
void SetArn(ArnT &&value)
bool ContactInfoHasBeenSet() const
void SetDescription(DescriptionT &&value)
PackageGroupDescription & WithDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
void SetParent(ParentT &&value)
const Aws::String & GetDescription() const
AWS_CODEARTIFACT_API PackageGroupDescription(Aws::Utils::Json::JsonView jsonValue)
PackageGroupDescription & WithContactInfo(ContactInfoT &&value)
AWS_CODEARTIFACT_API Aws::Utils::Json::JsonValue Jsonize() const
PackageGroupDescription & WithOriginConfiguration(OriginConfigurationT &&value)
PackageGroupDescription & WithPattern(PatternT &&value)
PackageGroupDescription & WithArn(ArnT &&value)
void SetPattern(PatternT &&value)
const PackageGroupOriginConfiguration & GetOriginConfiguration() const
PackageGroupDescription & WithDomainOwner(DomainOwnerT &&value)
const Aws::String & GetDomainOwner() const
const PackageGroupReference & GetParent() const
bool PatternHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
bool DescriptionHasBeenSet() const
void SetOriginConfiguration(OriginConfigurationT &&value)
bool OriginConfigurationHasBeenSet() const
bool ParentHasBeenSet() const
PackageGroupDescription & WithCreatedTime(CreatedTimeT &&value)
void SetDomainOwner(DomainOwnerT &&value)
AWS_CODEARTIFACT_API PackageGroupDescription()=default
AWS_CODEARTIFACT_API PackageGroupDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue