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/AllianceLeadContact.h>
12#include <aws/partnercentral-account/model/PartnerDomain.h>
13#include <aws/partnercentral-account/model/PartnerProfile.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace PartnerCentralAccount {
39 template <
typename CatalogT = Aws::String>
41 m_catalogHasBeenSet =
true;
42 m_catalog = std::forward<CatalogT>(value);
44 template <
typename CatalogT = Aws::String>
56 template <
typename ArnT = Aws::String>
58 m_arnHasBeenSet =
true;
59 m_arn = std::forward<ArnT>(value);
61 template <
typename ArnT = Aws::String>
63 SetArn(std::forward<ArnT>(value));
73 template <
typename IdT = Aws::String>
75 m_idHasBeenSet =
true;
76 m_id = std::forward<IdT>(value);
78 template <
typename IdT = Aws::String>
80 SetId(std::forward<IdT>(value));
90 template <
typename LegalNameT = Aws::String>
92 m_legalNameHasBeenSet =
true;
93 m_legalName = std::forward<LegalNameT>(value);
95 template <
typename LegalNameT = Aws::String>
107 template <
typename CreatedAtT = Aws::Utils::DateTime>
109 m_createdAtHasBeenSet =
true;
110 m_createdAt = std::forward<CreatedAtT>(value);
112 template <
typename CreatedAtT = Aws::Utils::DateTime>
125 template <
typename ProfileT = PartnerProfile>
127 m_profileHasBeenSet =
true;
128 m_profile = std::forward<ProfileT>(value);
130 template <
typename ProfileT = PartnerProfile>
143 return m_awsTrainingCertificationEmailDomains;
145 template <
typename AwsTrainingCertificationEmailDomainsT = Aws::Vector<PartnerDomain>>
147 m_awsTrainingCertificationEmailDomainsHasBeenSet =
true;
148 m_awsTrainingCertificationEmailDomains = std::forward<AwsTrainingCertificationEmailDomainsT>(value);
150 template <
typename AwsTrainingCertificationEmailDomainsT = Aws::Vector<PartnerDomain>>
155 template <
typename AwsTrainingCertificationEmailDomainsT = PartnerDomain>
157 m_awsTrainingCertificationEmailDomainsHasBeenSet =
true;
158 m_awsTrainingCertificationEmailDomains.emplace_back(std::forward<AwsTrainingCertificationEmailDomainsT>(value));
168 template <
typename AllianceLeadContactT = AllianceLeadContact>
170 m_allianceLeadContactHasBeenSet =
true;
171 m_allianceLeadContact = std::forward<AllianceLeadContactT>(value);
173 template <
typename AllianceLeadContactT = AllianceLeadContact>
183 template <
typename RequestIdT = Aws::String>
185 m_requestIdHasBeenSet =
true;
186 m_requestId = std::forward<RequestIdT>(value);
188 template <
typename RequestIdT = Aws::String>
205 PartnerProfile m_profile;
209 AllianceLeadContact m_allianceLeadContact;
212 bool m_catalogHasBeenSet =
false;
213 bool m_arnHasBeenSet =
false;
214 bool m_idHasBeenSet =
false;
215 bool m_legalNameHasBeenSet =
false;
216 bool m_createdAtHasBeenSet =
false;
217 bool m_profileHasBeenSet =
false;
218 bool m_awsTrainingCertificationEmailDomainsHasBeenSet =
false;
219 bool m_allianceLeadContactHasBeenSet =
false;
220 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
CreatePartnerResult & AddAwsTrainingCertificationEmailDomains(AwsTrainingCertificationEmailDomainsT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetAwsTrainingCertificationEmailDomains(AwsTrainingCertificationEmailDomainsT &&value)
const Aws::String & GetCatalog() const
const Aws::Vector< PartnerDomain > & GetAwsTrainingCertificationEmailDomains() const
void SetLegalName(LegalNameT &&value)
CreatePartnerResult & WithAwsTrainingCertificationEmailDomains(AwsTrainingCertificationEmailDomainsT &&value)
const Aws::String & GetRequestId() const
AWS_PARTNERCENTRALACCOUNT_API CreatePartnerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetLegalName() const
CreatePartnerResult & WithProfile(ProfileT &&value)
CreatePartnerResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetArn() const
CreatePartnerResult & WithCatalog(CatalogT &&value)
void SetProfile(ProfileT &&value)
AWS_PARTNERCENTRALACCOUNT_API CreatePartnerResult()=default
const Aws::String & GetId() const
void SetCatalog(CatalogT &&value)
void SetAllianceLeadContact(AllianceLeadContactT &&value)
CreatePartnerResult & WithId(IdT &&value)
CreatePartnerResult & WithRequestId(RequestIdT &&value)
CreatePartnerResult & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
const PartnerProfile & GetProfile() const
const AllianceLeadContact & GetAllianceLeadContact() const
CreatePartnerResult & WithLegalName(LegalNameT &&value)
AWS_PARTNERCENTRALACCOUNT_API CreatePartnerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreatedAt() const
CreatePartnerResult & WithAllianceLeadContact(AllianceLeadContactT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue