@Generated(value="software.amazon.awssdk:codegen") public final class GetSegmentExportJobsRequest extends PinpointRequest implements ToCopyableBuilder<GetSegmentExportJobsRequest.Builder,GetSegmentExportJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSegmentExportJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier for the application.
|
static GetSegmentExportJobsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pageSize()
The maximum number of items to include in each page of a paginated response.
|
List<SdkField<?>> |
sdkFields() |
String |
segmentId()
The unique identifier for the segment.
|
static Class<? extends GetSegmentExportJobsRequest.Builder> |
serializableBuilderClass() |
GetSegmentExportJobsRequest.Builder |
toBuilder() |
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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public final 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.
public final String segmentId()
The unique identifier for the segment.
public final String token()
The NextToken string that specifies which page of results to return in a paginated response.
public GetSegmentExportJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSegmentExportJobsRequest.Builder,GetSegmentExportJobsRequest>toBuilder in class PinpointRequestpublic static GetSegmentExportJobsRequest.Builder builder()
public static Class<? extends GetSegmentExportJobsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.