@Generated(value="software.amazon.awssdk:codegen") public final class GetExportJobResponse extends SesV2Response implements ToCopyableBuilder<GetExportJobResponse.Builder,GetExportJobResponse>
An HTTP 200 response if the request succeeds, or an error message if the request fails.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetExportJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetExportJobResponse.Builder |
builder() |
Instant |
completedTimestamp()
The timestamp of when the export job was completed.
|
Instant |
createdTimestamp()
The timestamp of when the export job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExportDataSource |
exportDataSource()
The data source of the export job.
|
ExportDestination |
exportDestination()
The destination of the export job.
|
ExportSourceType |
exportSourceType()
The type of source of the export job.
|
String |
exportSourceTypeAsString()
The type of source of the export job.
|
FailureInfo |
failureInfo()
The failure details about an export job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The export job ID.
|
JobStatus |
jobStatus()
The status of the export job.
|
String |
jobStatusAsString()
The status of the export job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetExportJobResponse.Builder> |
serializableBuilderClass() |
ExportStatistics |
statistics()
The statistics about the export job.
|
GetExportJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The export job ID.
public final ExportSourceType exportSourceType()
The type of source of the export job.
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().
ExportSourceTypepublic final String exportSourceTypeAsString()
The type of source of the export job.
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().
ExportSourceTypepublic final JobStatus jobStatus()
The status of the export job.
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().
JobStatuspublic final String jobStatusAsString()
The status of the export job.
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().
JobStatuspublic final ExportDestination exportDestination()
The destination of the export job.
public final ExportDataSource exportDataSource()
The data source of the export job.
public final Instant createdTimestamp()
The timestamp of when the export job was created.
public final Instant completedTimestamp()
The timestamp of when the export job was completed.
public final FailureInfo failureInfo()
The failure details about an export job.
public final ExportStatistics statistics()
The statistics about the export job.
public GetExportJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetExportJobResponse.Builder,GetExportJobResponse>toBuilder in class AwsResponsepublic static GetExportJobResponse.Builder builder()
public static Class<? extends GetExportJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.