@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFHIRDatastoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteFHIRDatastoreResult() |
Modifier and Type | Method and Description |
---|---|
DeleteFHIRDatastoreResult |
clone() |
boolean |
equals(Object obj) |
String |
getDatastoreArn()
The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.
|
String |
getDatastoreEndpoint()
The AWS endpoint for the Data Store the user has requested to be deleted.
|
String |
getDatastoreId()
The AWS-generated ID for the Data Store to be deleted.
|
String |
getDatastoreStatus()
The status of the Data Store that the user has requested to be deleted.
|
int |
hashCode() |
void |
setDatastoreArn(String datastoreArn)
The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.
|
void |
setDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the Data Store the user has requested to be deleted.
|
void |
setDatastoreId(String datastoreId)
The AWS-generated ID for the Data Store to be deleted.
|
void |
setDatastoreStatus(String datastoreStatus)
The status of the Data Store that the user has requested to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteFHIRDatastoreResult |
withDatastoreArn(String datastoreArn)
The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.
|
DeleteFHIRDatastoreResult |
withDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the Data Store the user has requested to be deleted.
|
DeleteFHIRDatastoreResult |
withDatastoreId(String datastoreId)
The AWS-generated ID for the Data Store to be deleted.
|
DeleteFHIRDatastoreResult |
withDatastoreStatus(DatastoreStatus datastoreStatus)
The status of the Data Store that the user has requested to be deleted.
|
DeleteFHIRDatastoreResult |
withDatastoreStatus(String datastoreStatus)
The status of the Data Store that the user has requested to be deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatastoreId(String datastoreId)
The AWS-generated ID for the Data Store to be deleted.
datastoreId
- The AWS-generated ID for the Data Store to be deleted.public String getDatastoreId()
The AWS-generated ID for the Data Store to be deleted.
public DeleteFHIRDatastoreResult withDatastoreId(String datastoreId)
The AWS-generated ID for the Data Store to be deleted.
datastoreId
- The AWS-generated ID for the Data Store to be deleted.public void setDatastoreArn(String datastoreArn)
The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.
datastoreArn
- The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.public String getDatastoreArn()
The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.
public DeleteFHIRDatastoreResult withDatastoreArn(String datastoreArn)
The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.
datastoreArn
- The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.public void setDatastoreStatus(String datastoreStatus)
The status of the Data Store that the user has requested to be deleted.
datastoreStatus
- The status of the Data Store that the user has requested to be deleted.DatastoreStatus
public String getDatastoreStatus()
The status of the Data Store that the user has requested to be deleted.
DatastoreStatus
public DeleteFHIRDatastoreResult withDatastoreStatus(String datastoreStatus)
The status of the Data Store that the user has requested to be deleted.
datastoreStatus
- The status of the Data Store that the user has requested to be deleted.DatastoreStatus
public DeleteFHIRDatastoreResult withDatastoreStatus(DatastoreStatus datastoreStatus)
The status of the Data Store that the user has requested to be deleted.
datastoreStatus
- The status of the Data Store that the user has requested to be deleted.DatastoreStatus
public void setDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the Data Store the user has requested to be deleted.
datastoreEndpoint
- The AWS endpoint for the Data Store the user has requested to be deleted.public String getDatastoreEndpoint()
The AWS endpoint for the Data Store the user has requested to be deleted.
public DeleteFHIRDatastoreResult withDatastoreEndpoint(String datastoreEndpoint)
The AWS endpoint for the Data Store the user has requested to be deleted.
datastoreEndpoint
- The AWS endpoint for the Data Store the user has requested to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteFHIRDatastoreResult clone()