@Generated(value="software.amazon.awssdk:codegen") public final class CampaignResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CampaignResponse.Builder,CampaignResponse>
Provides information about the status, configuration, and other settings for a campaign.
Modifier and Type | Class and Description |
---|---|
static interface |
CampaignResponse.Builder |
Modifier and Type | Method and Description |
---|---|
List<TreatmentResource> |
additionalTreatments()
An array of responses, one for each treatment that you defined for the campaign, in addition to the default
treatment.
|
String |
applicationId()
The unique identifier for the application that the campaign applies to.
|
String |
arn()
The Amazon Resource Name (ARN) of the campaign.
|
static CampaignResponse.Builder |
builder() |
String |
creationDate()
The date, ISO 8601 format, when the campaign was created.
|
CampaignState |
defaultState()
The current status of the campaign's default treatment.
|
String |
description()
The custom description of the campaign.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
holdoutPercent()
The allocated percentage of users (segment members) who shouldn't receive messages from the campaign.
|
CampaignHook |
hook()
The settings for the AWS Lambda function to use as a code hook for the campaign.
|
String |
id()
The unique identifier for the campaign.
|
Boolean |
isPaused()
Specifies whether the campaign is paused.
|
String |
lastModifiedDate()
The date, in ISO 8601 format, when the campaign was last modified.
|
CampaignLimits |
limits()
The messaging limits for the campaign.
|
MessageConfiguration |
messageConfiguration()
The message configuration settings for the campaign.
|
String |
name()
The name of the campaign.
|
Schedule |
schedule()
The schedule settings for the campaign.
|
List<SdkField<?>> |
sdkFields() |
String |
segmentId()
The unique identifier for the segment that's associated with the campaign.
|
Integer |
segmentVersion()
The version number of the segment that's associated with the campaign.
|
static Class<? extends CampaignResponse.Builder> |
serializableBuilderClass() |
CampaignState |
state()
The current status of the campaign.
|
Map<String,String> |
tags()
A string-to-string map of key-value pairs that identifies the tags that are associated with the campaign.
|
CampaignResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
treatmentDescription()
The custom description of a variation of the campaign that's used for A/B testing.
|
String |
treatmentName()
The custom name of a variation of the campaign that's used for A/B testing.
|
Integer |
version()
The version number of the campaign.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public List<TreatmentResource> additionalTreatments()
An array of responses, one for each treatment that you defined for the campaign, in addition to the default treatment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String applicationId()
The unique identifier for the application that the campaign applies to.
public String arn()
The Amazon Resource Name (ARN) of the campaign.
public String creationDate()
The date, ISO 8601 format, when the campaign was created.
public CampaignState defaultState()
The current status of the campaign's default treatment. This value exists only for campaigns that have more than one treatment, to support A/B testing.
public String description()
The custom description of the campaign.
public Integer holdoutPercent()
The allocated percentage of users (segment members) who shouldn't receive messages from the campaign.
public CampaignHook hook()
The settings for the AWS Lambda function to use as a code hook for the campaign.
public String id()
The unique identifier for the campaign.
public Boolean isPaused()
Specifies whether the campaign is paused. A paused campaign doesn't run unless you resume it by changing this value to false.
public String lastModifiedDate()
The date, in ISO 8601 format, when the campaign was last modified.
public CampaignLimits limits()
The messaging limits for the campaign.
public MessageConfiguration messageConfiguration()
The message configuration settings for the campaign.
public String name()
The name of the campaign.
public Schedule schedule()
The schedule settings for the campaign.
public String segmentId()
The unique identifier for the segment that's associated with the campaign.
public Integer segmentVersion()
The version number of the segment that's associated with the campaign.
public CampaignState state()
The current status of the campaign.
public Map<String,String> tags()
A string-to-string map of key-value pairs that identifies the tags that are associated with the campaign. Each tag consists of a required tag key and an associated tag value.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String treatmentDescription()
The custom description of a variation of the campaign that's used for A/B testing.
public String treatmentName()
The custom name of a variation of the campaign that's used for A/B testing.
public Integer version()
The version number of the campaign.
public CampaignResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CampaignResponse.Builder,CampaignResponse>
public static CampaignResponse.Builder builder()
public static Class<? extends CampaignResponse.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.