7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ServiceType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
60 template<
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
61 void SetAuthorizedTargets(AuthorizedTargetsT&& value) { m_authorizedTargetsHasBeenSet =
true; m_authorizedTargets = std::forward<AuthorizedTargetsT>(value); }
62 template<
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
64 template<
typename AuthorizedTargetsT = Aws::String>
70 bool m_serviceHasBeenSet =
false;
73 bool m_authorizedTargetsHasBeenSet =
false;
bool AuthorizedTargetsHasBeenSet() const
AWS_QUICKSIGHT_API AuthorizedTargetsByService(Aws::Utils::Json::JsonView jsonValue)
void SetAuthorizedTargets(AuthorizedTargetsT &&value)
ServiceType GetService() const
bool ServiceHasBeenSet() const
const Aws::Vector< Aws::String > & GetAuthorizedTargets() const
void SetService(ServiceType value)
AuthorizedTargetsByService & AddAuthorizedTargets(AuthorizedTargetsT &&value)
AuthorizedTargetsByService & WithAuthorizedTargets(AuthorizedTargetsT &&value)
AuthorizedTargetsByService & WithService(ServiceType value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AuthorizedTargetsByService & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API AuthorizedTargetsByService()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue