7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/RedshiftServerlessAuthConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AuthConfigurationT = RedshiftServerlessAuthConfiguration>
50 void SetAuthConfiguration(AuthConfigurationT&& value) { m_authConfigurationHasBeenSet =
true; m_authConfiguration = std::forward<AuthConfigurationT>(value); }
51 template<
typename AuthConfigurationT = RedshiftServerlessAuthConfiguration>
61 template<
typename WorkgroupArnT = Aws::String>
62 void SetWorkgroupArn(WorkgroupArnT&& value) { m_workgroupArnHasBeenSet =
true; m_workgroupArn = std::forward<WorkgroupArnT>(value); }
63 template<
typename WorkgroupArnT = Aws::String>
69 bool m_authConfigurationHasBeenSet =
false;
72 bool m_workgroupArnHasBeenSet =
false;
void SetWorkgroupArn(WorkgroupArnT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const RedshiftServerlessAuthConfiguration & GetAuthConfiguration() const
void SetAuthConfiguration(AuthConfigurationT &&value)
RedshiftServerlessConfiguration & WithAuthConfiguration(AuthConfigurationT &&value)
AWS_BEDROCKAGENT_API RedshiftServerlessConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool WorkgroupArnHasBeenSet() const
RedshiftServerlessConfiguration & WithWorkgroupArn(WorkgroupArnT &&value)
AWS_BEDROCKAGENT_API RedshiftServerlessConfiguration()=default
AWS_BEDROCKAGENT_API RedshiftServerlessConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetWorkgroupArn() const
bool AuthConfigurationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue