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>
73 bool m_serviceHasBeenSet =
false;
76 bool m_authorizedTargetsHasBeenSet =
false;
void SetAuthorizedTargets(Aws::Vector< Aws::String > &&value)
AuthorizedTargetsByService & AddAuthorizedTargets(Aws::String &&value)
AuthorizedTargetsByService & AddAuthorizedTargets(const Aws::String &value)
bool AuthorizedTargetsHasBeenSet() const
AWS_QUICKSIGHT_API AuthorizedTargetsByService()
void SetAuthorizedTargets(const Aws::Vector< Aws::String > &value)
AWS_QUICKSIGHT_API AuthorizedTargetsByService(Aws::Utils::Json::JsonView jsonValue)
bool ServiceHasBeenSet() const
const Aws::Vector< Aws::String > & GetAuthorizedTargets() const
const ServiceType & GetService() const
AuthorizedTargetsByService & WithService(ServiceType &&value)
AuthorizedTargetsByService & AddAuthorizedTargets(const char *value)
AuthorizedTargetsByService & WithService(const ServiceType &value)
AuthorizedTargetsByService & WithAuthorizedTargets(Aws::Vector< Aws::String > &&value)
void SetService(ServiceType &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetService(const ServiceType &value)
AuthorizedTargetsByService & WithAuthorizedTargets(const Aws::Vector< Aws::String > &value)
AWS_QUICKSIGHT_API AuthorizedTargetsByService & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue