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>
53 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
101 bool m_botVersionHasBeenSet =
false;
104 bool m_botVersionReplicationStatusHasBeenSet =
false;
107 bool m_creationDateTimeHasBeenSet =
false;
110 bool m_failureReasonsHasBeenSet =
false;
bool CreationDateTimeHasBeenSet() const
BotVersionReplicaSummary & WithBotVersionReplicationStatus(const BotVersionReplicationStatus &value)
BotVersionReplicaSummary & WithFailureReasons(const Aws::Vector< Aws::String > &value)
void SetBotVersion(Aws::String &&value)
const Aws::Vector< Aws::String > & GetFailureReasons() const
void SetBotVersionReplicationStatus(const BotVersionReplicationStatus &value)
AWS_LEXMODELSV2_API BotVersionReplicaSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
BotVersionReplicaSummary & WithBotVersion(const Aws::String &value)
BotVersionReplicaSummary & AddFailureReasons(const Aws::String &value)
BotVersionReplicaSummary & AddFailureReasons(Aws::String &&value)
const BotVersionReplicationStatus & GetBotVersionReplicationStatus() const
void SetBotVersion(const Aws::String &value)
void SetCreationDateTime(Aws::Utils::DateTime &&value)
BotVersionReplicaSummary & WithFailureReasons(Aws::Vector< Aws::String > &&value)
bool BotVersionHasBeenSet() const
AWS_LEXMODELSV2_API BotVersionReplicaSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationDateTime() const
BotVersionReplicaSummary & WithCreationDateTime(Aws::Utils::DateTime &&value)
BotVersionReplicaSummary & WithBotVersion(const char *value)
const Aws::String & GetBotVersion() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFailureReasons(const Aws::Vector< Aws::String > &value)
void SetCreationDateTime(const Aws::Utils::DateTime &value)
bool BotVersionReplicationStatusHasBeenSet() const
BotVersionReplicaSummary & WithBotVersion(Aws::String &&value)
AWS_LEXMODELSV2_API BotVersionReplicaSummary()
void SetFailureReasons(Aws::Vector< Aws::String > &&value)
BotVersionReplicaSummary & WithBotVersionReplicationStatus(BotVersionReplicationStatus &&value)
bool FailureReasonsHasBeenSet() const
BotVersionReplicaSummary & AddFailureReasons(const char *value)
void SetBotVersionReplicationStatus(BotVersionReplicationStatus &&value)
BotVersionReplicaSummary & WithCreationDateTime(const Aws::Utils::DateTime &value)
void SetBotVersion(const char *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