AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
RedshiftProvisionedConfiguration.h
1
6#pragma once
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>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace BedrockAgent
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_BEDROCKAGENT_API RedshiftProvisionedConfiguration() = default;
39 AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const RedshiftProvisionedAuthConfiguration& GetAuthConfiguration() const { return m_authConfiguration; }
47 inline bool AuthConfigurationHasBeenSet() const { return m_authConfigurationHasBeenSet; }
48 template<typename AuthConfigurationT = RedshiftProvisionedAuthConfiguration>
49 void SetAuthConfiguration(AuthConfigurationT&& value) { m_authConfigurationHasBeenSet = true; m_authConfiguration = std::forward<AuthConfigurationT>(value); }
50 template<typename AuthConfigurationT = RedshiftProvisionedAuthConfiguration>
51 RedshiftProvisionedConfiguration& WithAuthConfiguration(AuthConfigurationT&& value) { SetAuthConfiguration(std::forward<AuthConfigurationT>(value)); return *this;}
53
55
58 inline const Aws::String& GetClusterIdentifier() const { return m_clusterIdentifier; }
59 inline bool ClusterIdentifierHasBeenSet() const { return m_clusterIdentifierHasBeenSet; }
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>
63 RedshiftProvisionedConfiguration& WithClusterIdentifier(ClusterIdentifierT&& value) { SetClusterIdentifier(std::forward<ClusterIdentifierT>(value)); return *this;}
65 private:
66
67 RedshiftProvisionedAuthConfiguration m_authConfiguration;
68 bool m_authConfigurationHasBeenSet = false;
69
70 Aws::String m_clusterIdentifier;
71 bool m_clusterIdentifierHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace BedrockAgent
76} // namespace Aws
AWS_BEDROCKAGENT_API RedshiftProvisionedConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
RedshiftProvisionedConfiguration & WithAuthConfiguration(AuthConfigurationT &&value)
AWS_BEDROCKAGENT_API RedshiftProvisionedConfiguration()=default
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue