7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/model/RemoteIpDetails.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/guardduty/model/LoginAttribute.h>
47 template<
typename RemoteIpDetailsT = RemoteIpDetails>
48 void SetRemoteIpDetails(RemoteIpDetailsT&& value) { m_remoteIpDetailsHasBeenSet =
true; m_remoteIpDetails = std::forward<RemoteIpDetailsT>(value); }
49 template<
typename RemoteIpDetailsT = RemoteIpDetails>
59 template<
typename LoginAttributesT = Aws::Vector<LoginAttribute>>
60 void SetLoginAttributes(LoginAttributesT&& value) { m_loginAttributesHasBeenSet =
true; m_loginAttributes = std::forward<LoginAttributesT>(value); }
61 template<
typename LoginAttributesT = Aws::Vector<LoginAttribute>>
63 template<
typename LoginAttributesT = LoginAttribute>
69 bool m_remoteIpDetailsHasBeenSet =
false;
72 bool m_loginAttributesHasBeenSet =
false;
AWS_GUARDDUTY_API RdsLoginAttemptAction(Aws::Utils::Json::JsonView jsonValue)
RdsLoginAttemptAction & WithRemoteIpDetails(RemoteIpDetailsT &&value)
bool RemoteIpDetailsHasBeenSet() const
void SetLoginAttributes(LoginAttributesT &&value)
AWS_GUARDDUTY_API RdsLoginAttemptAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LoginAttributesHasBeenSet() const
void SetRemoteIpDetails(RemoteIpDetailsT &&value)
AWS_GUARDDUTY_API RdsLoginAttemptAction()=default
RdsLoginAttemptAction & WithLoginAttributes(LoginAttributesT &&value)
const Aws::Vector< LoginAttribute > & GetLoginAttributes() const
RdsLoginAttemptAction & AddLoginAttributes(LoginAttributesT &&value)
const RemoteIpDetails & GetRemoteIpDetails() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue