@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFHIRDatastoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFHIRDatastoreResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFHIRDatastoreResult |
clone() |
boolean |
equals(Object obj) |
DatastoreProperties |
getDatastoreProperties()
All properties associated with a Data Store, including the Data Store ID, Data Store ARN, Data Store name, Data
Store status, created at, Data Store type version, and Data Store endpoint.
|
int |
hashCode() |
void |
setDatastoreProperties(DatastoreProperties datastoreProperties)
All properties associated with a Data Store, including the Data Store ID, Data Store ARN, Data Store name, Data
Store status, created at, Data Store type version, and Data Store endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFHIRDatastoreResult |
withDatastoreProperties(DatastoreProperties datastoreProperties)
All properties associated with a Data Store, including the Data Store ID, Data Store ARN, Data Store name, Data
Store status, created at, Data Store type version, and Data Store endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatastoreProperties(DatastoreProperties datastoreProperties)
All properties associated with a Data Store, including the Data Store ID, Data Store ARN, Data Store name, Data Store status, created at, Data Store type version, and Data Store endpoint.
datastoreProperties
- All properties associated with a Data Store, including the Data Store ID, Data Store ARN, Data Store name,
Data Store status, created at, Data Store type version, and Data Store endpoint.public DatastoreProperties getDatastoreProperties()
All properties associated with a Data Store, including the Data Store ID, Data Store ARN, Data Store name, Data Store status, created at, Data Store type version, and Data Store endpoint.
public DescribeFHIRDatastoreResult withDatastoreProperties(DatastoreProperties datastoreProperties)
All properties associated with a Data Store, including the Data Store ID, Data Store ARN, Data Store name, Data Store status, created at, Data Store type version, and Data Store endpoint.
datastoreProperties
- All properties associated with a Data Store, including the Data Store ID, Data Store ARN, Data Store name,
Data Store status, created at, Data Store type version, and Data Store endpoint.public String toString()
toString
in class Object
Object.toString()
public DescribeFHIRDatastoreResult clone()