AWS SDK for C++

AWS SDK for C++ Version 1.11.853

Loading...
Searching...
No Matches
QualificationsAssociationPartner.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace PartnerCentralAccount {
20namespace Model {
21
31 public:
32 AWS_PARTNERCENTRALACCOUNT_API QualificationsAssociationPartner() = default;
33 AWS_PARTNERCENTRALACCOUNT_API QualificationsAssociationPartner(Aws::Utils::Json::JsonView jsonValue);
35 AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
43 inline const Aws::String& GetProfileId() const { return m_profileId; }
44 inline bool ProfileIdHasBeenSet() const { return m_profileIdHasBeenSet; }
45 template <typename ProfileIdT = Aws::String>
46 void SetProfileId(ProfileIdT&& value) {
47 m_profileIdHasBeenSet = true;
48 m_profileId = std::forward<ProfileIdT>(value);
49 }
50 template <typename ProfileIdT = Aws::String>
52 SetProfileId(std::forward<ProfileIdT>(value));
53 return *this;
54 }
56
58
62 inline const Aws::String& GetAccountId() const { return m_accountId; }
63 inline bool AccountIdHasBeenSet() const { return m_accountIdHasBeenSet; }
64 template <typename AccountIdT = Aws::String>
65 void SetAccountId(AccountIdT&& value) {
66 m_accountIdHasBeenSet = true;
67 m_accountId = std::forward<AccountIdT>(value);
68 }
69 template <typename AccountIdT = Aws::String>
71 SetAccountId(std::forward<AccountIdT>(value));
72 return *this;
73 }
75 private:
76 Aws::String m_profileId;
77
78 Aws::String m_accountId;
79 bool m_profileIdHasBeenSet = false;
80 bool m_accountIdHasBeenSet = false;
81};
82
83} // namespace Model
84} // namespace PartnerCentralAccount
85} // namespace Aws
AWS_PARTNERCENTRALACCOUNT_API QualificationsAssociationPartner & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALACCOUNT_API QualificationsAssociationPartner()=default
AWS_PARTNERCENTRALACCOUNT_API QualificationsAssociationPartner(Aws::Utils::Json::JsonView jsonValue)
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