AWS SDK for C++

AWS SDK for C++ Version 1.11.827

Loading...
Searching...
No Matches
CustomPromptProfile.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
29 public:
30 AWS_QUICKSIGHT_API CustomPromptProfile() = default;
31 AWS_QUICKSIGHT_API CustomPromptProfile(Aws::Utils::Json::JsonView jsonValue);
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetModelProfileId() const { return m_modelProfileId; }
40 inline bool ModelProfileIdHasBeenSet() const { return m_modelProfileIdHasBeenSet; }
41 template <typename ModelProfileIdT = Aws::String>
42 void SetModelProfileId(ModelProfileIdT&& value) {
43 m_modelProfileIdHasBeenSet = true;
44 m_modelProfileId = std::forward<ModelProfileIdT>(value);
45 }
46 template <typename ModelProfileIdT = Aws::String>
47 CustomPromptProfile& WithModelProfileId(ModelProfileIdT&& value) {
48 SetModelProfileId(std::forward<ModelProfileIdT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetSubscriptionId() const { return m_subscriptionId; }
58 inline bool SubscriptionIdHasBeenSet() const { return m_subscriptionIdHasBeenSet; }
59 template <typename SubscriptionIdT = Aws::String>
60 void SetSubscriptionId(SubscriptionIdT&& value) {
61 m_subscriptionIdHasBeenSet = true;
62 m_subscriptionId = std::forward<SubscriptionIdT>(value);
63 }
64 template <typename SubscriptionIdT = Aws::String>
65 CustomPromptProfile& WithSubscriptionId(SubscriptionIdT&& value) {
66 SetSubscriptionId(std::forward<SubscriptionIdT>(value));
67 return *this;
68 }
70
72
75 inline const Aws::String& GetQbsAwsAccountId() const { return m_qbsAwsAccountId; }
76 inline bool QbsAwsAccountIdHasBeenSet() const { return m_qbsAwsAccountIdHasBeenSet; }
77 template <typename QbsAwsAccountIdT = Aws::String>
78 void SetQbsAwsAccountId(QbsAwsAccountIdT&& value) {
79 m_qbsAwsAccountIdHasBeenSet = true;
80 m_qbsAwsAccountId = std::forward<QbsAwsAccountIdT>(value);
81 }
82 template <typename QbsAwsAccountIdT = Aws::String>
83 CustomPromptProfile& WithQbsAwsAccountId(QbsAwsAccountIdT&& value) {
84 SetQbsAwsAccountId(std::forward<QbsAwsAccountIdT>(value));
85 return *this;
86 }
88 private:
89 Aws::String m_modelProfileId;
90
91 Aws::String m_subscriptionId;
92
93 Aws::String m_qbsAwsAccountId;
94 bool m_modelProfileIdHasBeenSet = false;
95 bool m_subscriptionIdHasBeenSet = false;
96 bool m_qbsAwsAccountIdHasBeenSet = false;
97};
98
99} // namespace Model
100} // namespace QuickSight
101} // namespace Aws
AWS_QUICKSIGHT_API CustomPromptProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API CustomPromptProfile(Aws::Utils::Json::JsonView jsonValue)
void SetQbsAwsAccountId(QbsAwsAccountIdT &&value)
CustomPromptProfile & WithQbsAwsAccountId(QbsAwsAccountIdT &&value)
AWS_QUICKSIGHT_API CustomPromptProfile()=default
CustomPromptProfile & WithModelProfileId(ModelProfileIdT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
CustomPromptProfile & WithSubscriptionId(SubscriptionIdT &&value)
void SetSubscriptionId(SubscriptionIdT &&value)
void SetModelProfileId(ModelProfileIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue