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