7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/IdentityCenterConfiguration.h>
47 template<
typename WorkGroupT = Aws::String>
48 void SetWorkGroup(WorkGroupT&& value) { m_workGroupHasBeenSet =
true; m_workGroup = std::forward<WorkGroupT>(value); }
49 template<
typename WorkGroupT = Aws::String>
64 template<
typename RoleArnT = Aws::String>
65 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
66 template<
typename RoleArnT = Aws::String>
79 template<
typename IdentityCenterConfigurationT = IdentityCenterConfiguration>
80 void SetIdentityCenterConfiguration(IdentityCenterConfigurationT&& value) { m_identityCenterConfigurationHasBeenSet =
true; m_identityCenterConfiguration = std::forward<IdentityCenterConfigurationT>(value); }
81 template<
typename IdentityCenterConfigurationT = IdentityCenterConfiguration>
87 bool m_workGroupHasBeenSet =
false;
90 bool m_roleArnHasBeenSet =
false;
93 bool m_identityCenterConfigurationHasBeenSet =
false;
AWS_QUICKSIGHT_API AthenaParameters()=default
bool RoleArnHasBeenSet() const
void SetWorkGroup(WorkGroupT &&value)
AthenaParameters & WithWorkGroup(WorkGroupT &&value)
bool WorkGroupHasBeenSet() const
const Aws::String & GetRoleArn() const
AthenaParameters & WithRoleArn(RoleArnT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AthenaParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdentityCenterConfigurationHasBeenSet() const
const Aws::String & GetWorkGroup() const
AWS_QUICKSIGHT_API AthenaParameters(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
void SetIdentityCenterConfiguration(IdentityCenterConfigurationT &&value)
AthenaParameters & WithIdentityCenterConfiguration(IdentityCenterConfigurationT &&value)
const IdentityCenterConfiguration & GetIdentityCenterConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue