7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
19namespace PartnerCentralAccount {
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
74 bool m_idHasBeenSet =
false;
75 bool m_nameHasBeenSet =
false;
bool IdHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API SellerProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API SellerProfileSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_PARTNERCENTRALACCOUNT_API SellerProfileSummary()=default
void SetName(NameT &&value)
SellerProfileSummary & WithId(IdT &&value)
const Aws::String & GetId() const
SellerProfileSummary & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue