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 bool m_identifierHasBeenSet =
false;
124 bool m_urisHasBeenSet =
false;
125 bool m_authenticationHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
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)
AWS_SECURITYAGENT_API Actor()=default
Actor & AddUris(UrisT &&value)
Actor & WithIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
void SetAuthentication(AuthenticationT &&value)
const Aws::Vector< Aws::String > & GetUris() const
Actor & WithDescription(DescriptionT &&value)
bool AuthenticationHasBeenSet() const
bool IdentifierHasBeenSet() 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