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>
83 template<
typename KmsKeyArnT = Aws::String>
84 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
85 template<
typename KmsKeyArnT = Aws::String>
95 template<
typename DatastoreArnT = Aws::String>
96 void SetDatastoreArn(DatastoreArnT&& value) { m_datastoreArnHasBeenSet =
true; m_datastoreArn = std::forward<DatastoreArnT>(value); }
97 template<
typename DatastoreArnT = Aws::String>
107 template<
typename CreatedAtT = Aws::Utils::DateTime>
108 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
109 template<
typename CreatedAtT = Aws::Utils::DateTime>
119 template<
typename UpdatedAtT = Aws::Utils::DateTime>
120 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
121 template<
typename UpdatedAtT = Aws::Utils::DateTime>
127 bool m_datastoreIdHasBeenSet =
false;
130 bool m_datastoreNameHasBeenSet =
false;
133 bool m_datastoreStatusHasBeenSet =
false;
136 bool m_kmsKeyArnHasBeenSet =
false;
139 bool m_datastoreArnHasBeenSet =
false;
142 bool m_createdAtHasBeenSet =
false;
145 bool m_updatedAtHasBeenSet =
false;
const Aws::String & GetDatastoreArn() const
DatastoreProperties & WithDatastoreName(DatastoreNameT &&value)
AWS_MEDICALIMAGING_API Aws::Utils::Json::JsonValue Jsonize() const
bool DatastoreNameHasBeenSet() const
AWS_MEDICALIMAGING_API DatastoreProperties()=default
void SetDatastoreStatus(DatastoreStatus value)
const Aws::String & GetDatastoreId() const
DatastoreProperties & WithCreatedAt(CreatedAtT &&value)
void SetKmsKeyArn(KmsKeyArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool DatastoreIdHasBeenSet() const
DatastoreProperties & WithDatastoreArn(DatastoreArnT &&value)
bool CreatedAtHasBeenSet() const
DatastoreProperties & WithKmsKeyArn(KmsKeyArnT &&value)
bool UpdatedAtHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDatastoreName() const
const Aws::String & GetKmsKeyArn() const
DatastoreStatus GetDatastoreStatus() const
bool KmsKeyArnHasBeenSet() const
bool DatastoreArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_MEDICALIMAGING_API DatastoreProperties(Aws::Utils::Json::JsonView jsonValue)
void SetDatastoreArn(DatastoreArnT &&value)
DatastoreProperties & WithDatastoreId(DatastoreIdT &&value)
void SetDatastoreName(DatastoreNameT &&value)
void SetDatastoreId(DatastoreIdT &&value)
DatastoreProperties & WithDatastoreStatus(DatastoreStatus value)
DatastoreProperties & WithUpdatedAt(UpdatedAtT &&value)
bool DatastoreStatusHasBeenSet() const
AWS_MEDICALIMAGING_API DatastoreProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue