7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename PrincipalsT = Aws::Vector<Aws::String>>
49 void SetPrincipals(PrincipalsT&& value) { m_principalsHasBeenSet =
true; m_principals = std::forward<PrincipalsT>(value); }
50 template<
typename PrincipalsT = Aws::Vector<Aws::String>>
52 template<
typename PrincipalsT = Aws::String>
62 template<
typename ActionsT = Aws::Vector<Aws::String>>
63 void SetActions(ActionsT&& value) { m_actionsHasBeenSet =
true; m_actions = std::forward<ActionsT>(value); }
64 template<
typename ActionsT = Aws::Vector<Aws::String>>
66 template<
typename ActionsT = Aws::String>
72 bool m_principalsHasBeenSet =
false;
75 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