7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
19namespace PartnerCentralSelling {
44 template <
typename AliasT = Aws::String>
46 m_aliasHasBeenSet =
true;
47 m_alias = std::forward<AliasT>(value);
49 template <
typename AliasT = Aws::String>
51 SetAlias(std::forward<AliasT>(value));
64 template <
typename AwsAccountIdT = Aws::String>
66 m_awsAccountIdHasBeenSet =
true;
67 m_awsAccountId = std::forward<AwsAccountIdT>(value);
69 template <
typename AwsAccountIdT = Aws::String>
79 bool m_aliasHasBeenSet =
false;
80 bool m_awsAccountIdHasBeenSet =
false;
AccountReceiver & WithAwsAccountId(AwsAccountIdT &&value)
AWS_PARTNERCENTRALSELLING_API AccountReceiver & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PARTNERCENTRALSELLING_API AccountReceiver()=default
const Aws::String & GetAwsAccountId() const
AWS_PARTNERCENTRALSELLING_API AccountReceiver(Aws::Utils::Json::JsonView jsonValue)
bool AliasHasBeenSet() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAlias(AliasT &&value)
const Aws::String & GetAlias() const
bool AwsAccountIdHasBeenSet() const
void SetAwsAccountId(AwsAccountIdT &&value)
AccountReceiver & WithAlias(AliasT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue