@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCampaignVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCampaignVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
GetCampaignVersionsRequest |
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.
|
GetCampaignVersionsRequest |
withApplicationId(String applicationId) |
GetCampaignVersionsRequest |
withCampaignId(String campaignId) |
GetCampaignVersionsRequest |
withPageSize(String pageSize)
The number of entries you want on each page in the response.
|
GetCampaignVersionsRequest |
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, withSdkRequestTimeout
public void setApplicationId(String applicationId)
applicationId
- public String getApplicationId()
public GetCampaignVersionsRequest withApplicationId(String applicationId)
applicationId
- public void setCampaignId(String campaignId)
campaignId
- public String getCampaignId()
public GetCampaignVersionsRequest 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 GetCampaignVersionsRequest 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 GetCampaignVersionsRequest 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 Object
Object.toString()
public GetCampaignVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.