7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename ModelProfileIdT = Aws::String>
43 m_modelProfileIdHasBeenSet =
true;
44 m_modelProfileId = std::forward<ModelProfileIdT>(value);
46 template <
typename ModelProfileIdT = Aws::String>
59 template <
typename SubscriptionIdT = Aws::String>
61 m_subscriptionIdHasBeenSet =
true;
62 m_subscriptionId = std::forward<SubscriptionIdT>(value);
64 template <
typename SubscriptionIdT = Aws::String>
77 template <
typename QbsAwsAccountIdT = Aws::String>
79 m_qbsAwsAccountIdHasBeenSet =
true;
80 m_qbsAwsAccountId = std::forward<QbsAwsAccountIdT>(value);
82 template <
typename QbsAwsAccountIdT = Aws::String>
94 bool m_modelProfileIdHasBeenSet =
false;
95 bool m_subscriptionIdHasBeenSet =
false;
96 bool m_qbsAwsAccountIdHasBeenSet =
false;
AWS_QUICKSIGHT_API CustomPromptProfile & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API CustomPromptProfile(Aws::Utils::Json::JsonView jsonValue)
void SetQbsAwsAccountId(QbsAwsAccountIdT &&value)
bool QbsAwsAccountIdHasBeenSet() const
const Aws::String & GetSubscriptionId() const
CustomPromptProfile & WithQbsAwsAccountId(QbsAwsAccountIdT &&value)
AWS_QUICKSIGHT_API CustomPromptProfile()=default
CustomPromptProfile & WithModelProfileId(ModelProfileIdT &&value)
bool SubscriptionIdHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
CustomPromptProfile & WithSubscriptionId(SubscriptionIdT &&value)
void SetSubscriptionId(SubscriptionIdT &&value)
const Aws::String & GetModelProfileId() const
bool ModelProfileIdHasBeenSet() const
const Aws::String & GetQbsAwsAccountId() const
void SetModelProfileId(ModelProfileIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue