7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/Authentication.h>
21namespace SecurityAgent {
33 AWS_SECURITYAGENT_API
Actor() =
default;
44 template <
typename IdentifierT = Aws::String>
46 m_identifierHasBeenSet =
true;
47 m_identifier = std::forward<IdentifierT>(value);
49 template <
typename IdentifierT = Aws::String>
62 template <
typename UrisT = Aws::Vector<Aws::String>>
64 m_urisHasBeenSet =
true;
65 m_uris = std::forward<UrisT>(value);
67 template <
typename UrisT = Aws::Vector<Aws::String>>
69 SetUris(std::forward<UrisT>(value));
72 template <
typename UrisT = Aws::String>
74 m_urisHasBeenSet =
true;
75 m_uris.emplace_back(std::forward<UrisT>(value));
86 template <
typename AuthenticationT = Authentication>
88 m_authenticationHasBeenSet =
true;
89 m_authentication = std::forward<AuthenticationT>(value);
91 template <
typename AuthenticationT = Authentication>
104 template <
typename DescriptionT = Aws::String>
106 m_descriptionHasBeenSet =
true;
107 m_description = std::forward<DescriptionT>(value);
109 template <
typename DescriptionT = Aws::String>
123 m_enableEmailMfaHasBeenSet =
true;
124 m_enableEmailMfa = value;
138 template <
typename MfaForwardingAddressT = Aws::String>
140 m_mfaForwardingAddressHasBeenSet =
true;
141 m_mfaForwardingAddress = std::forward<MfaForwardingAddressT>(value);
143 template <
typename MfaForwardingAddressT = Aws::String>
158 bool m_enableEmailMfa{
false};
161 bool m_identifierHasBeenSet =
false;
162 bool m_urisHasBeenSet =
false;
163 bool m_authenticationHasBeenSet =
false;
164 bool m_descriptionHasBeenSet =
false;
165 bool m_enableEmailMfaHasBeenSet =
false;
166 bool m_mfaForwardingAddressHasBeenSet =
false;
bool MfaForwardingAddressHasBeenSet() const
AWS_SECURITYAGENT_API Actor(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDescription() const
bool UrisHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
void SetDescription(DescriptionT &&value)
AWS_SECURITYAGENT_API Actor & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
Actor & WithUris(UrisT &&value)
const Authentication & GetAuthentication() const
void SetUris(UrisT &&value)
const Aws::String & GetMfaForwardingAddress() const
AWS_SECURITYAGENT_API Actor()=default
Actor & AddUris(UrisT &&value)
void SetEnableEmailMfa(bool value)
Actor & WithIdentifier(IdentifierT &&value)
void SetMfaForwardingAddress(MfaForwardingAddressT &&value)
const Aws::String & GetIdentifier() const
void SetAuthentication(AuthenticationT &&value)
Actor & WithEnableEmailMfa(bool value)
Actor & WithMfaForwardingAddress(MfaForwardingAddressT &&value)
const Aws::Vector< Aws::String > & GetUris() const
Actor & WithDescription(DescriptionT &&value)
bool AuthenticationHasBeenSet() const
bool IdentifierHasBeenSet() const
bool EnableEmailMfaHasBeenSet() const
bool GetEnableEmailMfa() const
Actor & WithAuthentication(AuthenticationT &&value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue