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/QualificationsAssociationPartner.h>
13#include <aws/partnercentral-account/model/QualificationsAssociationStatus.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace PartnerCentralAccount {
41 template <
typename CatalogT = Aws::String>
43 m_catalogHasBeenSet =
true;
44 m_catalog = std::forward<CatalogT>(value);
46 template <
typename CatalogT = Aws::String>
59 template <
typename ArnT = Aws::String>
61 m_arnHasBeenSet =
true;
62 m_arn = std::forward<ArnT>(value);
64 template <
typename ArnT = Aws::String>
66 SetArn(std::forward<ArnT>(value));
76 template <
typename IdT = Aws::String>
78 m_idHasBeenSet =
true;
79 m_id = std::forward<IdT>(value);
81 template <
typename IdT = Aws::String>
83 SetId(std::forward<IdT>(value));
96 m_statusHasBeenSet =
true;
111 template <
typename PrimaryPartnerT = QualificationsAssociationPartner>
113 m_primaryPartnerHasBeenSet =
true;
114 m_primaryPartner = std::forward<PrimaryPartnerT>(value);
116 template <
typename PrimaryPartnerT = QualificationsAssociationPartner>
130 template <
typename AssociatedPartnersT = Aws::Vector<QualificationsAssociationPartner>>
132 m_associatedPartnersHasBeenSet =
true;
133 m_associatedPartners = std::forward<AssociatedPartnersT>(value);
135 template <
typename AssociatedPartnersT = Aws::Vector<QualificationsAssociationPartner>>
140 template <
typename AssociatedPartnersT = QualificationsAssociationPartner>
142 m_associatedPartnersHasBeenSet =
true;
143 m_associatedPartners.emplace_back(std::forward<AssociatedPartnersT>(value));
155 template <
typename UpdatedAtT = Aws::Utils::DateTime>
157 m_updatedAtHasBeenSet =
true;
158 m_updatedAt = std::forward<UpdatedAtT>(value);
160 template <
typename UpdatedAtT = Aws::Utils::DateTime>
170 template <
typename RequestIdT = Aws::String>
172 m_requestIdHasBeenSet =
true;
173 m_requestId = std::forward<RequestIdT>(value);
175 template <
typename RequestIdT = Aws::String>
192 QualificationsAssociationPartner m_primaryPartner;
200 bool m_catalogHasBeenSet =
false;
201 bool m_arnHasBeenSet =
false;
202 bool m_idHasBeenSet =
false;
203 bool m_statusHasBeenSet =
false;
204 bool m_primaryPartnerHasBeenSet =
false;
205 bool m_associatedPartnersHasBeenSet =
false;
206 bool m_updatedAtHasBeenSet =
false;
207 bool m_requestIdHasBeenSet =
false;
GetQualificationsAssociationDetailsResult & WithRequestId(RequestIdT &&value)
AWS_PARTNERCENTRALACCOUNT_API GetQualificationsAssociationDetailsResult()=default
const Aws::String & GetId() const
GetQualificationsAssociationDetailsResult & WithUpdatedAt(UpdatedAtT &&value)
QualificationsAssociationStatus GetStatus() const
const Aws::String & GetArn() const
const Aws::String & GetCatalog() const
GetQualificationsAssociationDetailsResult & WithAssociatedPartners(AssociatedPartnersT &&value)
void SetRequestId(RequestIdT &&value)
void SetAssociatedPartners(AssociatedPartnersT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Utils::DateTime & GetUpdatedAt() const
GetQualificationsAssociationDetailsResult & WithArn(ArnT &&value)
const QualificationsAssociationPartner & GetPrimaryPartner() const
GetQualificationsAssociationDetailsResult & WithPrimaryPartner(PrimaryPartnerT &&value)
void SetArn(ArnT &&value)
GetQualificationsAssociationDetailsResult & WithCatalog(CatalogT &&value)
void SetStatus(QualificationsAssociationStatus value)
AWS_PARTNERCENTRALACCOUNT_API GetQualificationsAssociationDetailsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPrimaryPartner(PrimaryPartnerT &&value)
const Aws::String & GetRequestId() const
AWS_PARTNERCENTRALACCOUNT_API GetQualificationsAssociationDetailsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetQualificationsAssociationDetailsResult & AddAssociatedPartners(AssociatedPartnersT &&value)
GetQualificationsAssociationDetailsResult & WithStatus(QualificationsAssociationStatus value)
const Aws::Vector< QualificationsAssociationPartner > & GetAssociatedPartners() const
void SetCatalog(CatalogT &&value)
GetQualificationsAssociationDetailsResult & WithId(IdT &&value)
QualificationsAssociationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue