7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/GenerationStatus.h>
10#include <aws/core/utils/DateTime.h>
49 template<
typename GenerationIdT = Aws::String>
50 void SetGenerationId(GenerationIdT&& value) { m_generationIdHasBeenSet =
true; m_generationId = std::forward<GenerationIdT>(value); }
51 template<
typename GenerationIdT = Aws::String>
71 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
72 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
73 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
83 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
84 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
85 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
91 bool m_generationIdHasBeenSet =
false;
94 bool m_generationStatusHasBeenSet =
false;
97 bool m_creationDateTimeHasBeenSet =
false;
100 bool m_lastUpdatedDateTimeHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreationDateTime() const
GenerationSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
void SetGenerationStatus(GenerationStatus value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
AWS_LEXMODELSV2_API GenerationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
GenerationSummary & WithGenerationStatus(GenerationStatus value)
bool GenerationStatusHasBeenSet() const
const Aws::String & GetGenerationId() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
bool LastUpdatedDateTimeHasBeenSet() const
GenerationSummary & WithCreationDateTime(CreationDateTimeT &&value)
bool CreationDateTimeHasBeenSet() const
GenerationSummary & WithGenerationId(GenerationIdT &&value)
AWS_LEXMODELSV2_API GenerationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetGenerationId(GenerationIdT &&value)
AWS_LEXMODELSV2_API GenerationSummary()=default
bool GenerationIdHasBeenSet() const
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
GenerationStatus GetGenerationStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue