@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSegmentExportJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSegmentExportJobsRequest() |
Modifier and Type | Method and Description |
---|---|
GetSegmentExportJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier for the application.
|
String |
getPageSize()
The maximum number of items to include in each page of a paginated response.
|
String |
getSegmentId()
The unique identifier for the segment.
|
String |
getToken()
The NextToken string that specifies which page of results to return in a paginated response.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique identifier for the application.
|
void |
setPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
void |
setSegmentId(String segmentId)
The unique identifier for the segment.
|
void |
setToken(String token)
The NextToken string that specifies which page of results to return in a paginated response.
|
String |
toString()
Returns a string representation of this object.
|
GetSegmentExportJobsRequest |
withApplicationId(String applicationId)
The unique identifier for the application.
|
GetSegmentExportJobsRequest |
withPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
GetSegmentExportJobsRequest |
withSegmentId(String segmentId)
The unique identifier for the segment.
|
GetSegmentExportJobsRequest |
withToken(String token)
The NextToken string that specifies which page of results to return 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)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId
- The unique identifier for the application. This identifier is displayed as the Project ID on the
Amazon Pinpoint console.public String getApplicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public GetSegmentExportJobsRequest withApplicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
applicationId
- The unique identifier for the application. This identifier is displayed as the Project ID on the
Amazon Pinpoint console.public void setPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
pageSize
- The maximum number of items to include in each page of a paginated response. This parameter is not
supported for application, campaign, and journey metrics.public String getPageSize()
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
public GetSegmentExportJobsRequest withPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
pageSize
- The maximum number of items to include in each page of a paginated response. This parameter is not
supported for application, campaign, and journey metrics.public void setSegmentId(String segmentId)
The unique identifier for the segment.
segmentId
- The unique identifier for the segment.public String getSegmentId()
The unique identifier for the segment.
public GetSegmentExportJobsRequest withSegmentId(String segmentId)
The unique identifier for the segment.
segmentId
- The unique identifier for the segment.public void setToken(String token)
The NextToken string that specifies which page of results to return in a paginated response.
token
- The NextToken string that specifies which page of results to return in a paginated response.public String getToken()
The NextToken string that specifies which page of results to return in a paginated response.
public GetSegmentExportJobsRequest withToken(String token)
The NextToken string that specifies which page of results to return in a paginated response.
token
- The NextToken string that specifies which page of results to return in a paginated response.public String toString()
toString
in class Object
Object.toString()
public GetSegmentExportJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()