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
CampaignStatus
public 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, PAUSEDCampaignStatus
public 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, PAUSEDCampaignStatus
public 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, PAUSEDCampaignStatus
public 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, PAUSEDCampaignStatus
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.