@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CampaignState extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
CampaignState() |
Modifier and Type | Method and Description |
---|---|
CampaignState |
clone() |
boolean |
equals(Object obj) |
String |
getCampaignStatus()
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCampaignStatus(CampaignStatus campaignStatus)
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
void |
setCampaignStatus(String campaignStatus)
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CampaignState |
withCampaignStatus(CampaignStatus campaignStatus)
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
CampaignState |
withCampaignStatus(String campaignStatus)
The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
|
public void setCampaignStatus(String campaignStatus)
campaignStatus
- The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
Valid values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED, PAUSEDCampaignStatus
public String getCampaignStatus()
CampaignStatus
public CampaignState withCampaignStatus(String campaignStatus)
campaignStatus
- The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
Valid values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED, PAUSEDCampaignStatus
public void setCampaignStatus(CampaignStatus campaignStatus)
campaignStatus
- The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
Valid values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED, PAUSEDCampaignStatus
public CampaignState withCampaignStatus(CampaignStatus campaignStatus)
campaignStatus
- The status of the campaign, or the status of a treatment that belongs to an A/B test campaign.
Valid values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED, PAUSEDCampaignStatus
public String toString()
toString
in class Object
Object.toString()
public CampaignState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.