7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccountRequest.h>
9#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
10#include <aws/partnercentral-account/model/AllianceLeadContact.h>
15namespace PartnerCentralAccount {
40 template <
typename CatalogT = Aws::String>
42 m_catalogHasBeenSet =
true;
43 m_catalog = std::forward<CatalogT>(value);
45 template <
typename CatalogT = Aws::String>
58 template <
typename IdentifierT = Aws::String>
60 m_identifierHasBeenSet =
true;
61 m_identifier = std::forward<IdentifierT>(value);
63 template <
typename IdentifierT = Aws::String>
76 template <
typename AllianceLeadContactT = AllianceLeadContact>
78 m_allianceLeadContactHasBeenSet =
true;
79 m_allianceLeadContact = std::forward<AllianceLeadContactT>(value);
81 template <
typename AllianceLeadContactT = AllianceLeadContact>
95 template <
typename EmailVerificationCodeT = Aws::String>
97 m_emailVerificationCodeHasBeenSet =
true;
98 m_emailVerificationCode = std::forward<EmailVerificationCodeT>(value);
100 template <
typename EmailVerificationCodeT = Aws::String>
114 bool m_catalogHasBeenSet =
false;
115 bool m_identifierHasBeenSet =
false;
116 bool m_allianceLeadContactHasBeenSet =
false;
117 bool m_emailVerificationCodeHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String