7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lexv2-models/model/GenerationStatus.h>
11#include <aws/core/utils/DateTime.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template<
typename BotIdT = Aws::String>
45 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
46 template<
typename BotIdT = Aws::String>
55 template<
typename BotVersionT = Aws::String>
56 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
57 template<
typename BotVersionT = Aws::String>
66 template<
typename LocaleIdT = Aws::String>
67 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
68 template<
typename LocaleIdT = Aws::String>
77 template<
typename GenerationIdT = Aws::String>
78 void SetGenerationId(GenerationIdT&& value) { m_generationIdHasBeenSet =
true; m_generationId = std::forward<GenerationIdT>(value); }
79 template<
typename GenerationIdT = Aws::String>
89 template<
typename FailureReasonsT = Aws::Vector<Aws::String>>
90 void SetFailureReasons(FailureReasonsT&& value) { m_failureReasonsHasBeenSet =
true; m_failureReasons = std::forward<FailureReasonsT>(value); }
91 template<
typename FailureReasonsT = Aws::Vector<Aws::String>>
93 template<
typename FailureReasonsT = Aws::String>
111 template<
typename GenerationInputPromptT = Aws::String>
112 void SetGenerationInputPrompt(GenerationInputPromptT&& value) { m_generationInputPromptHasBeenSet =
true; m_generationInputPrompt = std::forward<GenerationInputPromptT>(value); }
113 template<
typename GenerationInputPromptT = Aws::String>
122 template<
typename GeneratedBotLocaleUrlT = Aws::String>
123 void SetGeneratedBotLocaleUrl(GeneratedBotLocaleUrlT&& value) { m_generatedBotLocaleUrlHasBeenSet =
true; m_generatedBotLocaleUrl = std::forward<GeneratedBotLocaleUrlT>(value); }
124 template<
typename GeneratedBotLocaleUrlT = Aws::String>
133 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
134 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
135 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
144 template<
typename ModelArnT = Aws::String>
145 void SetModelArn(ModelArnT&& value) { m_modelArnHasBeenSet =
true; m_modelArn = std::forward<ModelArnT>(value); }
146 template<
typename ModelArnT = Aws::String>
155 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
156 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
157 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
164 template<
typename RequestIdT = Aws::String>
165 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
166 template<
typename RequestIdT = Aws::String>
172 bool m_botIdHasBeenSet =
false;
175 bool m_botVersionHasBeenSet =
false;
178 bool m_localeIdHasBeenSet =
false;
181 bool m_generationIdHasBeenSet =
false;
184 bool m_failureReasonsHasBeenSet =
false;
187 bool m_generationStatusHasBeenSet =
false;
190 bool m_generationInputPromptHasBeenSet =
false;
193 bool m_generatedBotLocaleUrlHasBeenSet =
false;
196 bool m_creationDateTimeHasBeenSet =
false;
199 bool m_modelArnHasBeenSet =
false;
202 bool m_lastUpdatedDateTimeHasBeenSet =
false;
205 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetGenerationInputPrompt() const
const Aws::Vector< Aws::String > & GetFailureReasons() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DescribeBotResourceGenerationResult & WithFailureReasons(FailureReasonsT &&value)
void SetCreationDateTime(CreationDateTimeT &&value)
void SetFailureReasons(FailureReasonsT &&value)
AWS_LEXMODELSV2_API DescribeBotResourceGenerationResult()=default
void SetLocaleId(LocaleIdT &&value)
DescribeBotResourceGenerationResult & WithModelArn(ModelArnT &&value)
const Aws::String & GetBotVersion() const
void SetGenerationInputPrompt(GenerationInputPromptT &&value)
const Aws::String & GetGeneratedBotLocaleUrl() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
void SetGenerationStatus(GenerationStatus value)
DescribeBotResourceGenerationResult & WithGenerationStatus(GenerationStatus value)
DescribeBotResourceGenerationResult & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const Aws::String & GetLocaleId() const
const Aws::String & GetRequestId() const
void SetModelArn(ModelArnT &&value)
AWS_LEXMODELSV2_API DescribeBotResourceGenerationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeBotResourceGenerationResult & WithBotId(BotIdT &&value)
DescribeBotResourceGenerationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetGenerationId() const
DescribeBotResourceGenerationResult & WithCreationDateTime(CreationDateTimeT &&value)
void SetGeneratedBotLocaleUrl(GeneratedBotLocaleUrlT &&value)
const Aws::String & GetBotId() const
DescribeBotResourceGenerationResult & WithGeneratedBotLocaleUrl(GeneratedBotLocaleUrlT &&value)
DescribeBotResourceGenerationResult & WithLocaleId(LocaleIdT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
void SetGenerationId(GenerationIdT &&value)
void SetBotId(BotIdT &&value)
GenerationStatus GetGenerationStatus() const
void SetBotVersion(BotVersionT &&value)
DescribeBotResourceGenerationResult & WithGenerationId(GenerationIdT &&value)
DescribeBotResourceGenerationResult & WithGenerationInputPrompt(GenerationInputPromptT &&value)
AWS_LEXMODELSV2_API DescribeBotResourceGenerationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeBotResourceGenerationResult & WithBotVersion(BotVersionT &&value)
DescribeBotResourceGenerationResult & AddFailureReasons(FailureReasonsT &&value)
const Aws::String & GetModelArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue