7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
19namespace PartnerCentralAccount {
45 template <
typename ProfileIdT = Aws::String>
47 m_profileIdHasBeenSet =
true;
48 m_profileId = std::forward<ProfileIdT>(value);
50 template <
typename ProfileIdT = Aws::String>
64 template <
typename AccountIdT = Aws::String>
66 m_accountIdHasBeenSet =
true;
67 m_accountId = std::forward<AccountIdT>(value);
69 template <
typename AccountIdT = Aws::String>
79 bool m_profileIdHasBeenSet =
false;
80 bool m_accountIdHasBeenSet =
false;
AWS_PARTNERCENTRALACCOUNT_API QualificationsAssociationPartner & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALACCOUNT_API QualificationsAssociationPartner()=default
const Aws::String & GetAccountId() const
AWS_PARTNERCENTRALACCOUNT_API QualificationsAssociationPartner(Aws::Utils::Json::JsonView jsonValue)
bool ProfileIdHasBeenSet() const
void SetAccountId(AccountIdT &&value)
void SetProfileId(ProfileIdT &&value)
QualificationsAssociationPartner & WithAccountId(AccountIdT &&value)
const Aws::String & GetProfileId() const
bool AccountIdHasBeenSet() const
QualificationsAssociationPartner & WithProfileId(ProfileIdT &&value)
AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue