7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
41 template <
typename AccountIdT = Aws::String>
43 m_accountIdHasBeenSet =
true;
44 m_accountId = std::forward<AccountIdT>(value);
46 template <
typename AccountIdT = Aws::String>
63 m_affiliatedHasBeenSet =
true;
74 bool m_affiliated{
false};
75 bool m_accountIdHasBeenSet =
false;
76 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