7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/qbusiness/QBusiness_EXPORTS.h>
11#include <aws/qbusiness/model/AppliedCreatorModeConfiguration.h>
12#include <aws/qbusiness/model/AppliedOrchestrationConfiguration.h>
13#include <aws/qbusiness/model/BlockedPhrasesConfiguration.h>
14#include <aws/qbusiness/model/HallucinationReductionConfiguration.h>
15#include <aws/qbusiness/model/ResponseScope.h>
16#include <aws/qbusiness/model/TopicConfiguration.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
47 m_responseScopeHasBeenSet =
true;
48 m_responseScope = value;
65 template <
typename OrchestrationConfigurationT = AppliedOrchestrationConfiguration>
67 m_orchestrationConfigurationHasBeenSet =
true;
68 m_orchestrationConfiguration = std::forward<OrchestrationConfigurationT>(value);
70 template <
typename OrchestrationConfigurationT = AppliedOrchestrationConfiguration>
82 template <
typename BlockedPhrasesT = BlockedPhrasesConfiguration>
84 m_blockedPhrasesHasBeenSet =
true;
85 m_blockedPhrases = std::forward<BlockedPhrasesT>(value);
87 template <
typename BlockedPhrasesT = BlockedPhrasesConfiguration>
100 template <
typename TopicConfigurationsT = Aws::Vector<TopicConfiguration>>
102 m_topicConfigurationsHasBeenSet =
true;
103 m_topicConfigurations = std::forward<TopicConfigurationsT>(value);
105 template <
typename TopicConfigurationsT = Aws::Vector<TopicConfiguration>>
110 template <
typename TopicConfigurationsT = TopicConfiguration>
112 m_topicConfigurationsHasBeenSet =
true;
113 m_topicConfigurations.emplace_back(std::forward<TopicConfigurationsT>(value));
123 template <
typename CreatorModeConfigurationT = AppliedCreatorModeConfiguration>
125 m_creatorModeConfigurationHasBeenSet =
true;
126 m_creatorModeConfiguration = std::forward<CreatorModeConfigurationT>(value);
128 template <
typename CreatorModeConfigurationT = AppliedCreatorModeConfiguration>
143 template <
typename NextTokenT = Aws::String>
145 m_nextTokenHasBeenSet =
true;
146 m_nextToken = std::forward<NextTokenT>(value);
148 template <
typename NextTokenT = Aws::String>
160 return m_hallucinationReductionConfiguration;
162 template <
typename HallucinationReductionConfigurationT = HallucinationReductionConfiguration>
164 m_hallucinationReductionConfigurationHasBeenSet =
true;
165 m_hallucinationReductionConfiguration = std::forward<HallucinationReductionConfigurationT>(value);
167 template <
typename HallucinationReductionConfigurationT = HallucinationReductionConfiguration>
177 template <
typename RequestIdT = Aws::String>
179 m_requestIdHasBeenSet =
true;
180 m_requestId = std::forward<RequestIdT>(value);
182 template <
typename RequestIdT = Aws::String>
193 AppliedOrchestrationConfiguration m_orchestrationConfiguration;
195 BlockedPhrasesConfiguration m_blockedPhrases;
199 AppliedCreatorModeConfiguration m_creatorModeConfiguration;
203 HallucinationReductionConfiguration m_hallucinationReductionConfiguration;
207 bool m_responseScopeHasBeenSet =
false;
208 bool m_orchestrationConfigurationHasBeenSet =
false;
209 bool m_blockedPhrasesHasBeenSet =
false;
210 bool m_topicConfigurationsHasBeenSet =
false;
211 bool m_creatorModeConfigurationHasBeenSet =
false;
212 bool m_nextTokenHasBeenSet =
false;
213 bool m_hallucinationReductionConfigurationHasBeenSet =
false;
214 bool m_requestIdHasBeenSet =
false;
const HallucinationReductionConfiguration & GetHallucinationReductionConfiguration() const
void SetResponseScope(ResponseScope value)
void SetOrchestrationConfiguration(OrchestrationConfigurationT &&value)
AWS_QBUSINESS_API GetChatControlsConfigurationResult()=default
GetChatControlsConfigurationResult & WithRequestId(RequestIdT &&value)
void SetHallucinationReductionConfiguration(HallucinationReductionConfigurationT &&value)
ResponseScope GetResponseScope() const
const BlockedPhrasesConfiguration & GetBlockedPhrases() const
GetChatControlsConfigurationResult & WithTopicConfigurations(TopicConfigurationsT &&value)
void SetRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
GetChatControlsConfigurationResult & WithNextToken(NextTokenT &&value)
GetChatControlsConfigurationResult & WithHallucinationReductionConfiguration(HallucinationReductionConfigurationT &&value)
GetChatControlsConfigurationResult & AddTopicConfigurations(TopicConfigurationsT &&value)
const AppliedOrchestrationConfiguration & GetOrchestrationConfiguration() const
GetChatControlsConfigurationResult & WithBlockedPhrases(BlockedPhrasesT &&value)
void SetCreatorModeConfiguration(CreatorModeConfigurationT &&value)
AWS_QBUSINESS_API GetChatControlsConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBlockedPhrases(BlockedPhrasesT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const AppliedCreatorModeConfiguration & GetCreatorModeConfiguration() const
void SetTopicConfigurations(TopicConfigurationsT &&value)
AWS_QBUSINESS_API GetChatControlsConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< TopicConfiguration > & GetTopicConfigurations() const
GetChatControlsConfigurationResult & WithResponseScope(ResponseScope value)
GetChatControlsConfigurationResult & WithCreatorModeConfiguration(CreatorModeConfigurationT &&value)
const Aws::String & GetRequestId() const
GetChatControlsConfigurationResult & WithOrchestrationConfiguration(OrchestrationConfigurationT &&value)
const Aws::String & GetNextToken() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue