7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/IdentityCenterConfiguration.h>
41 template <
typename WorkGroupT = Aws::String>
43 m_workGroupHasBeenSet =
true;
44 m_workGroup = std::forward<WorkGroupT>(value);
46 template <
typename WorkGroupT = Aws::String>
64 template <
typename RoleArnT = Aws::String>
66 m_roleArnHasBeenSet =
true;
67 m_roleArn = std::forward<RoleArnT>(value);
69 template <
typename RoleArnT = Aws::String>
85 template <
typename IdentityCenterConfigurationT = IdentityCenterConfiguration>
87 m_identityCenterConfigurationHasBeenSet =
true;
88 m_identityCenterConfiguration = std::forward<IdentityCenterConfigurationT>(value);
90 template <
typename IdentityCenterConfigurationT = IdentityCenterConfiguration>
102 bool m_workGroupHasBeenSet =
false;
103 bool m_roleArnHasBeenSet =
false;
104 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