7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
10#include <aws/medical-imaging/model/DatastoreStatus.h>
21namespace MedicalImaging {
42 template <
typename DatastoreIdT = Aws::String>
44 m_datastoreIdHasBeenSet =
true;
45 m_datastoreId = std::forward<DatastoreIdT>(value);
47 template <
typename DatastoreIdT = Aws::String>
60 template <
typename DatastoreNameT = Aws::String>
62 m_datastoreNameHasBeenSet =
true;
63 m_datastoreName = std::forward<DatastoreNameT>(value);
65 template <
typename DatastoreNameT = Aws::String>
79 m_datastoreStatusHasBeenSet =
true;
80 m_datastoreStatus = value;
94 template <
typename DatastoreArnT = Aws::String>
96 m_datastoreArnHasBeenSet =
true;
97 m_datastoreArn = std::forward<DatastoreArnT>(value);
99 template <
typename DatastoreArnT = Aws::String>
112 template <
typename CreatedAtT = Aws::Utils::DateTime>
114 m_createdAtHasBeenSet =
true;
115 m_createdAt = std::forward<CreatedAtT>(value);
117 template <
typename CreatedAtT = Aws::Utils::DateTime>
130 template <
typename UpdatedAtT = Aws::Utils::DateTime>
132 m_updatedAtHasBeenSet =
true;
133 m_updatedAt = std::forward<UpdatedAtT>(value);
135 template <
typename UpdatedAtT = Aws::Utils::DateTime>
153 bool m_datastoreIdHasBeenSet =
false;
154 bool m_datastoreNameHasBeenSet =
false;
155 bool m_datastoreStatusHasBeenSet =
false;
156 bool m_datastoreArnHasBeenSet =
false;
157 bool m_createdAtHasBeenSet =
false;
158 bool m_updatedAtHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_MEDICALIMAGING_API DatastoreSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DatastoreArnHasBeenSet() const
DatastoreSummary & WithUpdatedAt(UpdatedAtT &&value)
DatastoreSummary & WithDatastoreName(DatastoreNameT &&value)
DatastoreSummary & WithCreatedAt(CreatedAtT &&value)
bool UpdatedAtHasBeenSet() const
AWS_MEDICALIMAGING_API DatastoreSummary()=default
void SetDatastoreStatus(DatastoreStatus value)
DatastoreSummary & WithDatastoreArn(DatastoreArnT &&value)
const Aws::String & GetDatastoreId() const
DatastoreSummary & WithDatastoreStatus(DatastoreStatus value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDatastoreName() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool DatastoreNameHasBeenSet() const
void SetDatastoreName(DatastoreNameT &&value)
bool DatastoreIdHasBeenSet() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetDatastoreArn() const
void SetCreatedAt(CreatedAtT &&value)
bool DatastoreStatusHasBeenSet() const
DatastoreStatus GetDatastoreStatus() const
void SetDatastoreId(DatastoreIdT &&value)
AWS_MEDICALIMAGING_API DatastoreSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
DatastoreSummary & WithDatastoreId(DatastoreIdT &&value)
void SetDatastoreArn(DatastoreArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue