@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuccessfulCampaignStateResponse extends Object implements Serializable, Cloneable, StructuredPojo
Successful response of campaign state
| Constructor and Description |
|---|
SuccessfulCampaignStateResponse() |
| Modifier and Type | Method and Description |
|---|---|
SuccessfulCampaignStateResponse |
clone() |
boolean |
equals(Object obj) |
String |
getCampaignId() |
String |
getState() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCampaignId(String campaignId) |
void |
setState(String state) |
String |
toString()
Returns a string representation of this object.
|
SuccessfulCampaignStateResponse |
withCampaignId(String campaignId) |
SuccessfulCampaignStateResponse |
withState(CampaignState state) |
SuccessfulCampaignStateResponse |
withState(String state) |
public void setCampaignId(String campaignId)
campaignId - public String getCampaignId()
public SuccessfulCampaignStateResponse withCampaignId(String campaignId)
campaignId - public void setState(String state)
state - CampaignStatepublic String getState()
CampaignStatepublic SuccessfulCampaignStateResponse withState(String state)
state - CampaignStatepublic SuccessfulCampaignStateResponse withState(CampaignState state)
state - CampaignStatepublic String toString()
toString in class ObjectObject.toString()public SuccessfulCampaignStateResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.