public class CampaignState
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
| CampaignState() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.String | getCampaignStatus()The status of the campaign, or the status of a treatment that belongs to
 an A/B test campaign. | 
| int | hashCode() | 
| 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(java.lang.String campaignStatus)The status of the campaign, or the status of a treatment that belongs to
 an A/B test campaign. | 
| java.lang.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(java.lang.String campaignStatus)The status of the campaign, or the status of a treatment that belongs to
 an A/B test campaign. | 
public java.lang.String getCampaignStatus()
 Constraints:
 Allowed Values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED,
 PAUSED, DELETED
CampaignStatuspublic void setCampaignStatus(java.lang.String campaignStatus)
 Constraints:
 Allowed Values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED,
 PAUSED, DELETED
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(java.lang.String campaignStatus)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED,
 PAUSED, DELETED
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)
 Constraints:
 Allowed Values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED,
 PAUSED, DELETED
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)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Allowed Values: SCHEDULED, EXECUTING, PENDING_NEXT_RUN, COMPLETED,
 PAUSED, DELETED
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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.