@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCampaignActivitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetCampaignActivitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetCampaignActivitiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId() |
String |
getCampaignId() |
String |
getPageSize()
The number of entries you want on each page in the response.
|
String |
getToken()
The NextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
int |
hashCode() |
void |
setApplicationId(String applicationId) |
void |
setCampaignId(String campaignId) |
void |
setPageSize(String pageSize)
The number of entries you want on each page in the response.
|
void |
setToken(String token)
The NextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetCampaignActivitiesRequest |
withApplicationId(String applicationId) |
GetCampaignActivitiesRequest |
withCampaignId(String campaignId) |
GetCampaignActivitiesRequest |
withPageSize(String pageSize)
The number of entries you want on each page in the response.
|
GetCampaignActivitiesRequest |
withToken(String token)
The NextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
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, withSdkRequestTimeoutpublic void setApplicationId(String applicationId)
applicationId - public String getApplicationId()
public GetCampaignActivitiesRequest withApplicationId(String applicationId)
applicationId - public void setCampaignId(String campaignId)
campaignId - public String getCampaignId()
public GetCampaignActivitiesRequest withCampaignId(String campaignId)
campaignId - public void setPageSize(String pageSize)
pageSize - The number of entries you want on each page in the response.public String getPageSize()
public GetCampaignActivitiesRequest withPageSize(String pageSize)
pageSize - The number of entries you want on each page in the response.public void setToken(String token)
token - The NextToken string returned on a previous page that you use to get the next page of results in a
paginated response.public String getToken()
public GetCampaignActivitiesRequest withToken(String token)
token - The NextToken string returned on a previous page that you use to get the next page of results in a
paginated response.public String toString()
toString in class ObjectObject.toString()public GetCampaignActivitiesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.