StructuredPojo
, ToCopyableBuilder<WriteTreatmentResource.Builder,WriteTreatmentResource>
@Generated("software.amazon.awssdk:codegen") public class WriteTreatmentResource extends Object implements StructuredPojo, ToCopyableBuilder<WriteTreatmentResource.Builder,WriteTreatmentResource>
Modifier and Type | Class | Description |
---|---|---|
static interface |
WriteTreatmentResource.Builder |
Modifier and Type | Method | Description |
---|---|---|
static WriteTreatmentResource.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
MessageConfiguration |
messageConfiguration() |
The message configuration settings.
|
Schedule |
schedule() |
The campaign schedule.
|
static Class<? extends WriteTreatmentResource.Builder> |
serializableBuilderClass() |
|
Integer |
sizePercent() |
The allocated percentage of users for this treatment.
|
WriteTreatmentResource.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
treatmentDescription() |
A custom description for the treatment.
|
String |
treatmentName() |
The custom name of a variation of the campaign used for A/B testing.
|
public MessageConfiguration messageConfiguration()
public Schedule schedule()
public Integer sizePercent()
public String treatmentDescription()
public String treatmentName()
public WriteTreatmentResource.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WriteTreatmentResource.Builder,WriteTreatmentResource>
public static WriteTreatmentResource.Builder builder()
public static Class<? extends WriteTreatmentResource.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.