@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCampaignStateBatchResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
GetCampaignStateBatchResponse
Constructor and Description |
---|
GetCampaignStateBatchResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SuccessfulCampaignStateResponse> getSuccessfulRequests()
public void setSuccessfulRequests(Collection<SuccessfulCampaignStateResponse> successfulRequests)
successfulRequests
- public GetCampaignStateBatchResult withSuccessfulRequests(SuccessfulCampaignStateResponse... successfulRequests)
NOTE: This method appends the values to the existing list (if any). Use
setSuccessfulRequests(java.util.Collection)
or withSuccessfulRequests(java.util.Collection)
if
you want to override the existing values.
successfulRequests
- public GetCampaignStateBatchResult withSuccessfulRequests(Collection<SuccessfulCampaignStateResponse> successfulRequests)
successfulRequests
- public List<FailedCampaignStateResponse> getFailedRequests()
public void setFailedRequests(Collection<FailedCampaignStateResponse> failedRequests)
failedRequests
- public GetCampaignStateBatchResult withFailedRequests(FailedCampaignStateResponse... failedRequests)
NOTE: This method appends the values to the existing list (if any). Use
setFailedRequests(java.util.Collection)
or withFailedRequests(java.util.Collection)
if you want
to override the existing values.
failedRequests
- public GetCampaignStateBatchResult withFailedRequests(Collection<FailedCampaignStateResponse> failedRequests)
failedRequests
- public String toString()
toString
in class Object
Object.toString()
public GetCampaignStateBatchResult clone()