@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCampaignStateBatchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetCampaignStateBatchRequest
NOOP
Constructor and Description |
---|
GetCampaignStateBatchRequest() |
Modifier and Type | Method and Description |
---|---|
GetCampaignStateBatchRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getCampaignIds() |
int |
hashCode() |
void |
setCampaignIds(Collection<String> campaignIds) |
String |
toString()
Returns a string representation of this object.
|
GetCampaignStateBatchRequest |
withCampaignIds(Collection<String> campaignIds) |
GetCampaignStateBatchRequest |
withCampaignIds(String... campaignIds)
NOTE: This method appends the values to the existing list (if any).
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCampaignIds(Collection<String> campaignIds)
campaignIds
- public GetCampaignStateBatchRequest withCampaignIds(String... campaignIds)
NOTE: This method appends the values to the existing list (if any). Use
setCampaignIds(java.util.Collection)
or withCampaignIds(java.util.Collection)
if you want to
override the existing values.
campaignIds
- public GetCampaignStateBatchRequest withCampaignIds(Collection<String> campaignIds)
campaignIds
- public String toString()
toString
in class Object
Object.toString()
public GetCampaignStateBatchRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()