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>
10#include <aws/quicksight/model/ServiceType.h>
44 m_serviceHasBeenSet =
true;
60 template <
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
62 m_authorizedTargetsHasBeenSet =
true;
63 m_authorizedTargets = std::forward<AuthorizedTargetsT>(value);
65 template <
typename AuthorizedTargetsT = Aws::Vector<Aws::String>>
70 template <
typename AuthorizedTargetsT = Aws::String>
72 m_authorizedTargetsHasBeenSet =
true;
73 m_authorizedTargets.emplace_back(std::forward<AuthorizedTargetsT>(value));
81 bool m_serviceHasBeenSet =
false;
82 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