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>
42 template <
typename PrincipalsT = Aws::Vector<Aws::String>>
44 m_principalsHasBeenSet =
true;
45 m_principals = std::forward<PrincipalsT>(value);
47 template <
typename PrincipalsT = Aws::Vector<Aws::String>>
52 template <
typename PrincipalsT = Aws::String>
54 m_principalsHasBeenSet =
true;
55 m_principals.emplace_back(std::forward<PrincipalsT>(value));
66 template <
typename ActionsT = Aws::Vector<Aws::String>>
68 m_actionsHasBeenSet =
true;
69 m_actions = std::forward<ActionsT>(value);
71 template <
typename ActionsT = Aws::Vector<Aws::String>>
76 template <
typename ActionsT = Aws::String>
78 m_actionsHasBeenSet =
true;
79 m_actions.emplace_back(std::forward<ActionsT>(value));
87 bool m_principalsHasBeenSet =
false;
88 bool m_actionsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetPrincipals() const
void SetPrincipals(PrincipalsT &&value)
bool PrincipalsHasBeenSet() const
AssetBundleResourcePermissions & AddPrincipals(PrincipalsT &&value)
AWS_QUICKSIGHT_API AssetBundleResourcePermissions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AssetBundleResourcePermissions()=default
void SetActions(ActionsT &&value)
const Aws::Vector< Aws::String > & GetActions() const
AssetBundleResourcePermissions & AddActions(ActionsT &&value)
AssetBundleResourcePermissions & WithActions(ActionsT &&value)
AssetBundleResourcePermissions & WithPrincipals(PrincipalsT &&value)
bool ActionsHasBeenSet() const
AWS_QUICKSIGHT_API AssetBundleResourcePermissions(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue