@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
- GetCampaignStateBatchFailureCode
public String getFailureCode()
GetCampaignStateBatchFailureCode
public FailedCampaignStateResponse withFailureCode(String failureCode)
failureCode
- GetCampaignStateBatchFailureCode
public FailedCampaignStateResponse withFailureCode(GetCampaignStateBatchFailureCode failureCode)
failureCode
- GetCampaignStateBatchFailureCode
public String toString()
toString
in class Object
Object.toString()
public FailedCampaignStateResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.