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