public class GetExportJobsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Constructor and Description |
---|
GetExportJobsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
java.lang.String |
getPageSize()
The number of entries you want on each page in the response.
|
java.lang.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(java.lang.String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setPageSize(java.lang.String pageSize)
The number of entries you want on each page in the response.
|
void |
setToken(java.lang.String token)
The NextToken string returned on a previous page that you use to get the
next page of results in a paginated response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetExportJobsRequest |
withApplicationId(java.lang.String applicationId)
The unique ID of your Amazon Pinpoint application.
|
GetExportJobsRequest |
withPageSize(java.lang.String pageSize)
The number of entries you want on each page in the response.
|
GetExportJobsRequest |
withToken(java.lang.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, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getApplicationId()
public void setApplicationId(java.lang.String applicationId)
applicationId
- The unique ID of your Amazon Pinpoint application.public GetExportJobsRequest withApplicationId(java.lang.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 java.lang.String getPageSize()
public void setPageSize(java.lang.String pageSize)
pageSize
- The number of entries you want on each page in the
response.public GetExportJobsRequest withPageSize(java.lang.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 java.lang.String getToken()
public void setToken(java.lang.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 GetExportJobsRequest withToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.