7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
42 template <
typename AsnT = Aws::String>
44 m_asnHasBeenSet =
true;
45 m_asn = std::forward<AsnT>(value);
47 template <
typename AsnT = Aws::String>
49 SetAsn(std::forward<AsnT>(value));
61 template <
typename AsnOrgT = Aws::String>
63 m_asnOrgHasBeenSet =
true;
64 m_asnOrg = std::forward<AsnOrgT>(value);
66 template <
typename AsnOrgT = Aws::String>
80 template <
typename IspT = Aws::String>
82 m_ispHasBeenSet =
true;
83 m_isp = std::forward<IspT>(value);
85 template <
typename IspT = Aws::String>
87 SetIsp(std::forward<IspT>(value));
98 template <
typename OrgT = Aws::String>
100 m_orgHasBeenSet =
true;
101 m_org = std::forward<OrgT>(value);
103 template <
typename OrgT = Aws::String>
105 SetOrg(std::forward<OrgT>(value));
117 bool m_asnHasBeenSet =
false;
118 bool m_asnOrgHasBeenSet =
false;
119 bool m_ispHasBeenSet =
false;
120 bool m_orgHasBeenSet =
false;
AWS_MACIE2_API IpOwner(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
IpOwner & WithAsnOrg(AsnOrgT &&value)
AWS_MACIE2_API IpOwner & operator=(Aws::Utils::Json::JsonView jsonValue)
IpOwner & WithAsn(AsnT &&value)
bool AsnOrgHasBeenSet() const
IpOwner & WithIsp(IspT &&value)
IpOwner & WithOrg(OrgT &&value)
const Aws::String & GetAsn() const
bool IspHasBeenSet() const
void SetOrg(OrgT &&value)
const Aws::String & GetIsp() const
void SetAsn(AsnT &&value)
void SetIsp(IspT &&value)
const Aws::String & GetOrg() const
void SetAsnOrg(AsnOrgT &&value)
AWS_MACIE2_API IpOwner()=default
const Aws::String & GetAsnOrg() const
bool AsnHasBeenSet() const
bool OrgHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue