7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
9#include <aws/inspector2/model/RelationshipStatus.h>
43 template <
typename AccountIdT = Aws::String>
45 m_accountIdHasBeenSet =
true;
46 m_accountId = std::forward<AccountIdT>(value);
48 template <
typename AccountIdT = Aws::String>
62 m_relationshipStatusHasBeenSet =
true;
63 m_relationshipStatus = value;
74 bool m_accountIdHasBeenSet =
false;
75 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