@Generated(value="software.amazon.awssdk:codegen") public final class ImportSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportSummary.Builder,ImportSummary>
Provides summary information about an import in an import list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time that the import was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
importedResourceId()
The unique identifier that Amazon Lex assigned to the imported resource.
|
String |
importedResourceName()
The name that you gave the imported resource.
|
ImportResourceType |
importedResourceType()
The type of resource that was imported.
|
String |
importedResourceTypeAsString()
The type of resource that was imported.
|
String |
importId()
The unique identifier that Amazon Lex assigned to the import.
|
ImportStatus |
importStatus()
The status of the resource.
|
String |
importStatusAsString()
The status of the resource.
|
Instant |
lastUpdatedDateTime()
The date and time that the import was last updated.
|
MergeStrategy |
mergeStrategy()
The strategy used to merge existing bot or bot locale definitions with the imported definition.
|
String |
mergeStrategyAsString()
The strategy used to merge existing bot or bot locale definitions with the imported definition.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportSummary.Builder> |
serializableBuilderClass() |
ImportSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String importId()
The unique identifier that Amazon Lex assigned to the import.
public final String importedResourceId()
The unique identifier that Amazon Lex assigned to the imported resource.
public final String importedResourceName()
The name that you gave the imported resource.
public final ImportStatus importStatus()
The status of the resource. When the status is Completed the resource is ready to build.
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().
Completed the resource is ready to build.ImportStatuspublic final String importStatusAsString()
The status of the resource. When the status is Completed the resource is ready to build.
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().
Completed the resource is ready to build.ImportStatuspublic final MergeStrategy mergeStrategy()
The strategy used to merge existing bot or bot locale definitions with the imported definition.
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().
MergeStrategypublic final String mergeStrategyAsString()
The strategy used to merge existing bot or bot locale definitions with the imported definition.
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().
MergeStrategypublic final Instant creationDateTime()
The date and time that the import was created.
public final Instant lastUpdatedDateTime()
The date and time that the import was last updated.
public final ImportResourceType importedResourceType()
The type of resource that was imported.
If the service returns an enum value that is not available in the current SDK version,
importedResourceType will return ImportResourceType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from importedResourceTypeAsString().
ImportResourceTypepublic final String importedResourceTypeAsString()
The type of resource that was imported.
If the service returns an enum value that is not available in the current SDK version,
importedResourceType will return ImportResourceType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from importedResourceTypeAsString().
ImportResourceTypepublic ImportSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportSummary.Builder,ImportSummary>public static ImportSummary.Builder builder()
public static Class<? extends ImportSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.