@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 data store 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 data store 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 data store 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 data store 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 data store 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 data store 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 data store 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 data store 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.
datastoreStatus
- The status of the FHIR data store.DatastoreStatus
public String getDatastoreStatus()
The status of the FHIR data store.
DatastoreStatus
public CreateFHIRDatastoreResult withDatastoreStatus(String datastoreStatus)
The status of the FHIR data store.
datastoreStatus
- The status of the FHIR data store.DatastoreStatus
public CreateFHIRDatastoreResult withDatastoreStatus(DatastoreStatus datastoreStatus)
The status of the FHIR data store.
datastoreStatus
- The status of the FHIR data store.DatastoreStatus
public void setDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the created data store.
datastoreEndpoint
- The AWS endpoint for the created data store.public String getDatastoreEndpoint()
The AWS endpoint for the created data store.
public CreateFHIRDatastoreResult withDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the created data store.
datastoreEndpoint
- The AWS endpoint for the created data store.public String toString()
toString
in class Object
Object.toString()
public CreateFHIRDatastoreResult clone()