@Generated(value="software.amazon.awssdk:codegen") public final class RecommenderUpdateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommenderUpdateSummary.Builder,RecommenderUpdateSummary>
Provides a summary of the properties of a recommender update. For a complete listing, call the DescribeRecommender API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecommenderUpdateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecommenderUpdateSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix format) that the recommender update was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If a recommender update fails, the reason behind the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time (in Unix time) that the recommender update was last updated.
|
RecommenderConfig |
recommenderConfig()
The configuration details of the recommender update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecommenderUpdateSummary.Builder> |
serializableBuilderClass() |
String |
status()
The status of the recommender update.
|
RecommenderUpdateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RecommenderConfig recommenderConfig()
The configuration details of the recommender update.
public final Instant creationDateTime()
The date and time (in Unix format) that the recommender update was created.
public final Instant lastUpdatedDateTime()
The date and time (in Unix time) that the recommender update was last updated.
public final 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
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 final String failureReason()
If a recommender update fails, the reason behind the failure.
public RecommenderUpdateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecommenderUpdateSummary.Builder,RecommenderUpdateSummary>public static RecommenderUpdateSummary.Builder builder()
public static Class<? extends RecommenderUpdateSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.