Class CreateFhirDatastoreResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.healthlake.model.HealthLakeResponse
-
- software.amazon.awssdk.services.healthlake.model.CreateFhirDatastoreResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateFhirDatastoreResponse.Builder,CreateFhirDatastoreResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreateFhirDatastoreResponse extends HealthLakeResponse implements ToCopyableBuilder<CreateFhirDatastoreResponse.Builder,CreateFhirDatastoreResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateFhirDatastoreResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateFhirDatastoreResponse.Builderbuilder()StringdatastoreArn()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.StringdatastoreEndpoint()The AWS endpoint for the created data store.StringdatastoreId()The AWS-generated data store id.DatastoreStatusdatastoreStatus()The status of the FHIR data store.StringdatastoreStatusAsString()The status of the FHIR data store.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CreateFhirDatastoreResponse.Builder>serializableBuilderClass()CreateFhirDatastoreResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.healthlake.model.HealthLakeResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
datastoreId
public final String datastoreId()
The AWS-generated data store id. This id is in the output from the initial data store creation call.
- Returns:
- The AWS-generated data store id. This id is in the output from the initial data store creation call.
-
datastoreArn
public final 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.
- Returns:
- 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.
-
datastoreStatus
public final DatastoreStatus datastoreStatus()
The status of the FHIR data store.
If the service returns an enum value that is not available in the current SDK version,
datastoreStatuswill returnDatastoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdatastoreStatusAsString().- Returns:
- The status of the FHIR data store.
- See Also:
DatastoreStatus
-
datastoreStatusAsString
public final String datastoreStatusAsString()
The status of the FHIR data store.
If the service returns an enum value that is not available in the current SDK version,
datastoreStatuswill returnDatastoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdatastoreStatusAsString().- Returns:
- The status of the FHIR data store.
- See Also:
DatastoreStatus
-
datastoreEndpoint
public final String datastoreEndpoint()
The AWS endpoint for the created data store.
- Returns:
- The AWS endpoint for the created data store.
-
toBuilder
public CreateFhirDatastoreResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateFhirDatastoreResponse.Builder,CreateFhirDatastoreResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateFhirDatastoreResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateFhirDatastoreResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-