public class GetCampaignVersionsRequest extends AmazonWebServiceRequest implements Serializable
Constructor and Description |
---|
GetCampaignVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
String |
getCampaignId()
The unique ID of the campaign.
|
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)
The unique ID of your Amazon Pinpoint application.
|
void |
setCampaignId(String campaignId)
The unique ID of the campaign.
|
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)
The unique ID of your Amazon Pinpoint application.
|
GetCampaignVersionsRequest |
withCampaignId(String campaignId)
The unique ID of the campaign.
|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getApplicationId()
public void setApplicationId(String applicationId)
applicationId
- The unique ID of your Amazon Pinpoint application.public GetCampaignVersionsRequest withApplicationId(String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId
- The unique ID of your Amazon Pinpoint application.public String getCampaignId()
public void setCampaignId(String campaignId)
campaignId
- The unique ID of the campaign.public GetCampaignVersionsRequest withCampaignId(String campaignId)
Returns a reference to this object so that method calls can be chained together.
campaignId
- The unique ID of the campaign.public String getPageSize()
public void setPageSize(String pageSize)
pageSize
- The number of entries you want on each page in the
response.public GetCampaignVersionsRequest withPageSize(String pageSize)
Returns a reference to this object so that method calls can be chained together.
pageSize
- The number of entries you want on each page in the
response.public String getToken()
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 GetCampaignVersionsRequest withToken(String token)
Returns a reference to this object so that method calls can be chained together.
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()
Copyright © 2019. All rights reserved.