@Generated(value="software.amazon.awssdk:codegen") public final class WriteCampaignRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WriteCampaignRequest.Builder,WriteCampaignRequest>
Specifies the configuration and other settings for a campaign.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WriteCampaignRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<WriteTreatmentResource> |
additionalTreatments()
An array of requests that defines additional treatments for the campaign, in addition to the default treatment
for the campaign.
|
static WriteCampaignRequest.Builder |
builder() |
String |
description()
A custom description of the campaign.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAdditionalTreatments()
Returns true if the AdditionalTreatments property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
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.
|
Boolean |
isPaused()
Specifies whether to pause the campaign.
|
CampaignLimits |
limits()
The messaging limits for the campaign.
|
MessageConfiguration |
messageConfiguration()
The message configuration settings for the campaign.
|
String |
name()
The custom name of the campaign.
|
Schedule |
schedule()
The schedule settings for the campaign.
|
List<SdkField<?>> |
sdkFields() |
String |
segmentId()
The unique identifier for the segment to associate with the campaign.
|
Integer |
segmentVersion()
The version of the segment to associate with the campaign.
|
static Class<? extends WriteCampaignRequest.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
A string-to-string map of key-value pairs that defines the tags to associate with the campaign.
|
TemplateConfiguration |
templateConfiguration()
The message template to use for the campaign.
|
WriteCampaignRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
treatmentDescription()
A custom description of a variation of the campaign to use for A/B testing.
|
String |
treatmentName()
The custom name of a variation of the campaign to use for A/B testing.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasAdditionalTreatments()
public List<WriteTreatmentResource> additionalTreatments()
An array of requests that defines additional treatments for the campaign, in addition to the default treatment for the campaign.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAdditionalTreatments() to see if a value was sent in this field.
public String description()
A 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 Boolean isPaused()
Specifies whether to pause the campaign. A paused campaign doesn't run unless you resume it by setting this value to false.
public CampaignLimits limits()
The messaging limits for the campaign.
public MessageConfiguration messageConfiguration()
The message configuration settings for the campaign.
public String name()
The custom name of the campaign.
public Schedule schedule()
The schedule settings for the campaign.
public String segmentId()
The unique identifier for the segment to associate with the campaign.
public Integer segmentVersion()
The version of the segment to associate with the campaign.
public boolean hasTags()
public Map<String,String> tags()
A string-to-string map of key-value pairs that defines the tags to associate 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.
You can use hasTags() to see if a value was sent in this field.
public TemplateConfiguration templateConfiguration()
The message template to use for the campaign.
public String treatmentDescription()
A custom description of a variation of the campaign to use for A/B testing.
public String treatmentName()
The custom name of a variation of the campaign to use for A/B testing.
public WriteCampaignRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WriteCampaignRequest.Builder,WriteCampaignRequest>public static WriteCampaignRequest.Builder builder()
public static Class<? extends WriteCampaignRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.