7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/iotsitewise/model/DatasetStatus.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
63 template<
typename ArnT = Aws::String>
64 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
65 template<
typename ArnT = Aws::String>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
87 template<
typename DescriptionT = Aws::String>
88 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
89 template<
typename DescriptionT = Aws::String>
99 template<
typename CreationDateT = Aws::Utils::DateTime>
100 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
101 template<
typename CreationDateT = Aws::Utils::DateTime>
111 template<
typename LastUpdateDateT = Aws::Utils::DateTime>
112 void SetLastUpdateDate(LastUpdateDateT&& value) { m_lastUpdateDateHasBeenSet =
true; m_lastUpdateDate = std::forward<LastUpdateDateT>(value); }
113 template<
typename LastUpdateDateT = Aws::Utils::DateTime>
124 template<
typename StatusT = DatasetStatus>
125 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
126 template<
typename StatusT = DatasetStatus>
132 bool m_idHasBeenSet =
false;
135 bool m_arnHasBeenSet =
false;
138 bool m_nameHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
144 bool m_creationDateHasBeenSet =
false;
147 bool m_lastUpdateDateHasBeenSet =
false;
149 DatasetStatus m_status;
150 bool m_statusHasBeenSet =
false;
const Aws::String & GetName() const
const DatasetStatus & GetStatus() const
bool StatusHasBeenSet() const
DatasetSummary & WithCreationDate(CreationDateT &&value)
DatasetSummary & WithStatus(StatusT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetArn() const
bool LastUpdateDateHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetId() const
DatasetSummary & WithArn(ArnT &&value)
AWS_IOTSITEWISE_API DatasetSummary()=default
AWS_IOTSITEWISE_API DatasetSummary(Aws::Utils::Json::JsonView jsonValue)
DatasetSummary & WithLastUpdateDate(LastUpdateDateT &&value)
bool NameHasBeenSet() const
void SetLastUpdateDate(LastUpdateDateT &&value)
void SetName(NameT &&value)
void SetArn(ArnT &&value)
AWS_IOTSITEWISE_API DatasetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreationDate(CreationDateT &&value)
DatasetSummary & WithName(NameT &&value)
bool IdHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdateDate() const
DatasetSummary & WithDescription(DescriptionT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(StatusT &&value)
DatasetSummary & WithId(IdT &&value)
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDate() const
bool CreationDateHasBeenSet() const
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue