@Generated(value="software.amazon.awssdk:codegen") public final class CampaignUpdateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CampaignUpdateSummary.Builder,CampaignUpdateSummary>
Provides a summary of the properties of a campaign update. For a complete listing, call the DescribeCampaign API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CampaignUpdateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CampaignUpdateSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time (in Unix time) that the campaign update was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If a campaign 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 campaign update was last updated.
|
Integer |
minProvisionedTPS()
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize
will support.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CampaignUpdateSummary.Builder> |
serializableBuilderClass() |
String |
solutionVersionArn()
The Amazon Resource Name (ARN) of the deployed solution version.
|
String |
status()
The status of the campaign update.
|
CampaignUpdateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String solutionVersionArn()
The Amazon Resource Name (ARN) of the deployed solution version.
public Integer minProvisionedTPS()
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
public String status()
The status of the campaign update.
A campaign update can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
A campaign update can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING > DELETE IN_PROGRESS
public String failureReason()
If a campaign update fails, the reason behind the failure.
public Instant creationDateTime()
The date and time (in Unix time) that the campaign update was created.
public Instant lastUpdatedDateTime()
The date and time (in Unix time) that the campaign update was last updated.
public CampaignUpdateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CampaignUpdateSummary.Builder,CampaignUpdateSummary>public static CampaignUpdateSummary.Builder builder()
public static Class<? extends CampaignUpdateSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.