@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information about an export in an export list.
Constructor and Description |
---|
ExportSummary() |
Modifier and Type | Method and Description |
---|---|
ExportSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time that the export was created.
|
String |
getExportId()
The unique identifier that Amazon Lex assigned to the export.
|
String |
getExportStatus()
The status of the export.
|
String |
getFileFormat()
The file format used in the export files.
|
Date |
getLastUpdatedDateTime()
The date and time that the export was last updated.
|
ExportResourceSpecification |
getResourceSpecification()
Information about the bot or bot locale that was exported.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The date and time that the export was created.
|
void |
setExportId(String exportId)
The unique identifier that Amazon Lex assigned to the export.
|
void |
setExportStatus(String exportStatus)
The status of the export.
|
void |
setFileFormat(String fileFormat)
The file format used in the export files.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the export was last updated.
|
void |
setResourceSpecification(ExportResourceSpecification resourceSpecification)
Information about the bot or bot locale that was exported.
|
String |
toString()
Returns a string representation of this object.
|
ExportSummary |
withCreationDateTime(Date creationDateTime)
The date and time that the export was created.
|
ExportSummary |
withExportId(String exportId)
The unique identifier that Amazon Lex assigned to the export.
|
ExportSummary |
withExportStatus(ExportStatus exportStatus)
The status of the export.
|
ExportSummary |
withExportStatus(String exportStatus)
The status of the export.
|
ExportSummary |
withFileFormat(ImportExportFileFormat fileFormat)
The file format used in the export files.
|
ExportSummary |
withFileFormat(String fileFormat)
The file format used in the export files.
|
ExportSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the export was last updated.
|
ExportSummary |
withResourceSpecification(ExportResourceSpecification resourceSpecification)
Information about the bot or bot locale that was exported.
|
public void setExportId(String exportId)
The unique identifier that Amazon Lex assigned to the export.
exportId
- The unique identifier that Amazon Lex assigned to the export.public String getExportId()
The unique identifier that Amazon Lex assigned to the export.
public ExportSummary withExportId(String exportId)
The unique identifier that Amazon Lex assigned to the export.
exportId
- The unique identifier that Amazon Lex assigned to the export.public void setResourceSpecification(ExportResourceSpecification resourceSpecification)
Information about the bot or bot locale that was exported.
resourceSpecification
- Information about the bot or bot locale that was exported.public ExportResourceSpecification getResourceSpecification()
Information about the bot or bot locale that was exported.
public ExportSummary withResourceSpecification(ExportResourceSpecification resourceSpecification)
Information about the bot or bot locale that was exported.
resourceSpecification
- Information about the bot or bot locale that was exported.public void setFileFormat(String fileFormat)
The file format used in the export files.
fileFormat
- The file format used in the export files.ImportExportFileFormat
public String getFileFormat()
The file format used in the export files.
ImportExportFileFormat
public ExportSummary withFileFormat(String fileFormat)
The file format used in the export files.
fileFormat
- The file format used in the export files.ImportExportFileFormat
public ExportSummary withFileFormat(ImportExportFileFormat fileFormat)
The file format used in the export files.
fileFormat
- The file format used in the export files.ImportExportFileFormat
public void setExportStatus(String exportStatus)
The status of the export. When the status is Completed
the export is ready to download.
exportStatus
- The status of the export. When the status is Completed
the export is ready to download.ExportStatus
public String getExportStatus()
The status of the export. When the status is Completed
the export is ready to download.
Completed
the export is ready to download.ExportStatus
public ExportSummary withExportStatus(String exportStatus)
The status of the export. When the status is Completed
the export is ready to download.
exportStatus
- The status of the export. When the status is Completed
the export is ready to download.ExportStatus
public ExportSummary withExportStatus(ExportStatus exportStatus)
The status of the export. When the status is Completed
the export is ready to download.
exportStatus
- The status of the export. When the status is Completed
the export is ready to download.ExportStatus
public void setCreationDateTime(Date creationDateTime)
The date and time that the export was created.
creationDateTime
- The date and time that the export was created.public Date getCreationDateTime()
The date and time that the export was created.
public ExportSummary withCreationDateTime(Date creationDateTime)
The date and time that the export was created.
creationDateTime
- The date and time that the export was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the export was last updated.
lastUpdatedDateTime
- The date and time that the export was last updated.public Date getLastUpdatedDateTime()
The date and time that the export was last updated.
public ExportSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the export was last updated.
lastUpdatedDateTime
- The date and time that the export was last updated.public String toString()
toString
in class Object
Object.toString()
public ExportSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.