7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/model/RelationshipStatus.h>
10#include <aws/core/utils/DateTime.h>
37 AWS_INSPECTOR2_API
Member() =
default;
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>
62 template<
typename DelegatedAdminAccountIdT = Aws::String>
63 void SetDelegatedAdminAccountId(DelegatedAdminAccountIdT&& value) { m_delegatedAdminAccountIdHasBeenSet =
true; m_delegatedAdminAccountId = std::forward<DelegatedAdminAccountIdT>(value); }
64 template<
typename DelegatedAdminAccountIdT = Aws::String>
84 template<
typename UpdatedAtT = Aws::Utils::DateTime>
85 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
86 template<
typename UpdatedAtT = Aws::Utils::DateTime>
92 bool m_accountIdHasBeenSet =
false;
95 bool m_delegatedAdminAccountIdHasBeenSet =
false;
98 bool m_relationshipStatusHasBeenSet =
false;
101 bool m_updatedAtHasBeenSet =
false;
Member & WithAccountId(AccountIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
Member & WithDelegatedAdminAccountId(DelegatedAdminAccountIdT &&value)
RelationshipStatus GetRelationshipStatus() const
Member & WithRelationshipStatus(RelationshipStatus value)
void SetDelegatedAdminAccountId(DelegatedAdminAccountIdT &&value)
void SetRelationshipStatus(RelationshipStatus value)
const Aws::String & GetDelegatedAdminAccountId() const
bool RelationshipStatusHasBeenSet() const
bool AccountIdHasBeenSet() const
AWS_INSPECTOR2_API Member & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API Member(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool DelegatedAdminAccountIdHasBeenSet() const
const Aws::String & GetAccountId() const
void SetAccountId(AccountIdT &&value)
AWS_INSPECTOR2_API Member()=default
Member & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
bool UpdatedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue