@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, in ISO 8601 format, when the campaign was created.
|
CustomDeliveryConfiguration |
customDeliveryConfiguration()
The delivery configuration settings for sending the campaign through a custom channel.
|
CampaignState |
defaultState()
The current status of the campaign's default treatment.
|
String |
description()
The custom description of the campaign.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAdditionalTreatments()
For responses, this returns true if the service returned a value for the AdditionalTreatments property.
|
int |
hashCode() |
boolean |
hasTags()
For responses, this returns true if the service returned a value for the Tags property.
|
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.
|
Integer |
priority()
Defines the priority of the campaign, used to decide the order of messages displayed to user if there are
multiple messages scheduled to be displayed at the same moment.
|
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.
|
TemplateConfiguration |
templateConfiguration()
The message template that’s used for the campaign.
|
CampaignResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
treatmentDescription()
The custom description of the default treatment for the campaign.
|
String |
treatmentName()
The custom name of the default treatment for the campaign, if the campaign has multiple treatments.
|
Integer |
version()
The version number of the campaign.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasAdditionalTreatments()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAdditionalTreatments() method.
public final String applicationId()
The unique identifier for the application that the campaign applies to.
public final String arn()
The Amazon Resource Name (ARN) of the campaign.
public final String creationDate()
The date, in ISO 8601 format, when the campaign was created.
public final CustomDeliveryConfiguration customDeliveryConfiguration()
The delivery configuration settings for sending the campaign through a custom channel.
public final CampaignState defaultState()
The current status of the campaign's default treatment. This value exists only for campaigns that have more than one treatment.
public final String description()
The custom description of the campaign.
public final Integer holdoutPercent()
The allocated percentage of users (segment members) who shouldn't receive messages from the campaign.
public final CampaignHook hook()
The settings for the AWS Lambda function to use as a code hook for the campaign. You can use this hook to customize the segment that's used by the campaign.
public final String id()
The unique identifier for the campaign.
public final 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 final String lastModifiedDate()
The date, in ISO 8601 format, when the campaign was last modified.
public final CampaignLimits limits()
The messaging limits for the campaign.
public final MessageConfiguration messageConfiguration()
The message configuration settings for the campaign.
public final String name()
The name of the campaign.
public final Schedule schedule()
The schedule settings for the campaign.
public final String segmentId()
The unique identifier for the segment that's associated with the campaign.
public final Integer segmentVersion()
The version number of the segment that's associated with the campaign.
public final CampaignState state()
The current status of the campaign.
public final boolean hasTags()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTags() method.
public final TemplateConfiguration templateConfiguration()
The message template that’s used for the campaign.
public final String treatmentDescription()
The custom description of the default treatment for the campaign.
public final String treatmentName()
The custom name of the default treatment for the campaign, if the campaign has multiple treatments. A treatment is a variation of a campaign that's used for A/B testing.
public final Integer version()
The version number of the campaign.
public final Integer priority()
Defines the priority of the campaign, used to decide the order of messages displayed to user if there are multiple messages scheduled to be displayed at the same moment.
public CampaignResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CampaignResponse.Builder,CampaignResponse>public static CampaignResponse.Builder builder()
public static Class<? extends CampaignResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.