7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/model/RelationshipStatus.h>
49 template<
typename AccountIdT = Aws::String>
50 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
51 template<
typename AccountIdT = Aws::String>
67 bool m_accountIdHasBeenSet =
false;
70 bool m_relationshipStatusHasBeenSet =
false;
bool AccountIdHasBeenSet() const
void SetAccountId(AccountIdT &&value)
AWS_INSPECTOR2_API DelegatedAdmin & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RelationshipStatusHasBeenSet() const
const Aws::String & GetAccountId() const
AWS_INSPECTOR2_API DelegatedAdmin(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API DelegatedAdmin()=default
DelegatedAdmin & WithRelationshipStatus(RelationshipStatus value)
void SetRelationshipStatus(RelationshipStatus value)
RelationshipStatus GetRelationshipStatus() const
DelegatedAdmin & WithAccountId(AccountIdT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue