7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/BotVersionReplicationStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
51 template<
typename BotVersionT = Aws::String>
52 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
53 template<
typename BotVersionT = Aws::String>
74 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
75 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
76 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
86 template<
typename FailureReasonsT = Aws::Vector<Aws::String>>
87 void SetFailureReasons(FailureReasonsT&& value) { m_failureReasonsHasBeenSet =
true; m_failureReasons = std::forward<FailureReasonsT>(value); }
88 template<
typename FailureReasonsT = Aws::Vector<Aws::String>>
90 template<
typename FailureReasonsT = Aws::String>
96 bool m_botVersionHasBeenSet =
false;
99 bool m_botVersionReplicationStatusHasBeenSet =
false;
102 bool m_creationDateTimeHasBeenSet =
false;
105 bool m_failureReasonsHasBeenSet =
false;
BotVersionReplicaSummary & WithBotVersionReplicationStatus(BotVersionReplicationStatus value)
BotVersionReplicaSummary & WithCreationDateTime(CreationDateTimeT &&value)
bool CreationDateTimeHasBeenSet() const
const Aws::Vector< Aws::String > & GetFailureReasons() const
AWS_LEXMODELSV2_API BotVersionReplicaSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
BotVersionReplicationStatus GetBotVersionReplicationStatus() const
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_LEXMODELSV2_API BotVersionReplicaSummary()=default
BotVersionReplicaSummary & WithFailureReasons(FailureReasonsT &&value)
void SetFailureReasons(FailureReasonsT &&value)
bool BotVersionHasBeenSet() const
void SetBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API BotVersionReplicaSummary(Aws::Utils::Json::JsonView jsonValue)
BotVersionReplicaSummary & AddFailureReasons(FailureReasonsT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
const Aws::String & GetBotVersion() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool BotVersionReplicationStatusHasBeenSet() const
void SetBotVersionReplicationStatus(BotVersionReplicationStatus value)
bool FailureReasonsHasBeenSet() const
BotVersionReplicaSummary & WithBotVersion(BotVersionT &&value)
BotVersionReplicationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue