7#include <aws/medical-imaging/MedicalImaging_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medical-imaging/model/DatastoreStatus.h>
10#include <aws/core/utils/DateTime.h>
23namespace MedicalImaging
48 template<
typename DatastoreIdT = Aws::String>
49 void SetDatastoreId(DatastoreIdT&& value) { m_datastoreIdHasBeenSet =
true; m_datastoreId = std::forward<DatastoreIdT>(value); }
50 template<
typename DatastoreIdT = Aws::String>
60 template<
typename DatastoreNameT = Aws::String>
61 void SetDatastoreName(DatastoreNameT&& value) { m_datastoreNameHasBeenSet =
true; m_datastoreName = std::forward<DatastoreNameT>(value); }
62 template<
typename DatastoreNameT = Aws::String>
82 template<
typename DatastoreArnT = Aws::String>
83 void SetDatastoreArn(DatastoreArnT&& value) { m_datastoreArnHasBeenSet =
true; m_datastoreArn = std::forward<DatastoreArnT>(value); }
84 template<
typename DatastoreArnT = Aws::String>
94 template<
typename CreatedAtT = Aws::Utils::DateTime>
95 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
96 template<
typename CreatedAtT = Aws::Utils::DateTime>
106 template<
typename UpdatedAtT = Aws::Utils::DateTime>
107 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
108 template<
typename UpdatedAtT = Aws::Utils::DateTime>
114 bool m_datastoreIdHasBeenSet =
false;
117 bool m_datastoreNameHasBeenSet =
false;
120 bool m_datastoreStatusHasBeenSet =
false;
123 bool m_datastoreArnHasBeenSet =
false;
126 bool m_createdAtHasBeenSet =
false;
129 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