@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 Data Store.
|
String |
getDatastoreTypeVersion()
The FHIR version of the Data Store.
|
PreloadDataConfig |
getPreloadDataConfig()
Optional parameter to preload data upon creation of the Data Store.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Optional user provided token used for ensuring idempotency.
|
void |
setDatastoreName(String datastoreName)
The user generated name for the Data Store.
|
void |
setDatastoreTypeVersion(String datastoreTypeVersion)
The FHIR version of the Data Store.
|
void |
setPreloadDataConfig(PreloadDataConfig preloadDataConfig)
Optional parameter to preload data upon creation of the Data Store.
|
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 Data Store.
|
CreateFHIRDatastoreRequest |
withDatastoreTypeVersion(FHIRVersion datastoreTypeVersion)
The FHIR version of the Data Store.
|
CreateFHIRDatastoreRequest |
withDatastoreTypeVersion(String datastoreTypeVersion)
The FHIR version of the Data Store.
|
CreateFHIRDatastoreRequest |
withPreloadDataConfig(PreloadDataConfig preloadDataConfig)
Optional parameter to preload data upon creation of the Data Store.
|
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 Data Store.
datastoreName
- The user generated name for the Data Store.public String getDatastoreName()
The user generated name for the Data Store.
public CreateFHIRDatastoreRequest withDatastoreName(String datastoreName)
The user generated name for the Data Store.
datastoreName
- The user generated name for the Data Store.public void setDatastoreTypeVersion(String datastoreTypeVersion)
The FHIR version of the Data Store. The only supported version is R4.
datastoreTypeVersion
- The FHIR version of the Data Store. The only supported version is R4.FHIRVersion
public String getDatastoreTypeVersion()
The FHIR version of the Data Store. The only supported version is R4.
FHIRVersion
public CreateFHIRDatastoreRequest withDatastoreTypeVersion(String datastoreTypeVersion)
The FHIR version of the Data Store. The only supported version is R4.
datastoreTypeVersion
- The FHIR version of the Data Store. The only supported version is R4.FHIRVersion
public CreateFHIRDatastoreRequest withDatastoreTypeVersion(FHIRVersion datastoreTypeVersion)
The FHIR version of the Data Store. The only supported version is R4.
datastoreTypeVersion
- The FHIR version of the Data Store. The only supported version is R4.FHIRVersion
public void setPreloadDataConfig(PreloadDataConfig preloadDataConfig)
Optional parameter to preload data upon creation of the Data Store. Currently, the only supported preloaded data is synthetic data generated from Synthea.
preloadDataConfig
- Optional parameter to preload data upon creation of the Data Store. Currently, the only supported
preloaded data is synthetic data generated from Synthea.public PreloadDataConfig getPreloadDataConfig()
Optional parameter to preload data upon creation of the Data Store. 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 Data Store. Currently, the only supported preloaded data is synthetic data generated from Synthea.
preloadDataConfig
- Optional parameter to preload data upon creation of the Data Store. 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()