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>
87 template <
typename ConsumerAccountRoleArnT = Aws::String>
89 m_consumerAccountRoleArnHasBeenSet =
true;
90 m_consumerAccountRoleArn = std::forward<ConsumerAccountRoleArnT>(value);
92 template <
typename ConsumerAccountRoleArnT = Aws::String>
108 template <
typename IdentityCenterConfigurationT = IdentityCenterConfiguration>
110 m_identityCenterConfigurationHasBeenSet =
true;
111 m_identityCenterConfiguration = std::forward<IdentityCenterConfigurationT>(value);
113 template <
typename IdentityCenterConfigurationT = IdentityCenterConfiguration>
127 bool m_workGroupHasBeenSet =
false;
128 bool m_roleArnHasBeenSet =
false;
129 bool m_consumerAccountRoleArnHasBeenSet =
false;
130 bool m_identityCenterConfigurationHasBeenSet =
false;
AWS_QUICKSIGHT_API AthenaParameters()=default
AthenaParameters & WithConsumerAccountRoleArn(ConsumerAccountRoleArnT &&value)
bool RoleArnHasBeenSet() const
void SetWorkGroup(WorkGroupT &&value)
AthenaParameters & WithWorkGroup(WorkGroupT &&value)
bool WorkGroupHasBeenSet() const
bool ConsumerAccountRoleArnHasBeenSet() const
const Aws::String & GetRoleArn() const
AthenaParameters & WithRoleArn(RoleArnT &&value)
void SetConsumerAccountRoleArn(ConsumerAccountRoleArnT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AthenaParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetConsumerAccountRoleArn() const
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