7#include <aws/healthlake/HealthLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/healthlake/model/DatastoreStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/healthlake/model/FHIRVersion.h>
12#include <aws/healthlake/model/SseConfiguration.h>
13#include <aws/healthlake/model/PreloadDataConfig.h>
14#include <aws/healthlake/model/IdentityProviderConfiguration.h>
15#include <aws/healthlake/model/ErrorCause.h>
56 inline void SetDatastoreId(
const char* value) { m_datastoreIdHasBeenSet =
true; m_datastoreId.assign(value); }
70 inline void SetDatastoreArn(
const char* value) { m_datastoreArnHasBeenSet =
true; m_datastoreArn.assign(value); }
84 inline void SetDatastoreName(
const char* value) { m_datastoreNameHasBeenSet =
true; m_datastoreName.assign(value); }
135 inline void SetDatastoreEndpoint(
const char* value) { m_datastoreEndpointHasBeenSet =
true; m_datastoreEndpoint.assign(value); }
193 bool m_datastoreIdHasBeenSet =
false;
196 bool m_datastoreArnHasBeenSet =
false;
199 bool m_datastoreNameHasBeenSet =
false;
202 bool m_datastoreStatusHasBeenSet =
false;
205 bool m_createdAtHasBeenSet =
false;
208 bool m_datastoreTypeVersionHasBeenSet =
false;
211 bool m_datastoreEndpointHasBeenSet =
false;
214 bool m_sseConfigurationHasBeenSet =
false;
217 bool m_preloadDataConfigHasBeenSet =
false;
220 bool m_identityProviderConfigurationHasBeenSet =
false;
223 bool m_errorCauseHasBeenSet =
false;
void SetDatastoreEndpoint(const Aws::String &value)
DatastoreProperties & WithPreloadDataConfig(PreloadDataConfig &&value)
void SetDatastoreId(Aws::String &&value)
DatastoreProperties & WithIdentityProviderConfiguration(const IdentityProviderConfiguration &value)
DatastoreProperties & WithDatastoreId(const Aws::String &value)
void SetDatastoreArn(Aws::String &&value)
void SetPreloadDataConfig(const PreloadDataConfig &value)
void SetDatastoreStatus(const DatastoreStatus &value)
DatastoreProperties & WithDatastoreName(Aws::String &&value)
bool PreloadDataConfigHasBeenSet() const
void SetIdentityProviderConfiguration(const IdentityProviderConfiguration &value)
const SseConfiguration & GetSseConfiguration() const
DatastoreProperties & WithDatastoreName(const Aws::String &value)
bool DatastoreArnHasBeenSet() const
void SetDatastoreName(Aws::String &&value)
DatastoreProperties & WithDatastoreId(const char *value)
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
const ErrorCause & GetErrorCause() const
void SetDatastoreArn(const Aws::String &value)
bool DatastoreEndpointHasBeenSet() const
DatastoreProperties & WithDatastoreEndpoint(const char *value)
const Aws::String & GetDatastoreName() const
void SetErrorCause(ErrorCause &&value)
void SetDatastoreEndpoint(const char *value)
const PreloadDataConfig & GetPreloadDataConfig() const
DatastoreProperties & WithDatastoreEndpoint(const Aws::String &value)
DatastoreProperties & WithDatastoreName(const char *value)
bool ErrorCauseHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetDatastoreTypeVersion(FHIRVersion &&value)
bool DatastoreIdHasBeenSet() const
void SetDatastoreTypeVersion(const FHIRVersion &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
DatastoreProperties & WithDatastoreTypeVersion(FHIRVersion &&value)
void SetSseConfiguration(const SseConfiguration &value)
DatastoreProperties & WithDatastoreTypeVersion(const FHIRVersion &value)
bool IdentityProviderConfigurationHasBeenSet() const
DatastoreProperties & WithDatastoreArn(const char *value)
void SetDatastoreName(const char *value)
void SetDatastoreId(const char *value)
DatastoreProperties & WithPreloadDataConfig(const PreloadDataConfig &value)
DatastoreProperties & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetDatastoreStatus(DatastoreStatus &&value)
const Aws::String & GetDatastoreId() const
DatastoreProperties & WithSseConfiguration(const SseConfiguration &value)
DatastoreProperties & WithErrorCause(const ErrorCause &value)
void SetErrorCause(const ErrorCause &value)
const FHIRVersion & GetDatastoreTypeVersion() const
bool SseConfigurationHasBeenSet() const
DatastoreProperties & WithDatastoreArn(Aws::String &&value)
void SetDatastoreArn(const char *value)
void SetDatastoreName(const Aws::String &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
const DatastoreStatus & GetDatastoreStatus() const
DatastoreProperties & WithIdentityProviderConfiguration(IdentityProviderConfiguration &&value)
AWS_HEALTHLAKE_API DatastoreProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
DatastoreProperties & WithSseConfiguration(SseConfiguration &&value)
bool DatastoreNameHasBeenSet() const
const Aws::String & GetDatastoreArn() const
bool CreatedAtHasBeenSet() const
DatastoreProperties & WithDatastoreStatus(DatastoreStatus &&value)
DatastoreProperties & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetDatastoreId(const Aws::String &value)
const IdentityProviderConfiguration & GetIdentityProviderConfiguration() const
bool DatastoreTypeVersionHasBeenSet() const
DatastoreProperties & WithDatastoreId(Aws::String &&value)
DatastoreProperties & WithErrorCause(ErrorCause &&value)
void SetDatastoreEndpoint(Aws::String &&value)
AWS_HEALTHLAKE_API DatastoreProperties(Aws::Utils::Json::JsonView jsonValue)
void SetSseConfiguration(SseConfiguration &&value)
DatastoreProperties & WithDatastoreEndpoint(Aws::String &&value)
void SetPreloadDataConfig(PreloadDataConfig &&value)
bool DatastoreStatusHasBeenSet() const
void SetIdentityProviderConfiguration(IdentityProviderConfiguration &&value)
AWS_HEALTHLAKE_API DatastoreProperties()
DatastoreProperties & WithDatastoreArn(const Aws::String &value)
DatastoreProperties & WithDatastoreStatus(const DatastoreStatus &value)
const Aws::String & GetDatastoreEndpoint() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue