7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/guardduty/GuardDuty_EXPORTS.h>
9#include <aws/guardduty/model/LoginAttribute.h>
10#include <aws/guardduty/model/RemoteIpDetails.h>
41 template <
typename RemoteIpDetailsT = RemoteIpDetails>
43 m_remoteIpDetailsHasBeenSet =
true;
44 m_remoteIpDetails = std::forward<RemoteIpDetailsT>(value);
46 template <
typename RemoteIpDetailsT = RemoteIpDetails>
59 template <
typename LoginAttributesT = Aws::Vector<LoginAttribute>>
61 m_loginAttributesHasBeenSet =
true;
62 m_loginAttributes = std::forward<LoginAttributesT>(value);
64 template <
typename LoginAttributesT = Aws::Vector<LoginAttribute>>
69 template <
typename LoginAttributesT = LoginAttribute>
71 m_loginAttributesHasBeenSet =
true;
72 m_loginAttributes.emplace_back(std::forward<LoginAttributesT>(value));
80 bool m_remoteIpDetailsHasBeenSet =
false;
81 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