@Generated(value="software.amazon.awssdk:codegen") public final class StartImportResponse extends LexModelsV2Response implements ToCopyableBuilder<StartImportResponse.Builder,StartImportResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartImportResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartImportResponse.Builder |
builder() |
Instant |
creationDateTime()
The date and time that the import request was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
importId()
A unique identifier for the import.
|
ImportStatus |
importStatus()
The current status of the import.
|
String |
importStatusAsString()
The current status of the import.
|
MergeStrategy |
mergeStrategy()
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
String |
mergeStrategyAsString()
The strategy used when there was a name conflict between the imported resource and an existing resource.
|
ImportResourceSpecification |
resourceSpecification()
The parameters used when importing the bot or bot locale.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartImportResponse.Builder> |
serializableBuilderClass() |
StartImportResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String importId()
A unique identifier for the import.
public final ImportResourceSpecification resourceSpecification()
The parameters used when importing the bot or bot locale.
public final MergeStrategy mergeStrategy()
The strategy used when there was a name conflict between the imported resource and an existing resource. When the
merge strategy is FailOnConflict existing resources are not overwritten and the import fails.
If the service returns an enum value that is not available in the current SDK version, mergeStrategy
will return MergeStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mergeStrategyAsString().
FailOnConflict existing resources are not overwritten and the
import fails.MergeStrategypublic final String mergeStrategyAsString()
The strategy used when there was a name conflict between the imported resource and an existing resource. When the
merge strategy is FailOnConflict existing resources are not overwritten and the import fails.
If the service returns an enum value that is not available in the current SDK version, mergeStrategy
will return MergeStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
mergeStrategyAsString().
FailOnConflict existing resources are not overwritten and the
import fails.MergeStrategypublic final ImportStatus importStatus()
The current status of the import. When the status is Complete the bot or bot alias is ready to use.
If the service returns an enum value that is not available in the current SDK version, importStatus will
return ImportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
importStatusAsString().
Complete the bot or bot alias is ready
to use.ImportStatuspublic final String importStatusAsString()
The current status of the import. When the status is Complete the bot or bot alias is ready to use.
If the service returns an enum value that is not available in the current SDK version, importStatus will
return ImportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
importStatusAsString().
Complete the bot or bot alias is ready
to use.ImportStatuspublic final Instant creationDateTime()
The date and time that the import request was created.
public StartImportResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartImportResponse.Builder,StartImportResponse>toBuilder in class AwsResponsepublic static StartImportResponse.Builder builder()
public static Class<? extends StartImportResponse.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 © 2021. All rights reserved.