@Generated(value="software.amazon.awssdk:codegen") public final class ListExportJobsRequest extends SesV2Request implements ToCopyableBuilder<ListExportJobsRequest.Builder,ListExportJobsRequest>
Represents a request to list all export jobs with filters.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListExportJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListExportJobsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExportSourceType |
exportSourceType()
A value used to list export jobs that have a certain
ExportSourceType. |
String |
exportSourceTypeAsString()
A value used to list export jobs that have a certain
ExportSourceType. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
JobStatus |
jobStatus()
A value used to list export jobs that have a certain
JobStatus. |
String |
jobStatusAsString()
A value used to list export jobs that have a certain
JobStatus. |
String |
nextToken()
The pagination token returned from a previous call to
ListExportJobs to indicate the position in the
list of export jobs. |
Integer |
pageSize()
Maximum number of export jobs to return at once.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListExportJobsRequest.Builder> |
serializableBuilderClass() |
ListExportJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The pagination token returned from a previous call to ListExportJobs to indicate the position in the
list of export jobs.
ListExportJobs to indicate the
position in the list of export jobs.public final Integer pageSize()
Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export
jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the
NextToken value in subsequent calls to ListExportJobs to retrieve additional export
jobs.
NextToken element is sent in the response.
Use the NextToken value in subsequent calls to ListExportJobs to retrieve
additional export jobs.public final ExportSourceType exportSourceType()
A value used to list export jobs that have a certain ExportSourceType.
If the service returns an enum value that is not available in the current SDK version, exportSourceType
will return ExportSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from exportSourceTypeAsString().
ExportSourceType.ExportSourceTypepublic final String exportSourceTypeAsString()
A value used to list export jobs that have a certain ExportSourceType.
If the service returns an enum value that is not available in the current SDK version, exportSourceType
will return ExportSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from exportSourceTypeAsString().
ExportSourceType.ExportSourceTypepublic final JobStatus jobStatus()
A value used to list export jobs that have a certain JobStatus.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatus.JobStatuspublic final String jobStatusAsString()
A value used to list export jobs that have a certain JobStatus.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatus.JobStatuspublic ListExportJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListExportJobsRequest.Builder,ListExportJobsRequest>toBuilder in class SesV2Requestpublic static ListExportJobsRequest.Builder builder()
public static Class<? extends ListExportJobsRequest.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 © 2023. All rights reserved.