@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFHIRDatastoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateFHIRDatastoreResult() |
Modifier and Type | Method and Description |
---|---|
CreateFHIRDatastoreResult |
clone() |
boolean |
equals(Object obj) |
String |
getDatastoreArn()
The datastore ARN is generated during the creation of the Data Store and can be found in the output from the
initial Data Store creation call.
|
String |
getDatastoreEndpoint()
The AWS endpoint for the created Data Store.
|
String |
getDatastoreId()
The AWS-generated Data Store id.
|
String |
getDatastoreStatus()
The status of the FHIR Data Store.
|
int |
hashCode() |
void |
setDatastoreArn(String datastoreArn)
The datastore ARN is generated during the creation of the Data Store and can be found in the output from the
initial Data Store creation call.
|
void |
setDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the created Data Store.
|
void |
setDatastoreId(String datastoreId)
The AWS-generated Data Store id.
|
void |
setDatastoreStatus(String datastoreStatus)
The status of the FHIR Data Store.
|
String |
toString()
Returns a string representation of this object.
|
CreateFHIRDatastoreResult |
withDatastoreArn(String datastoreArn)
The datastore ARN is generated during the creation of the Data Store and can be found in the output from the
initial Data Store creation call.
|
CreateFHIRDatastoreResult |
withDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the created Data Store.
|
CreateFHIRDatastoreResult |
withDatastoreId(String datastoreId)
The AWS-generated Data Store id.
|
CreateFHIRDatastoreResult |
withDatastoreStatus(DatastoreStatus datastoreStatus)
The status of the FHIR Data Store.
|
CreateFHIRDatastoreResult |
withDatastoreStatus(String datastoreStatus)
The status of the FHIR Data Store.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatastoreId(String datastoreId)
The AWS-generated Data Store id. This id is in the output from the initial Data Store creation call.
datastoreId
- The AWS-generated Data Store id. This id is in the output from the initial Data Store creation call.public String getDatastoreId()
The AWS-generated Data Store id. This id is in the output from the initial Data Store creation call.
public CreateFHIRDatastoreResult withDatastoreId(String datastoreId)
The AWS-generated Data Store id. This id is in the output from the initial Data Store creation call.
datastoreId
- The AWS-generated Data Store id. This id is in the output from the initial Data Store creation call.public void setDatastoreArn(String datastoreArn)
The datastore ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation call.
datastoreArn
- The datastore ARN is generated during the creation of the Data Store and can be found in the output from
the initial Data Store creation call.public String getDatastoreArn()
The datastore ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation call.
public CreateFHIRDatastoreResult withDatastoreArn(String datastoreArn)
The datastore ARN is generated during the creation of the Data Store and can be found in the output from the initial Data Store creation call.
datastoreArn
- The datastore ARN is generated during the creation of the Data Store and can be found in the output from
the initial Data Store creation call.public void setDatastoreStatus(String datastoreStatus)
The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
datastoreStatus
- The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.DatastoreStatus
public String getDatastoreStatus()
The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
DatastoreStatus
public CreateFHIRDatastoreResult withDatastoreStatus(String datastoreStatus)
The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
datastoreStatus
- The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.DatastoreStatus
public CreateFHIRDatastoreResult withDatastoreStatus(DatastoreStatus datastoreStatus)
The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.
datastoreStatus
- The status of the FHIR Data Store. Possible statuses are ‘CREATING’, ‘ACTIVE’, ‘DELETING’, ‘DELETED’.DatastoreStatus
public void setDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the created Data Store. For preview, only US-east-1 endpoints are supported.
datastoreEndpoint
- The AWS endpoint for the created Data Store. For preview, only US-east-1 endpoints are supported.public String getDatastoreEndpoint()
The AWS endpoint for the created Data Store. For preview, only US-east-1 endpoints are supported.
public CreateFHIRDatastoreResult withDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the created Data Store. For preview, only US-east-1 endpoints are supported.
datastoreEndpoint
- The AWS endpoint for the created Data Store. For preview, only US-east-1 endpoints are supported.public String toString()
toString
in class Object
Object.toString()
public CreateFHIRDatastoreResult clone()