7#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PartnerCentralSelling
50 template<
typename AliasT = Aws::String>
51 void SetAlias(AliasT&& value) { m_aliasHasBeenSet =
true; m_alias = std::forward<AliasT>(value); }
52 template<
typename AliasT = Aws::String>
64 template<
typename AwsAccountIdT = Aws::String>
65 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
66 template<
typename AwsAccountIdT = Aws::String>
72 bool m_aliasHasBeenSet =
false;
75 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