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 {
32 AWS_SECURITYAGENT_API
Actor() =
default;
43 template <
typename IdentifierT = Aws::String>
45 m_identifierHasBeenSet =
true;
46 m_identifier = std::forward<IdentifierT>(value);
48 template <
typename IdentifierT = Aws::String>
61 template <
typename UrisT = Aws::Vector<Aws::String>>
63 m_urisHasBeenSet =
true;
64 m_uris = std::forward<UrisT>(value);
66 template <
typename UrisT = Aws::Vector<Aws::String>>
68 SetUris(std::forward<UrisT>(value));
71 template <
typename UrisT = Aws::String>
73 m_urisHasBeenSet =
true;
74 m_uris.emplace_back(std::forward<UrisT>(value));
85 template <
typename AuthenticationT = Authentication>
87 m_authenticationHasBeenSet =
true;
88 m_authentication = std::forward<AuthenticationT>(value);
90 template <
typename AuthenticationT = Authentication>
103 template <
typename DescriptionT = Aws::String>
105 m_descriptionHasBeenSet =
true;
106 m_description = std::forward<DescriptionT>(value);
108 template <
typename DescriptionT = Aws::String>
122 bool m_identifierHasBeenSet =
false;
123 bool m_urisHasBeenSet =
false;
124 bool m_authenticationHasBeenSet =
false;
125 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