@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BotRecommendationSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the bot recommendation.
Constructor and Description |
---|
BotRecommendationSummary() |
Modifier and Type | Method and Description |
---|---|
BotRecommendationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getBotRecommendationId()
The unique identifier of the bot recommendation to be updated.
|
String |
getBotRecommendationStatus()
The status of the bot recommendation.
|
Date |
getCreationDateTime()
A timestamp of the date and time that the bot recommendation was created.
|
Date |
getLastUpdatedDateTime()
A timestamp of the date and time that the bot recommendation was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
void |
setBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
void |
setCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
|
String |
toString()
Returns a string representation of this object.
|
BotRecommendationSummary |
withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
BotRecommendationSummary |
withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
BotRecommendationSummary |
withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
BotRecommendationSummary |
withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
BotRecommendationSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
|
public void setBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public String getBotRecommendationStatus()
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public BotRecommendationSummary withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public BotRecommendationSummary withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public void setBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
botRecommendationId
- The unique identifier of the bot recommendation to be updated.public String getBotRecommendationId()
The unique identifier of the bot recommendation to be updated.
public BotRecommendationSummary withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
botRecommendationId
- The unique identifier of the bot recommendation to be updated.public void setCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
creationDateTime
- A timestamp of the date and time that the bot recommendation was created.public Date getCreationDateTime()
A timestamp of the date and time that the bot recommendation was created.
public BotRecommendationSummary withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
creationDateTime
- A timestamp of the date and time that the bot recommendation was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
lastUpdatedDateTime
- A timestamp of the date and time that the bot recommendation was last updated.public Date getLastUpdatedDateTime()
A timestamp of the date and time that the bot recommendation was last updated.
public BotRecommendationSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
lastUpdatedDateTime
- A timestamp of the date and time that the bot recommendation was last updated.public String toString()
toString
in class Object
Object.toString()
public BotRecommendationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.