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>
50 template <
typename PrincipalT = Aws::String>
52 m_principalHasBeenSet =
true;
53 m_principal = std::forward<PrincipalT>(value);
55 template <
typename PrincipalT = Aws::String>
68 template <
typename ActionsT = Aws::Vector<Aws::String>>
70 m_actionsHasBeenSet =
true;
71 m_actions = std::forward<ActionsT>(value);
73 template <
typename ActionsT = Aws::Vector<Aws::String>>
78 template <
typename ActionsT = Aws::String>
80 m_actionsHasBeenSet =
true;
81 m_actions.emplace_back(std::forward<ActionsT>(value));
89 bool m_principalHasBeenSet =
false;
90 bool m_actionsHasBeenSet =
false;
bool ActionsHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetActions(ActionsT &&value)
ResourcePermission & AddActions(ActionsT &&value)
AWS_QUICKSIGHT_API ResourcePermission & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPrincipal(PrincipalT &&value)
bool PrincipalHasBeenSet() const
const Aws::Vector< Aws::String > & GetActions() const
const Aws::String & GetPrincipal() const
ResourcePermission & WithPrincipal(PrincipalT &&value)
AWS_QUICKSIGHT_API ResourcePermission(Aws::Utils::Json::JsonView jsonValue)
ResourcePermission & WithActions(ActionsT &&value)
AWS_QUICKSIGHT_API ResourcePermission()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue