7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/RedshiftProvisionedAuthConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename AuthConfigurationT = RedshiftProvisionedAuthConfiguration>
49 void SetAuthConfiguration(AuthConfigurationT&& value) { m_authConfigurationHasBeenSet =
true; m_authConfiguration = std::forward<AuthConfigurationT>(value); }
50 template<
typename AuthConfigurationT = RedshiftProvisionedAuthConfiguration>
60 template<
typename ClusterIdentifierT = Aws::String>
61 void SetClusterIdentifier(ClusterIdentifierT&& value) { m_clusterIdentifierHasBeenSet =
true; m_clusterIdentifier = std::forward<ClusterIdentifierT>(value); }
62 template<
typename ClusterIdentifierT = Aws::String>
68 bool m_authConfigurationHasBeenSet =
false;
71 bool m_clusterIdentifierHasBeenSet =
false;
const Aws::String & GetClusterIdentifier() const
AWS_BEDROCKAGENT_API RedshiftProvisionedConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
RedshiftProvisionedConfiguration & WithAuthConfiguration(AuthConfigurationT &&value)
bool AuthConfigurationHasBeenSet() const
AWS_BEDROCKAGENT_API RedshiftProvisionedConfiguration()=default
void SetAuthConfiguration(AuthConfigurationT &&value)
RedshiftProvisionedConfiguration & WithClusterIdentifier(ClusterIdentifierT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const RedshiftProvisionedAuthConfiguration & GetAuthConfiguration() const
AWS_BEDROCKAGENT_API RedshiftProvisionedConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetClusterIdentifier(ClusterIdentifierT &&value)
bool ClusterIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue