7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/security-ir/SecurityIR_EXPORTS.h>
9#include <aws/security-ir/model/AwsRegion.h>
10#include <aws/security-ir/model/MembershipStatus.h>
42 template <
typename MembershipIdT = Aws::String>
44 m_membershipIdHasBeenSet =
true;
45 m_membershipId = std::forward<MembershipIdT>(value);
47 template <
typename MembershipIdT = Aws::String>
60 template <
typename AccountIdT = Aws::String>
62 m_accountIdHasBeenSet =
true;
63 m_accountId = std::forward<AccountIdT>(value);
65 template <
typename AccountIdT = Aws::String>
79 m_regionHasBeenSet =
true;
94 template <
typename MembershipArnT = Aws::String>
96 m_membershipArnHasBeenSet =
true;
97 m_membershipArn = std::forward<MembershipArnT>(value);
99 template <
typename MembershipArnT = Aws::String>
113 m_membershipStatusHasBeenSet =
true;
114 m_membershipStatus = value;
131 bool m_membershipIdHasBeenSet =
false;
132 bool m_accountIdHasBeenSet =
false;
133 bool m_regionHasBeenSet =
false;
134 bool m_membershipArnHasBeenSet =
false;
135 bool m_membershipStatusHasBeenSet =
false;
ListMembershipItem & WithRegion(AwsRegion value)
AWS_SECURITYIR_API ListMembershipItem(Aws::Utils::Json::JsonView jsonValue)
void SetMembershipArn(MembershipArnT &&value)
void SetRegion(AwsRegion value)
const Aws::String & GetMembershipId() const
const Aws::String & GetMembershipArn() const
AwsRegion GetRegion() const
const Aws::String & GetAccountId() const
bool MembershipIdHasBeenSet() const
bool AccountIdHasBeenSet() const
AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYIR_API ListMembershipItem()=default
bool MembershipStatusHasBeenSet() const
ListMembershipItem & WithMembershipStatus(MembershipStatus value)
void SetAccountId(AccountIdT &&value)
ListMembershipItem & WithMembershipArn(MembershipArnT &&value)
void SetMembershipId(MembershipIdT &&value)
bool MembershipArnHasBeenSet() const
AWS_SECURITYIR_API ListMembershipItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMembershipStatus(MembershipStatus value)
MembershipStatus GetMembershipStatus() const
ListMembershipItem & WithMembershipId(MembershipIdT &&value)
ListMembershipItem & WithAccountId(AccountIdT &&value)
bool RegionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue