@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
- CampaignState
public String getState()
CampaignState
public SuccessfulCampaignStateResponse withState(String state)
state
- CampaignState
public SuccessfulCampaignStateResponse withState(CampaignState state)
state
- CampaignState
public String toString()
toString
in class Object
Object.toString()
public SuccessfulCampaignStateResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.