@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommenderUpdateSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the properties of a recommender update. For a complete listing, call the DescribeRecommender API.
Constructor and Description |
---|
RecommenderUpdateSummary() |
Modifier and Type | Method and Description |
---|---|
RecommenderUpdateSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time (in Unix format) that the recommender update was created.
|
String |
getFailureReason()
If a recommender update fails, the reason behind the failure.
|
Date |
getLastUpdatedDateTime()
The date and time (in Unix time) that the recommender update was last updated.
|
RecommenderConfig |
getRecommenderConfig()
The configuration details of the recommender update.
|
String |
getStatus()
The status of the recommender update.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The date and time (in Unix format) that the recommender update was created.
|
void |
setFailureReason(String failureReason)
If a recommender update fails, the reason behind the failure.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the recommender update was last updated.
|
void |
setRecommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender update.
|
void |
setStatus(String status)
The status of the recommender update.
|
String |
toString()
Returns a string representation of this object.
|
RecommenderUpdateSummary |
withCreationDateTime(Date creationDateTime)
The date and time (in Unix format) that the recommender update was created.
|
RecommenderUpdateSummary |
withFailureReason(String failureReason)
If a recommender update fails, the reason behind the failure.
|
RecommenderUpdateSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the recommender update was last updated.
|
RecommenderUpdateSummary |
withRecommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender update.
|
RecommenderUpdateSummary |
withStatus(String status)
The status of the recommender update.
|
public void setRecommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender update.
recommenderConfig
- The configuration details of the recommender update.public RecommenderConfig getRecommenderConfig()
The configuration details of the recommender update.
public RecommenderUpdateSummary withRecommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender update.
recommenderConfig
- The configuration details of the recommender update.public void setCreationDateTime(Date creationDateTime)
The date and time (in Unix format) that the recommender update was created.
creationDateTime
- The date and time (in Unix format) that the recommender update was created.public Date getCreationDateTime()
The date and time (in Unix format) that the recommender update was created.
public RecommenderUpdateSummary withCreationDateTime(Date creationDateTime)
The date and time (in Unix format) that the recommender update was created.
creationDateTime
- The date and time (in Unix format) that the recommender update was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the recommender update was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) that the recommender update was last updated.public Date getLastUpdatedDateTime()
The date and time (in Unix time) that the recommender update was last updated.
public RecommenderUpdateSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) that the recommender update was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) that the recommender update was last updated.public void setStatus(String status)
The status of the recommender update.
A recommender can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
DELETE PENDING > DELETE IN_PROGRESS
status
- The status of the recommender update.
A recommender can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
DELETE PENDING > DELETE IN_PROGRESS
public String getStatus()
The status of the recommender update.
A recommender can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
DELETE PENDING > DELETE IN_PROGRESS
A recommender can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
DELETE PENDING > DELETE IN_PROGRESS
public RecommenderUpdateSummary withStatus(String status)
The status of the recommender update.
A recommender can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
DELETE PENDING > DELETE IN_PROGRESS
status
- The status of the recommender update.
A recommender can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE
DELETE PENDING > DELETE IN_PROGRESS
public void setFailureReason(String failureReason)
If a recommender update fails, the reason behind the failure.
failureReason
- If a recommender update fails, the reason behind the failure.public String getFailureReason()
If a recommender update fails, the reason behind the failure.
public RecommenderUpdateSummary withFailureReason(String failureReason)
If a recommender update fails, the reason behind the failure.
failureReason
- If a recommender update fails, the reason behind the failure.public String toString()
toString
in class Object
Object.toString()
public RecommenderUpdateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.