@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFHIRDatastoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateFHIRDatastoreRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFHIRDatastoreRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Optional user provided token used for ensuring idempotency.
|
String |
getDatastoreName()
The user generated name for the datastore.
|
String |
getDatastoreTypeVersion()
The FHIR version of the datastore.
|
PreloadDataConfig |
getPreloadDataConfig()
Optional parameter to preload data upon creation of the datastore.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Optional user provided token used for ensuring idempotency.
|
void |
setDatastoreName(String datastoreName)
The user generated name for the datastore.
|
void |
setDatastoreTypeVersion(String datastoreTypeVersion)
The FHIR version of the datastore.
|
void |
setPreloadDataConfig(PreloadDataConfig preloadDataConfig)
Optional parameter to preload data upon creation of the datastore.
|
String |
toString()
Returns a string representation of this object.
|
CreateFHIRDatastoreRequest |
withClientToken(String clientToken)
Optional user provided token used for ensuring idempotency.
|
CreateFHIRDatastoreRequest |
withDatastoreName(String datastoreName)
The user generated name for the datastore.
|
CreateFHIRDatastoreRequest |
withDatastoreTypeVersion(FHIRVersion datastoreTypeVersion)
The FHIR version of the datastore.
|
CreateFHIRDatastoreRequest |
withDatastoreTypeVersion(String datastoreTypeVersion)
The FHIR version of the datastore.
|
CreateFHIRDatastoreRequest |
withPreloadDataConfig(PreloadDataConfig preloadDataConfig)
Optional parameter to preload data upon creation of the datastore.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDatastoreName(String datastoreName)
The user generated name for the datastore.
datastoreName
- The user generated name for the datastore.public String getDatastoreName()
The user generated name for the datastore.
public CreateFHIRDatastoreRequest withDatastoreName(String datastoreName)
The user generated name for the datastore.
datastoreName
- The user generated name for the datastore.public void setDatastoreTypeVersion(String datastoreTypeVersion)
The FHIR version of the datastore. The only supported version is R4.
datastoreTypeVersion
- The FHIR version of the datastore. The only supported version is R4.FHIRVersion
public String getDatastoreTypeVersion()
The FHIR version of the datastore. The only supported version is R4.
FHIRVersion
public CreateFHIRDatastoreRequest withDatastoreTypeVersion(String datastoreTypeVersion)
The FHIR version of the datastore. The only supported version is R4.
datastoreTypeVersion
- The FHIR version of the datastore. The only supported version is R4.FHIRVersion
public CreateFHIRDatastoreRequest withDatastoreTypeVersion(FHIRVersion datastoreTypeVersion)
The FHIR version of the datastore. The only supported version is R4.
datastoreTypeVersion
- The FHIR version of the datastore. The only supported version is R4.FHIRVersion
public void setPreloadDataConfig(PreloadDataConfig preloadDataConfig)
Optional parameter to preload data upon creation of the datastore. Currently, the only supported preloaded data is synthetic data generated from Synthea.
preloadDataConfig
- Optional parameter to preload data upon creation of the datastore. Currently, the only supported preloaded
data is synthetic data generated from Synthea.public PreloadDataConfig getPreloadDataConfig()
Optional parameter to preload data upon creation of the datastore. Currently, the only supported preloaded data is synthetic data generated from Synthea.
public CreateFHIRDatastoreRequest withPreloadDataConfig(PreloadDataConfig preloadDataConfig)
Optional parameter to preload data upon creation of the datastore. Currently, the only supported preloaded data is synthetic data generated from Synthea.
preloadDataConfig
- Optional parameter to preload data upon creation of the datastore. Currently, the only supported preloaded
data is synthetic data generated from Synthea.public void setClientToken(String clientToken)
Optional user provided token used for ensuring idempotency.
clientToken
- Optional user provided token used for ensuring idempotency.public String getClientToken()
Optional user provided token used for ensuring idempotency.
public CreateFHIRDatastoreRequest withClientToken(String clientToken)
Optional user provided token used for ensuring idempotency.
clientToken
- Optional user provided token used for ensuring idempotency.public String toString()
toString
in class Object
Object.toString()
public CreateFHIRDatastoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()