7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
10#include <aws/qbusiness/model/AppliedCreatorModeConfiguration.h>
11#include <aws/qbusiness/model/AppliedOrchestrationConfiguration.h>
12#include <aws/qbusiness/model/BlockedPhrasesConfiguration.h>
13#include <aws/qbusiness/model/HallucinationReductionConfiguration.h>
14#include <aws/qbusiness/model/ResponseScope.h>
15#include <aws/qbusiness/model/TopicConfiguration.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
46 m_responseScopeHasBeenSet =
true;
47 m_responseScope = value;
64 template <
typename OrchestrationConfigurationT = AppliedOrchestrationConfiguration>
66 m_orchestrationConfigurationHasBeenSet =
true;
67 m_orchestrationConfiguration = std::forward<OrchestrationConfigurationT>(value);
69 template <
typename OrchestrationConfigurationT = AppliedOrchestrationConfiguration>
81 template <
typename BlockedPhrasesT = BlockedPhrasesConfiguration>
83 m_blockedPhrasesHasBeenSet =
true;
84 m_blockedPhrases = std::forward<BlockedPhrasesT>(value);
86 template <
typename BlockedPhrasesT = BlockedPhrasesConfiguration>
99 template <
typename TopicConfigurationsT = Aws::Vector<TopicConfiguration>>
101 m_topicConfigurationsHasBeenSet =
true;
102 m_topicConfigurations = std::forward<TopicConfigurationsT>(value);
104 template <
typename TopicConfigurationsT = Aws::Vector<TopicConfiguration>>
109 template <
typename TopicConfigurationsT = TopicConfiguration>
111 m_topicConfigurationsHasBeenSet =
true;
112 m_topicConfigurations.emplace_back(std::forward<TopicConfigurationsT>(value));
122 template <
typename CreatorModeConfigurationT = AppliedCreatorModeConfiguration>
124 m_creatorModeConfigurationHasBeenSet =
true;
125 m_creatorModeConfiguration = std::forward<CreatorModeConfigurationT>(value);
127 template <
typename CreatorModeConfigurationT = AppliedCreatorModeConfiguration>
142 template <
typename NextTokenT = Aws::String>
144 m_nextTokenHasBeenSet =
true;
145 m_nextToken = std::forward<NextTokenT>(value);
147 template <
typename NextTokenT = Aws::String>
159 return m_hallucinationReductionConfiguration;
161 template <
typename HallucinationReductionConfigurationT = HallucinationReductionConfiguration>
163 m_hallucinationReductionConfigurationHasBeenSet =
true;
164 m_hallucinationReductionConfiguration = std::forward<HallucinationReductionConfigurationT>(value);
166 template <
typename HallucinationReductionConfigurationT = HallucinationReductionConfiguration>
176 template <
typename RequestIdT = Aws::String>
178 m_requestIdHasBeenSet =
true;
179 m_requestId = std::forward<RequestIdT>(value);
181 template <
typename RequestIdT = Aws::String>
190 AppliedOrchestrationConfiguration m_orchestrationConfiguration;
192 BlockedPhrasesConfiguration m_blockedPhrases;
196 AppliedCreatorModeConfiguration m_creatorModeConfiguration;
200 HallucinationReductionConfiguration m_hallucinationReductionConfiguration;
203 bool m_responseScopeHasBeenSet =
false;
204 bool m_orchestrationConfigurationHasBeenSet =
false;
205 bool m_blockedPhrasesHasBeenSet =
false;
206 bool m_topicConfigurationsHasBeenSet =
false;
207 bool m_creatorModeConfigurationHasBeenSet =
false;
208 bool m_nextTokenHasBeenSet =
false;
209 bool m_hallucinationReductionConfigurationHasBeenSet =
false;
210 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)
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