7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
59 template <
typename ActionsT = Aws::Vector<Aws::String>>
61 m_actionsHasBeenSet =
true;
62 m_actions = std::forward<ActionsT>(value);
64 template <
typename ActionsT = Aws::Vector<Aws::String>>
69 template <
typename ActionsT = Aws::String>
71 m_actionsHasBeenSet =
true;
72 m_actions.emplace_back(std::forward<ActionsT>(value));
86 template <
typename PrincipalT = Aws::String>
88 m_principalHasBeenSet =
true;
89 m_principal = std::forward<PrincipalT>(value);
91 template <
typename PrincipalT = Aws::String>
101 bool m_actionsHasBeenSet =
false;
102 bool m_principalHasBeenSet =
false;
AWS_QUICKSIGHT_API Permission & operator=(Aws::Utils::Json::JsonView jsonValue)
Permission & WithPrincipal(PrincipalT &&value)
AWS_QUICKSIGHT_API Permission()=default
AWS_QUICKSIGHT_API Permission(Aws::Utils::Json::JsonView jsonValue)
void SetActions(ActionsT &&value)
bool PrincipalHasBeenSet() const
Permission & AddActions(ActionsT &&value)
Permission & WithActions(ActionsT &&value)
const Aws::Vector< Aws::String > & GetActions() const
bool ActionsHasBeenSet() const
const Aws::String & GetPrincipal() const
void SetPrincipal(PrincipalT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() 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