7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/model/LocalPortDetails.h>
9#include <aws/guardduty/model/LocalIpDetails.h>
10#include <aws/guardduty/model/RemoteIpDetails.h>
49 template<
typename LocalPortDetailsT = LocalPortDetails>
50 void SetLocalPortDetails(LocalPortDetailsT&& value) { m_localPortDetailsHasBeenSet =
true; m_localPortDetails = std::forward<LocalPortDetailsT>(value); }
51 template<
typename LocalPortDetailsT = LocalPortDetails>
61 template<
typename LocalIpDetailsT = LocalIpDetails>
62 void SetLocalIpDetails(LocalIpDetailsT&& value) { m_localIpDetailsHasBeenSet =
true; m_localIpDetails = std::forward<LocalIpDetailsT>(value); }
63 template<
typename LocalIpDetailsT = LocalIpDetails>
73 template<
typename RemoteIpDetailsT = RemoteIpDetails>
74 void SetRemoteIpDetails(RemoteIpDetailsT&& value) { m_remoteIpDetailsHasBeenSet =
true; m_remoteIpDetails = std::forward<RemoteIpDetailsT>(value); }
75 template<
typename RemoteIpDetailsT = RemoteIpDetails>
81 bool m_localPortDetailsHasBeenSet =
false;
84 bool m_localIpDetailsHasBeenSet =
false;
87 bool m_remoteIpDetailsHasBeenSet =
false;
void SetRemoteIpDetails(RemoteIpDetailsT &&value)
const LocalIpDetails & GetLocalIpDetails() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLocalPortDetails(LocalPortDetailsT &&value)
bool LocalPortDetailsHasBeenSet() const
void SetLocalIpDetails(LocalIpDetailsT &&value)
PortProbeDetail & WithRemoteIpDetails(RemoteIpDetailsT &&value)
bool LocalIpDetailsHasBeenSet() const
AWS_GUARDDUTY_API PortProbeDetail(Aws::Utils::Json::JsonView jsonValue)
const LocalPortDetails & GetLocalPortDetails() const
AWS_GUARDDUTY_API PortProbeDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
PortProbeDetail & WithLocalIpDetails(LocalIpDetailsT &&value)
const RemoteIpDetails & GetRemoteIpDetails() const
bool RemoteIpDetailsHasBeenSet() const
PortProbeDetail & WithLocalPortDetails(LocalPortDetailsT &&value)
AWS_GUARDDUTY_API PortProbeDetail()=default
Aws::Utils::Json::JsonValue JsonValue