@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFhirDatastoreResponse extends HealthLakeResponse implements ToCopyableBuilder<DeleteFhirDatastoreResponse.Builder,DeleteFhirDatastoreResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFhirDatastoreResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFhirDatastoreResponse.Builder |
builder() |
String |
datastoreArn()
The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.
|
String |
datastoreEndpoint()
The AWS endpoint for the Data Store the user has requested to be deleted.
|
String |
datastoreId()
The AWS-generated ID for the Data Store to be deleted.
|
DatastoreStatus |
datastoreStatus()
The status of the Data Store that the user has requested to be deleted.
|
String |
datastoreStatusAsString()
The status of the Data Store that the user has requested to be deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFhirDatastoreResponse.Builder> |
serializableBuilderClass() |
DeleteFhirDatastoreResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datastoreId()
The AWS-generated ID for the Data Store to be deleted.
public final String datastoreArn()
The Amazon Resource Name (ARN) that gives Amazon HealthLake access permission.
public final DatastoreStatus datastoreStatus()
The status of the Data Store that the user has requested to be deleted.
If the service returns an enum value that is not available in the current SDK version, datastoreStatus
will return DatastoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from datastoreStatusAsString().
DatastoreStatuspublic final String datastoreStatusAsString()
The status of the Data Store that the user has requested to be deleted.
If the service returns an enum value that is not available in the current SDK version, datastoreStatus
will return DatastoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from datastoreStatusAsString().
DatastoreStatuspublic final String datastoreEndpoint()
The AWS endpoint for the Data Store the user has requested to be deleted.
public DeleteFhirDatastoreResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFhirDatastoreResponse.Builder,DeleteFhirDatastoreResponse>toBuilder in class AwsResponsepublic static DeleteFhirDatastoreResponse.Builder builder()
public static Class<? extends DeleteFhirDatastoreResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.