Class GetExportJobResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sesv2.model.SesV2Response
-
- software.amazon.awssdk.services.sesv2.model.GetExportJobResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetExportJobResponse.Builder,GetExportJobResponse>
@Generated("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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetExportJobResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetExportJobResponse.Builderbuilder()InstantcompletedTimestamp()The timestamp of when the export job was completed.InstantcreatedTimestamp()The timestamp of when the export job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExportDataSourceexportDataSource()The data source of the export job.ExportDestinationexportDestination()The destination of the export job.ExportSourceTypeexportSourceType()The type of source of the export job.StringexportSourceTypeAsString()The type of source of the export job.FailureInfofailureInfo()The failure details about an export job.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobId()The export job ID.JobStatusjobStatus()The status of the export job.StringjobStatusAsString()The status of the export job.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetExportJobResponse.Builder>serializableBuilderClass()ExportStatisticsstatistics()The statistics about the export job.GetExportJobResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.sesv2.model.SesV2Response
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
jobId
public final String jobId()
The export job ID.
- Returns:
- The export job ID.
-
exportSourceType
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,
exportSourceTypewill returnExportSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportSourceTypeAsString().- Returns:
- The type of source of the export job.
- See Also:
ExportSourceType
-
exportSourceTypeAsString
public 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,
exportSourceTypewill returnExportSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportSourceTypeAsString().- Returns:
- The type of source of the export job.
- See Also:
ExportSourceType
-
jobStatus
public 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,
jobStatuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The status of the export job.
- See Also:
JobStatus
-
jobStatusAsString
public 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,
jobStatuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The status of the export job.
- See Also:
JobStatus
-
exportDestination
public final ExportDestination exportDestination()
The destination of the export job.
- Returns:
- The destination of the export job.
-
exportDataSource
public final ExportDataSource exportDataSource()
The data source of the export job.
- Returns:
- The data source of the export job.
-
createdTimestamp
public final Instant createdTimestamp()
The timestamp of when the export job was created.
- Returns:
- The timestamp of when the export job was created.
-
completedTimestamp
public final Instant completedTimestamp()
The timestamp of when the export job was completed.
- Returns:
- The timestamp of when the export job was completed.
-
failureInfo
public final FailureInfo failureInfo()
The failure details about an export job.
- Returns:
- The failure details about an export job.
-
statistics
public final ExportStatistics statistics()
The statistics about the export job.
- Returns:
- The statistics about the export job.
-
toBuilder
public GetExportJobResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetExportJobResponse.Builder,GetExportJobResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetExportJobResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetExportJobResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-