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>
118 template <
typename CreatedTimeT = Aws::Utils::DateTime>
120 m_createdTimeHasBeenSet =
true;
121 m_createdTime = std::forward<CreatedTimeT>(value);
123 template <
typename CreatedTimeT = Aws::Utils::DateTime>
136 template <
typename ContactInfoT = Aws::String>
138 m_contactInfoHasBeenSet =
true;
139 m_contactInfo = std::forward<ContactInfoT>(value);
141 template <
typename ContactInfoT = Aws::String>
154 template <
typename DescriptionT = Aws::String>
156 m_descriptionHasBeenSet =
true;
157 m_description = std::forward<DescriptionT>(value);
159 template <
typename DescriptionT = Aws::String>
173 template <
typename OriginConfigurationT = PackageGroupOriginConfiguration>
175 m_originConfigurationHasBeenSet =
true;
176 m_originConfiguration = std::forward<OriginConfigurationT>(value);
178 template <
typename OriginConfigurationT = PackageGroupOriginConfiguration>
191 template <
typename ParentT = PackageGroupReference>
193 m_parentHasBeenSet =
true;
194 m_parent = std::forward<ParentT>(value);
196 template <
typename ParentT = PackageGroupReference>
217 PackageGroupOriginConfiguration m_originConfiguration;
219 PackageGroupReference m_parent;
220 bool m_arnHasBeenSet =
false;
221 bool m_patternHasBeenSet =
false;
222 bool m_domainNameHasBeenSet =
false;
223 bool m_domainOwnerHasBeenSet =
false;
224 bool m_createdTimeHasBeenSet =
false;
225 bool m_contactInfoHasBeenSet =
false;
226 bool m_descriptionHasBeenSet =
false;
227 bool m_originConfigurationHasBeenSet =
false;
228 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