7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
12#include <aws/partnercentral-account/model/AllianceLeadContact.h>
13#include <aws/partnercentral-account/model/PartnerDomain.h>
14#include <aws/partnercentral-account/model/PartnerProfile.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace PartnerCentralAccount {
40 template <
typename CatalogT = Aws::String>
42 m_catalogHasBeenSet =
true;
43 m_catalog = std::forward<CatalogT>(value);
45 template <
typename CatalogT = Aws::String>
57 template <
typename ArnT = Aws::String>
59 m_arnHasBeenSet =
true;
60 m_arn = std::forward<ArnT>(value);
62 template <
typename ArnT = Aws::String>
64 SetArn(std::forward<ArnT>(value));
74 template <
typename IdT = Aws::String>
76 m_idHasBeenSet =
true;
77 m_id = std::forward<IdT>(value);
79 template <
typename IdT = Aws::String>
81 SetId(std::forward<IdT>(value));
91 template <
typename LegalNameT = Aws::String>
93 m_legalNameHasBeenSet =
true;
94 m_legalName = std::forward<LegalNameT>(value);
96 template <
typename LegalNameT = Aws::String>
108 template <
typename CreatedAtT = Aws::Utils::DateTime>
110 m_createdAtHasBeenSet =
true;
111 m_createdAt = std::forward<CreatedAtT>(value);
113 template <
typename CreatedAtT = Aws::Utils::DateTime>
126 template <
typename ProfileT = PartnerProfile>
128 m_profileHasBeenSet =
true;
129 m_profile = std::forward<ProfileT>(value);
131 template <
typename ProfileT = PartnerProfile>
144 return m_awsTrainingCertificationEmailDomains;
146 template <
typename AwsTrainingCertificationEmailDomainsT = Aws::Vector<PartnerDomain>>
148 m_awsTrainingCertificationEmailDomainsHasBeenSet =
true;
149 m_awsTrainingCertificationEmailDomains = std::forward<AwsTrainingCertificationEmailDomainsT>(value);
151 template <
typename AwsTrainingCertificationEmailDomainsT = Aws::Vector<PartnerDomain>>
156 template <
typename AwsTrainingCertificationEmailDomainsT = PartnerDomain>
158 m_awsTrainingCertificationEmailDomainsHasBeenSet =
true;
159 m_awsTrainingCertificationEmailDomains.emplace_back(std::forward<AwsTrainingCertificationEmailDomainsT>(value));
169 template <
typename AllianceLeadContactT = AllianceLeadContact>
171 m_allianceLeadContactHasBeenSet =
true;
172 m_allianceLeadContact = std::forward<AllianceLeadContactT>(value);
174 template <
typename AllianceLeadContactT = AllianceLeadContact>
184 template <
typename RequestIdT = Aws::String>
186 m_requestIdHasBeenSet =
true;
187 m_requestId = std::forward<RequestIdT>(value);
189 template <
typename RequestIdT = Aws::String>
208 PartnerProfile m_profile;
212 AllianceLeadContact m_allianceLeadContact;
216 bool m_catalogHasBeenSet =
false;
217 bool m_arnHasBeenSet =
false;
218 bool m_idHasBeenSet =
false;
219 bool m_legalNameHasBeenSet =
false;
220 bool m_createdAtHasBeenSet =
false;
221 bool m_profileHasBeenSet =
false;
222 bool m_awsTrainingCertificationEmailDomainsHasBeenSet =
false;
223 bool m_allianceLeadContactHasBeenSet =
false;
224 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::Http::HttpResponseCode GetHttpResponseCode() const
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