7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename SchemaArnT = Aws::String>
49 void SetSchemaArn(SchemaArnT&& value) { m_schemaArnHasBeenSet =
true; m_schemaArn = std::forward<SchemaArnT>(value); }
50 template<
typename SchemaArnT = Aws::String>
60 template<
typename StatusT = Aws::String>
61 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
62 template<
typename StatusT = Aws::String>
72 template<
typename FailureReasonT = Aws::String>
73 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
74 template<
typename FailureReasonT = Aws::String>
84 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
85 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
86 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
96 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
97 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
98 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
104 bool m_schemaArnHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
110 bool m_failureReasonHasBeenSet =
false;
113 bool m_creationDateTimeHasBeenSet =
false;
116 bool m_lastUpdatedDateTimeHasBeenSet =
false;
DatasetUpdateSummary & WithSchemaArn(SchemaArnT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
DatasetUpdateSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DatasetUpdateSummary & WithCreationDateTime(CreationDateTimeT &&value)
AWS_PERSONALIZE_API DatasetUpdateSummary()=default
const Aws::String & GetFailureReason() const
bool SchemaArnHasBeenSet() const
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DatasetUpdateSummary & WithStatus(StatusT &&value)
void SetSchemaArn(SchemaArnT &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
bool FailureReasonHasBeenSet() const
DatasetUpdateSummary & WithFailureReason(FailureReasonT &&value)
const Aws::String & GetSchemaArn() const
bool CreationDateTimeHasBeenSet() const
void SetStatus(StatusT &&value)
bool StatusHasBeenSet() const
AWS_PERSONALIZE_API DatasetUpdateSummary(Aws::Utils::Json::JsonView jsonValue)
void SetFailureReason(FailureReasonT &&value)
const Aws::String & GetStatus() const
void SetCreationDateTime(CreationDateTimeT &&value)
AWS_PERSONALIZE_API DatasetUpdateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
bool LastUpdatedDateTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue