Class GetArchiveExportResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.mailmanager.model.MailManagerResponse
-
- software.amazon.awssdk.services.mailmanager.model.GetArchiveExportResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetArchiveExportResponse.Builder,GetArchiveExportResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetArchiveExportResponse extends MailManagerResponse implements ToCopyableBuilder<GetArchiveExportResponse.Builder,GetArchiveExportResponse>
The response containing details of the specified archive export job.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetArchiveExportResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringarchiveId()The identifier of the archive the email export was performed from.static GetArchiveExportResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExportDestinationConfigurationexportDestinationConfiguration()Where the exported emails are being delivered.ArchiveFiltersfilters()The criteria used to filter emails included in the export.InstantfromTimestamp()The start of the timestamp range the exported emails cover.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of email items included in the export.List<SdkField<?>>sdkFields()static Class<? extends GetArchiveExportResponse.Builder>serializableBuilderClass()ExportStatusstatus()The current status of the export job.GetArchiveExportResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstanttoTimestamp()The end of the date range the exported emails cover.-
Methods inherited from class software.amazon.awssdk.services.mailmanager.model.MailManagerResponse
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
-
archiveId
public final String archiveId()
The identifier of the archive the email export was performed from.
- Returns:
- The identifier of the archive the email export was performed from.
-
exportDestinationConfiguration
public final ExportDestinationConfiguration exportDestinationConfiguration()
Where the exported emails are being delivered.
- Returns:
- Where the exported emails are being delivered.
-
filters
public final ArchiveFilters filters()
The criteria used to filter emails included in the export.
- Returns:
- The criteria used to filter emails included in the export.
-
fromTimestamp
public final Instant fromTimestamp()
The start of the timestamp range the exported emails cover.
- Returns:
- The start of the timestamp range the exported emails cover.
-
maxResults
public final Integer maxResults()
The maximum number of email items included in the export.
- Returns:
- The maximum number of email items included in the export.
-
status
public final ExportStatus status()
The current status of the export job.
- Returns:
- The current status of the export job.
-
toTimestamp
public final Instant toTimestamp()
The end of the date range the exported emails cover.
- Returns:
- The end of the date range the exported emails cover.
-
toBuilder
public GetArchiveExportResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetArchiveExportResponse.Builder,GetArchiveExportResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetArchiveExportResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetArchiveExportResponse.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
-
-