AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
FindingActor.h
1
6#pragma once
7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/macie2/model/DomainDetails.h>
9#include <aws/macie2/model/IpAddressDetails.h>
10#include <aws/macie2/model/UserIdentity.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace Macie2
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_MACIE2_API FindingActor();
38 AWS_MACIE2_API FindingActor(Aws::Utils::Json::JsonView jsonValue);
40 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline const DomainDetails& GetDomainDetails() const{ return m_domainDetails; }
49 inline bool DomainDetailsHasBeenSet() const { return m_domainDetailsHasBeenSet; }
50 inline void SetDomainDetails(const DomainDetails& value) { m_domainDetailsHasBeenSet = true; m_domainDetails = value; }
51 inline void SetDomainDetails(DomainDetails&& value) { m_domainDetailsHasBeenSet = true; m_domainDetails = std::move(value); }
52 inline FindingActor& WithDomainDetails(const DomainDetails& value) { SetDomainDetails(value); return *this;}
53 inline FindingActor& WithDomainDetails(DomainDetails&& value) { SetDomainDetails(std::move(value)); return *this;}
55
57
62 inline const IpAddressDetails& GetIpAddressDetails() const{ return m_ipAddressDetails; }
63 inline bool IpAddressDetailsHasBeenSet() const { return m_ipAddressDetailsHasBeenSet; }
64 inline void SetIpAddressDetails(const IpAddressDetails& value) { m_ipAddressDetailsHasBeenSet = true; m_ipAddressDetails = value; }
65 inline void SetIpAddressDetails(IpAddressDetails&& value) { m_ipAddressDetailsHasBeenSet = true; m_ipAddressDetails = std::move(value); }
66 inline FindingActor& WithIpAddressDetails(const IpAddressDetails& value) { SetIpAddressDetails(value); return *this;}
67 inline FindingActor& WithIpAddressDetails(IpAddressDetails&& value) { SetIpAddressDetails(std::move(value)); return *this;}
69
71
76 inline const UserIdentity& GetUserIdentity() const{ return m_userIdentity; }
77 inline bool UserIdentityHasBeenSet() const { return m_userIdentityHasBeenSet; }
78 inline void SetUserIdentity(const UserIdentity& value) { m_userIdentityHasBeenSet = true; m_userIdentity = value; }
79 inline void SetUserIdentity(UserIdentity&& value) { m_userIdentityHasBeenSet = true; m_userIdentity = std::move(value); }
80 inline FindingActor& WithUserIdentity(const UserIdentity& value) { SetUserIdentity(value); return *this;}
81 inline FindingActor& WithUserIdentity(UserIdentity&& value) { SetUserIdentity(std::move(value)); return *this;}
83 private:
84
85 DomainDetails m_domainDetails;
86 bool m_domainDetailsHasBeenSet = false;
87
88 IpAddressDetails m_ipAddressDetails;
89 bool m_ipAddressDetailsHasBeenSet = false;
90
91 UserIdentity m_userIdentity;
92 bool m_userIdentityHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace Macie2
97} // namespace Aws
FindingActor & WithUserIdentity(UserIdentity &&value)
FindingActor & WithDomainDetails(DomainDetails &&value)
FindingActor & WithDomainDetails(const DomainDetails &value)
const UserIdentity & GetUserIdentity() const
FindingActor & WithIpAddressDetails(const IpAddressDetails &value)
void SetDomainDetails(const DomainDetails &value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUserIdentity(const UserIdentity &value)
void SetUserIdentity(UserIdentity &&value)
const IpAddressDetails & GetIpAddressDetails() const
FindingActor & WithUserIdentity(const UserIdentity &value)
AWS_MACIE2_API FindingActor & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddressDetails(const IpAddressDetails &value)
const DomainDetails & GetDomainDetails() const
FindingActor & WithIpAddressDetails(IpAddressDetails &&value)
void SetDomainDetails(DomainDetails &&value)
AWS_MACIE2_API FindingActor(Aws::Utils::Json::JsonView jsonValue)
void SetIpAddressDetails(IpAddressDetails &&value)
Aws::Utils::Json::JsonValue JsonValue