7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AccountIdT = Aws::String>
48 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
49 template<
typename AccountIdT = Aws::String>
62 inline void SetAffiliated(
bool value) { m_affiliatedHasBeenSet =
true; m_affiliated = value; }
68 bool m_accountIdHasBeenSet =
false;
70 bool m_affiliated{
false};
71 bool m_affiliatedHasBeenSet =
false;
RemoteAccountDetails & WithAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
void SetAffiliated(bool value)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API RemoteAccountDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAccountId() const
bool GetAffiliated() const
AWS_GUARDDUTY_API RemoteAccountDetails()=default
RemoteAccountDetails & WithAffiliated(bool value)
AWS_GUARDDUTY_API RemoteAccountDetails(Aws::Utils::Json::JsonView jsonValue)
bool AffiliatedHasBeenSet() const
void SetAccountId(AccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue