7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
19namespace PartnerCentralAccount {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
53 bool m_nameHasBeenSet =
false;
AWS_PARTNERCENTRALACCOUNT_API Aws::Utils::Json::JsonValue Jsonize() const
AccountSummary & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_PARTNERCENTRALACCOUNT_API AccountSummary()=default
AWS_PARTNERCENTRALACCOUNT_API AccountSummary(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
void SetName(NameT &&value)
AWS_PARTNERCENTRALACCOUNT_API AccountSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue