7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
11#include <aws/partnercentral-account/model/PartnerDomain.h>
12#include <aws/partnercentral-account/model/PartnerProfile.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace PartnerCentralAccount {
38 template <
typename CatalogT = Aws::String>
40 m_catalogHasBeenSet =
true;
41 m_catalog = std::forward<CatalogT>(value);
43 template <
typename CatalogT = Aws::String>
55 template <
typename ArnT = Aws::String>
57 m_arnHasBeenSet =
true;
58 m_arn = std::forward<ArnT>(value);
60 template <
typename ArnT = Aws::String>
62 SetArn(std::forward<ArnT>(value));
72 template <
typename IdT = Aws::String>
74 m_idHasBeenSet =
true;
75 m_id = std::forward<IdT>(value);
77 template <
typename IdT = Aws::String>
79 SetId(std::forward<IdT>(value));
89 template <
typename LegalNameT = Aws::String>
91 m_legalNameHasBeenSet =
true;
92 m_legalName = std::forward<LegalNameT>(value);
94 template <
typename LegalNameT = Aws::String>
106 template <
typename CreatedAtT = Aws::Utils::DateTime>
108 m_createdAtHasBeenSet =
true;
109 m_createdAt = std::forward<CreatedAtT>(value);
111 template <
typename CreatedAtT = Aws::Utils::DateTime>
124 template <
typename ProfileT = PartnerProfile>
126 m_profileHasBeenSet =
true;
127 m_profile = std::forward<ProfileT>(value);
129 template <
typename ProfileT = PartnerProfile>
142 return m_awsTrainingCertificationEmailDomains;
144 template <
typename AwsTrainingCertificationEmailDomainsT = Aws::Vector<PartnerDomain>>
146 m_awsTrainingCertificationEmailDomainsHasBeenSet =
true;
147 m_awsTrainingCertificationEmailDomains = std::forward<AwsTrainingCertificationEmailDomainsT>(value);
149 template <
typename AwsTrainingCertificationEmailDomainsT = Aws::Vector<PartnerDomain>>
154 template <
typename AwsTrainingCertificationEmailDomainsT = PartnerDomain>
156 m_awsTrainingCertificationEmailDomainsHasBeenSet =
true;
157 m_awsTrainingCertificationEmailDomains.emplace_back(std::forward<AwsTrainingCertificationEmailDomainsT>(value));
165 template <
typename RequestIdT = Aws::String>
167 m_requestIdHasBeenSet =
true;
168 m_requestId = std::forward<RequestIdT>(value);
170 template <
typename RequestIdT = Aws::String>
187 PartnerProfile m_profile;
192 bool m_catalogHasBeenSet =
false;
193 bool m_arnHasBeenSet =
false;
194 bool m_idHasBeenSet =
false;
195 bool m_legalNameHasBeenSet =
false;
196 bool m_createdAtHasBeenSet =
false;
197 bool m_profileHasBeenSet =
false;
198 bool m_awsTrainingCertificationEmailDomainsHasBeenSet =
false;
199 bool m_requestIdHasBeenSet =
false;
void SetProfile(ProfileT &&value)
const PartnerProfile & GetProfile() const
void SetAwsTrainingCertificationEmailDomains(AwsTrainingCertificationEmailDomainsT &&value)
GetPartnerResult & WithCreatedAt(CreatedAtT &&value)
GetPartnerResult & WithProfile(ProfileT &&value)
void SetCatalog(CatalogT &&value)
GetPartnerResult & WithLegalName(LegalNameT &&value)
void SetRequestId(RequestIdT &&value)
AWS_PARTNERCENTRALACCOUNT_API GetPartnerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPartnerResult & WithArn(ArnT &&value)
void SetLegalName(LegalNameT &&value)
void SetCreatedAt(CreatedAtT &&value)
GetPartnerResult & WithAwsTrainingCertificationEmailDomains(AwsTrainingCertificationEmailDomainsT &&value)
const Aws::String & GetCatalog() const
const Aws::String & GetId() const
const Aws::String & GetArn() const
const Aws::String & GetLegalName() const
GetPartnerResult & WithId(IdT &&value)
GetPartnerResult & AddAwsTrainingCertificationEmailDomains(AwsTrainingCertificationEmailDomainsT &&value)
AWS_PARTNERCENTRALACCOUNT_API GetPartnerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
AWS_PARTNERCENTRALACCOUNT_API GetPartnerResult()=default
const Aws::Vector< PartnerDomain > & GetAwsTrainingCertificationEmailDomains() const
GetPartnerResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetPartnerResult & WithCatalog(CatalogT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue