@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a generation request made for the bot locale.
Constructor and Description |
---|
GenerationSummary() |
Modifier and Type | Method and Description |
---|---|
GenerationSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time at which the generation request was made.
|
String |
getGenerationId()
The unique identifier of the generation request.
|
String |
getGenerationStatus()
The status of the generation request.
|
Date |
getLastUpdatedDateTime()
The date and time at which the generation request was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The date and time at which the generation request was made.
|
void |
setGenerationId(String generationId)
The unique identifier of the generation request.
|
void |
setGenerationStatus(String generationStatus)
The status of the generation request.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time at which the generation request was last updated.
|
String |
toString()
Returns a string representation of this object.
|
GenerationSummary |
withCreationDateTime(Date creationDateTime)
The date and time at which the generation request was made.
|
GenerationSummary |
withGenerationId(String generationId)
The unique identifier of the generation request.
|
GenerationSummary |
withGenerationStatus(GenerationStatus generationStatus)
The status of the generation request.
|
GenerationSummary |
withGenerationStatus(String generationStatus)
The status of the generation request.
|
GenerationSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time at which the generation request was last updated.
|
public void setGenerationId(String generationId)
The unique identifier of the generation request.
generationId
- The unique identifier of the generation request.public String getGenerationId()
The unique identifier of the generation request.
public GenerationSummary withGenerationId(String generationId)
The unique identifier of the generation request.
generationId
- The unique identifier of the generation request.public void setGenerationStatus(String generationStatus)
The status of the generation request.
generationStatus
- The status of the generation request.GenerationStatus
public String getGenerationStatus()
The status of the generation request.
GenerationStatus
public GenerationSummary withGenerationStatus(String generationStatus)
The status of the generation request.
generationStatus
- The status of the generation request.GenerationStatus
public GenerationSummary withGenerationStatus(GenerationStatus generationStatus)
The status of the generation request.
generationStatus
- The status of the generation request.GenerationStatus
public void setCreationDateTime(Date creationDateTime)
The date and time at which the generation request was made.
creationDateTime
- The date and time at which the generation request was made.public Date getCreationDateTime()
The date and time at which the generation request was made.
public GenerationSummary withCreationDateTime(Date creationDateTime)
The date and time at which the generation request was made.
creationDateTime
- The date and time at which the generation request was made.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time at which the generation request was last updated.
lastUpdatedDateTime
- The date and time at which the generation request was last updated.public Date getLastUpdatedDateTime()
The date and time at which the generation request was last updated.
public GenerationSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time at which the generation request was last updated.
lastUpdatedDateTime
- The date and time at which the generation request was last updated.public String toString()
toString
in class Object
Object.toString()
public GenerationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.