Class ListExportJobsRequest

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<ListExportJobsRequest.Builder,ListExportJobsRequest>

@Generated("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.

  • Method Details

    • nextToken

      public final String nextToken()

      The pagination token returned from a previous call to ListExportJobs to indicate the position in the list of export jobs.

      Returns:
      The pagination token returned from a previous call to ListExportJobs to indicate the position in the list of export jobs.
    • pageSize

      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.

      Returns:
      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.
    • exportSourceType

      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().

      Returns:
      A value used to list export jobs that have a certain ExportSourceType.
      See Also:
    • exportSourceTypeAsString

      public 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().

      Returns:
      A value used to list export jobs that have a certain ExportSourceType.
      See Also:
    • jobStatus

      public 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().

      Returns:
      A value used to list export jobs that have a certain JobStatus.
      See Also:
    • jobStatusAsString

      public 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().

      Returns:
      A value used to list export jobs that have a certain JobStatus.
      See Also:
    • toBuilder

      public ListExportJobsRequest.Builder toBuilder()
      Specified by:
      toBuilder in interface ToCopyableBuilder<ListExportJobsRequest.Builder,ListExportJobsRequest>
      Specified by:
      toBuilder in class SesV2Request
    • builder

      public static ListExportJobsRequest.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ListExportJobsRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo