7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/security-ir/SecurityIR_EXPORTS.h>
9#include <aws/security-ir/model/MembershipAccountRelationshipStatus.h>
10#include <aws/security-ir/model/MembershipAccountRelationshipType.h>
42 template <
typename AccountIdT = Aws::String>
44 m_accountIdHasBeenSet =
true;
45 m_accountId = std::forward<AccountIdT>(value);
47 template <
typename AccountIdT = Aws::String>
61 m_relationshipStatusHasBeenSet =
true;
62 m_relationshipStatus = value;
77 m_relationshipTypeHasBeenSet =
true;
78 m_relationshipType = value;
91 bool m_accountIdHasBeenSet =
false;
92 bool m_relationshipStatusHasBeenSet =
false;
93 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