@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCampaignsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCampaignsRequest() |
Modifier and Type | Method and Description |
---|---|
GetCampaignsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId() |
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 |
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.
|
GetCampaignsRequest |
withApplicationId(String applicationId) |
GetCampaignsRequest |
withPageSize(String pageSize)
The number of entries you want on each page in the response.
|
GetCampaignsRequest |
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 GetCampaignsRequest withApplicationId(String applicationId)
applicationId
- public void setPageSize(String pageSize)
pageSize
- The number of entries you want on each page in the response.public String getPageSize()
public GetCampaignsRequest 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 GetCampaignsRequest 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 GetCampaignsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.