public class GetImportJobsRequest extends AmazonWebServiceRequest implements Serializable
Constructor and Description |
---|
GetImportJobsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
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 |
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.
|
GetImportJobsRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
GetImportJobsRequest |
withPageSize(String pageSize)
The number of entries you want on each page in the response.
|
GetImportJobsRequest |
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 GetImportJobsRequest 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 getPageSize()
public void setPageSize(String pageSize)
pageSize
- The number of entries you want on each page in the
response.public GetImportJobsRequest 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 GetImportJobsRequest 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.