StructuredPojo
, ToCopyableBuilder<CampaignState.Builder,CampaignState>
@Generated("software.amazon.awssdk:codegen") public class CampaignState extends Object implements StructuredPojo, ToCopyableBuilder<CampaignState.Builder,CampaignState>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CampaignState.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CampaignState.Builder |
builder() |
|
String |
campaignStatus() |
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends CampaignState.Builder> |
serializableBuilderClass() |
|
CampaignState.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String campaignStatus()
CampaignStatus
public CampaignState.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CampaignState.Builder,CampaignState>
public static CampaignState.Builder builder()
public static Class<? extends CampaignState.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.