7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/security-ir/model/MembershipAccountRelationshipStatus.h>
10#include <aws/security-ir/model/MembershipAccountRelationshipType.h>
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
76 bool m_accountIdHasBeenSet =
false;
79 bool m_relationshipStatusHasBeenSet =
false;
82 bool m_relationshipTypeHasBeenSet =
false;
bool RelationshipTypeHasBeenSet() const
void SetAccountId(AccountIdT &&value)
GetMembershipAccountDetailItem & WithRelationshipStatus(MembershipAccountRelationshipStatus value)
void SetRelationshipStatus(MembershipAccountRelationshipStatus value)
AWS_SECURITYIR_API GetMembershipAccountDetailItem()=default
GetMembershipAccountDetailItem & WithAccountId(AccountIdT &&value)
GetMembershipAccountDetailItem & WithRelationshipType(MembershipAccountRelationshipType value)
bool AccountIdHasBeenSet() const
bool RelationshipStatusHasBeenSet() const
AWS_SECURITYIR_API GetMembershipAccountDetailItem & operator=(Aws::Utils::Json::JsonView jsonValue)
MembershipAccountRelationshipType GetRelationshipType() const
const Aws::String & GetAccountId() const
void SetRelationshipType(MembershipAccountRelationshipType value)
AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const
MembershipAccountRelationshipStatus GetRelationshipStatus() const
AWS_SECURITYIR_API GetMembershipAccountDetailItem(Aws::Utils::Json::JsonView jsonValue)
MembershipAccountRelationshipStatus
MembershipAccountRelationshipType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue