@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information about an import in an import list.
Constructor and Description |
---|
ImportSummary() |
Modifier and Type | Method and Description |
---|---|
ImportSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time that the import was created.
|
String |
getImportedResourceId()
The unique identifier that Amazon Lex assigned to the imported resource.
|
String |
getImportedResourceName()
The name that you gave the imported resource.
|
String |
getImportedResourceType()
The type of resource that was imported.
|
String |
getImportId()
The unique identifier that Amazon Lex assigned to the import.
|
String |
getImportStatus()
The status of the resource.
|
Date |
getLastUpdatedDateTime()
The date and time that the import was last updated.
|
String |
getMergeStrategy()
The strategy used to merge existing bot or bot locale definitions with the imported definition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The date and time that the import was created.
|
void |
setImportedResourceId(String importedResourceId)
The unique identifier that Amazon Lex assigned to the imported resource.
|
void |
setImportedResourceName(String importedResourceName)
The name that you gave the imported resource.
|
void |
setImportedResourceType(String importedResourceType)
The type of resource that was imported.
|
void |
setImportId(String importId)
The unique identifier that Amazon Lex assigned to the import.
|
void |
setImportStatus(String importStatus)
The status of the resource.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the import was last updated.
|
void |
setMergeStrategy(String mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
|
String |
toString()
Returns a string representation of this object.
|
ImportSummary |
withCreationDateTime(Date creationDateTime)
The date and time that the import was created.
|
ImportSummary |
withImportedResourceId(String importedResourceId)
The unique identifier that Amazon Lex assigned to the imported resource.
|
ImportSummary |
withImportedResourceName(String importedResourceName)
The name that you gave the imported resource.
|
ImportSummary |
withImportedResourceType(ImportResourceType importedResourceType)
The type of resource that was imported.
|
ImportSummary |
withImportedResourceType(String importedResourceType)
The type of resource that was imported.
|
ImportSummary |
withImportId(String importId)
The unique identifier that Amazon Lex assigned to the import.
|
ImportSummary |
withImportStatus(ImportStatus importStatus)
The status of the resource.
|
ImportSummary |
withImportStatus(String importStatus)
The status of the resource.
|
ImportSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the import was last updated.
|
ImportSummary |
withMergeStrategy(MergeStrategy mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
|
ImportSummary |
withMergeStrategy(String mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
|
public void setImportId(String importId)
The unique identifier that Amazon Lex assigned to the import.
importId
- The unique identifier that Amazon Lex assigned to the import.public String getImportId()
The unique identifier that Amazon Lex assigned to the import.
public ImportSummary withImportId(String importId)
The unique identifier that Amazon Lex assigned to the import.
importId
- The unique identifier that Amazon Lex assigned to the import.public void setImportedResourceId(String importedResourceId)
The unique identifier that Amazon Lex assigned to the imported resource.
importedResourceId
- The unique identifier that Amazon Lex assigned to the imported resource.public String getImportedResourceId()
The unique identifier that Amazon Lex assigned to the imported resource.
public ImportSummary withImportedResourceId(String importedResourceId)
The unique identifier that Amazon Lex assigned to the imported resource.
importedResourceId
- The unique identifier that Amazon Lex assigned to the imported resource.public void setImportedResourceName(String importedResourceName)
The name that you gave the imported resource.
importedResourceName
- The name that you gave the imported resource.public String getImportedResourceName()
The name that you gave the imported resource.
public ImportSummary withImportedResourceName(String importedResourceName)
The name that you gave the imported resource.
importedResourceName
- The name that you gave the imported resource.public void setImportStatus(String importStatus)
The status of the resource. When the status is Completed
the resource is ready to build.
importStatus
- The status of the resource. When the status is Completed
the resource is ready to build.ImportStatus
public String getImportStatus()
The status of the resource. When the status is Completed
the resource is ready to build.
Completed
the resource is ready to build.ImportStatus
public ImportSummary withImportStatus(String importStatus)
The status of the resource. When the status is Completed
the resource is ready to build.
importStatus
- The status of the resource. When the status is Completed
the resource is ready to build.ImportStatus
public ImportSummary withImportStatus(ImportStatus importStatus)
The status of the resource. When the status is Completed
the resource is ready to build.
importStatus
- The status of the resource. When the status is Completed
the resource is ready to build.ImportStatus
public void setMergeStrategy(String mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
mergeStrategy
- The strategy used to merge existing bot or bot locale definitions with the imported definition.MergeStrategy
public String getMergeStrategy()
The strategy used to merge existing bot or bot locale definitions with the imported definition.
MergeStrategy
public ImportSummary withMergeStrategy(String mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
mergeStrategy
- The strategy used to merge existing bot or bot locale definitions with the imported definition.MergeStrategy
public ImportSummary withMergeStrategy(MergeStrategy mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
mergeStrategy
- The strategy used to merge existing bot or bot locale definitions with the imported definition.MergeStrategy
public void setCreationDateTime(Date creationDateTime)
The date and time that the import was created.
creationDateTime
- The date and time that the import was created.public Date getCreationDateTime()
The date and time that the import was created.
public ImportSummary withCreationDateTime(Date creationDateTime)
The date and time that the import was created.
creationDateTime
- The date and time that the import was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the import was last updated.
lastUpdatedDateTime
- The date and time that the import was last updated.public Date getLastUpdatedDateTime()
The date and time that the import was last updated.
public ImportSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the import was last updated.
lastUpdatedDateTime
- The date and time that the import was last updated.public void setImportedResourceType(String importedResourceType)
The type of resource that was imported.
importedResourceType
- The type of resource that was imported.ImportResourceType
public String getImportedResourceType()
The type of resource that was imported.
ImportResourceType
public ImportSummary withImportedResourceType(String importedResourceType)
The type of resource that was imported.
importedResourceType
- The type of resource that was imported.ImportResourceType
public ImportSummary withImportedResourceType(ImportResourceType importedResourceType)
The type of resource that was imported.
importedResourceType
- The type of resource that was imported.ImportResourceType
public String toString()
toString
in class Object
Object.toString()
public ImportSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.