7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/Inspector2_EXPORTS.h>
10#include <aws/inspector2/model/RelationshipStatus.h>
32 AWS_INSPECTOR2_API
Member() =
default;
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;
78 template <
typename DelegatedAdminAccountIdT = Aws::String>
80 m_delegatedAdminAccountIdHasBeenSet =
true;
81 m_delegatedAdminAccountId = std::forward<DelegatedAdminAccountIdT>(value);
83 template <
typename DelegatedAdminAccountIdT = Aws::String>
96 template <
typename UpdatedAtT = Aws::Utils::DateTime>
98 m_updatedAtHasBeenSet =
true;
99 m_updatedAt = std::forward<UpdatedAtT>(value);
101 template <
typename UpdatedAtT = Aws::Utils::DateTime>
115 bool m_accountIdHasBeenSet =
false;
116 bool m_relationshipStatusHasBeenSet =
false;
117 bool m_delegatedAdminAccountIdHasBeenSet =
false;
118 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