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