7#include <aws/lex-models/LexModelBuildingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lex-models/model/Locale.h>
10#include <aws/lex-models/model/MigrationStatus.h>
11#include <aws/lex-models/model/MigrationStrategy.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/lex-models/model/MigrationAlert.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace LexModelBuildingService
47 template<
typename MigrationIdT = Aws::String>
48 void SetMigrationId(MigrationIdT&& value) { m_migrationIdHasBeenSet =
true; m_migrationId = std::forward<MigrationIdT>(value); }
49 template<
typename MigrationIdT = Aws::String>
58 template<
typename V1BotNameT = Aws::String>
59 void SetV1BotName(V1BotNameT&& value) { m_v1BotNameHasBeenSet =
true; m_v1BotName = std::forward<V1BotNameT>(value); }
60 template<
typename V1BotNameT = Aws::String>
69 template<
typename V1BotVersionT = Aws::String>
70 void SetV1BotVersion(V1BotVersionT&& value) { m_v1BotVersionHasBeenSet =
true; m_v1BotVersion = std::forward<V1BotVersionT>(value); }
71 template<
typename V1BotVersionT = Aws::String>
90 template<
typename V2BotIdT = Aws::String>
91 void SetV2BotId(V2BotIdT&& value) { m_v2BotIdHasBeenSet =
true; m_v2BotId = std::forward<V2BotIdT>(value); }
92 template<
typename V2BotIdT = Aws::String>
101 template<
typename V2BotRoleT = Aws::String>
102 void SetV2BotRole(V2BotRoleT&& value) { m_v2BotRoleHasBeenSet =
true; m_v2BotRole = std::forward<V2BotRoleT>(value); }
103 template<
typename V2BotRoleT = Aws::String>
139 template<
typename MigrationTimestampT = Aws::Utils::DateTime>
140 void SetMigrationTimestamp(MigrationTimestampT&& value) { m_migrationTimestampHasBeenSet =
true; m_migrationTimestamp = std::forward<MigrationTimestampT>(value); }
141 template<
typename MigrationTimestampT = Aws::Utils::DateTime>
155 template<
typename AlertsT = Aws::Vector<MigrationAlert>>
156 void SetAlerts(AlertsT&& value) { m_alertsHasBeenSet =
true; m_alerts = std::forward<AlertsT>(value); }
157 template<
typename AlertsT = Aws::Vector<MigrationAlert>>
159 template<
typename AlertsT = MigrationAlert>
166 template<
typename RequestIdT = Aws::String>
167 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
168 template<
typename RequestIdT = Aws::String>
174 bool m_migrationIdHasBeenSet =
false;
177 bool m_v1BotNameHasBeenSet =
false;
180 bool m_v1BotVersionHasBeenSet =
false;
183 bool m_v1BotLocaleHasBeenSet =
false;
186 bool m_v2BotIdHasBeenSet =
false;
189 bool m_v2BotRoleHasBeenSet =
false;
192 bool m_migrationStatusHasBeenSet =
false;
195 bool m_migrationStrategyHasBeenSet =
false;
198 bool m_migrationTimestampHasBeenSet =
false;
201 bool m_alertsHasBeenSet =
false;
204 bool m_requestIdHasBeenSet =
false;
void SetMigrationStatus(MigrationStatus value)
void SetV1BotName(V1BotNameT &&value)
const Aws::String & GetRequestId() const
MigrationStatus GetMigrationStatus() const
void SetMigrationTimestamp(MigrationTimestampT &&value)
GetMigrationResult & WithV1BotName(V1BotNameT &&value)
GetMigrationResult & WithMigrationTimestamp(MigrationTimestampT &&value)
GetMigrationResult & WithMigrationId(MigrationIdT &&value)
void SetV1BotLocale(Locale value)
AWS_LEXMODELBUILDINGSERVICE_API GetMigrationResult()=default
void SetV1BotVersion(V1BotVersionT &&value)
void SetAlerts(AlertsT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetMigrationTimestamp() const
AWS_LEXMODELBUILDINGSERVICE_API GetMigrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMigrationResult & AddAlerts(AlertsT &&value)
void SetMigrationStrategy(MigrationStrategy value)
GetMigrationResult & WithMigrationStrategy(MigrationStrategy value)
GetMigrationResult & WithV1BotLocale(Locale value)
GetMigrationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetV1BotVersion() const
void SetV2BotId(V2BotIdT &&value)
GetMigrationResult & WithV1BotVersion(V1BotVersionT &&value)
GetMigrationResult & WithAlerts(AlertsT &&value)
GetMigrationResult & WithV2BotId(V2BotIdT &&value)
void SetV2BotRole(V2BotRoleT &&value)
void SetMigrationId(MigrationIdT &&value)
AWS_LEXMODELBUILDINGSERVICE_API GetMigrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMigrationResult & WithV2BotRole(V2BotRoleT &&value)
const Aws::String & GetV2BotRole() const
Locale GetV1BotLocale() const
MigrationStrategy GetMigrationStrategy() const
const Aws::String & GetV1BotName() const
const Aws::String & GetV2BotId() const
const Aws::Vector< MigrationAlert > & GetAlerts() const
GetMigrationResult & WithMigrationStatus(MigrationStatus value)
const Aws::String & GetMigrationId() 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