@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, PAUSEDCampaignStatuspublic String getCampaignStatus()
CampaignStatuspublic 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, PAUSEDCampaignStatuspublic 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, PAUSEDCampaignStatuspublic 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, PAUSEDCampaignStatuspublic String toString()
toString in class ObjectObject.toString()public CampaignState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.