Class GetSearchResultExportJobResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.backupsearch.model.BackupSearchResponse
-
- software.amazon.awssdk.services.backupsearch.model.GetSearchResultExportJobResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetSearchResultExportJobResponse.Builder,GetSearchResultExportJobResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetSearchResultExportJobResponse extends BackupSearchResponse implements ToCopyableBuilder<GetSearchResultExportJobResponse.Builder,GetSearchResultExportJobResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetSearchResultExportJobResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSearchResultExportJobResponse.Builderbuilder()InstantcompletionTime()The date and time that an export job completed, in Unix format and Coordinated Universal Time (UTC).InstantcreationTime()The date and time that an export job was created, in Unix format and Coordinated Universal Time (UTC).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexportJobArn()The unique Amazon Resource Name (ARN) that uniquely identifies the export job.StringexportJobIdentifier()This is the unique string that identifies the specified export job.ExportSpecificationexportSpecification()The export specification consists of the destination S3 bucket to which the search results were exported, along with the destination prefix.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()StringsearchJobArn()The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.static Class<? extends GetSearchResultExportJobResponse.Builder>serializableBuilderClass()ExportJobStatusstatus()This is the current status of the export job.StringstatusAsString()This is the current status of the export job.StringstatusMessage()A status message is a string that is returned for search job with a status ofFAILED, along with steps to remedy and retry the operation.GetSearchResultExportJobResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.backupsearch.model.BackupSearchResponse
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
-
exportJobIdentifier
public final String exportJobIdentifier()
This is the unique string that identifies the specified export job.
- Returns:
- This is the unique string that identifies the specified export job.
-
exportJobArn
public final String exportJobArn()
The unique Amazon Resource Name (ARN) that uniquely identifies the export job.
- Returns:
- The unique Amazon Resource Name (ARN) that uniquely identifies the export job.
-
status
public final ExportJobStatus status()
This is the current status of the export job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- This is the current status of the export job.
- See Also:
ExportJobStatus
-
statusAsString
public final String statusAsString()
This is the current status of the export job.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- This is the current status of the export job.
- See Also:
ExportJobStatus
-
creationTime
public final Instant creationTime()
The date and time that an export job was created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Returns:
- The date and time that an export job was created, in Unix format and Coordinated Universal Time (UTC).
The value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
-
completionTime
public final Instant completionTime()
The date and time that an export job completed, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Returns:
- The date and time that an export job completed, in Unix format and Coordinated Universal Time (UTC). The
value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
-
statusMessage
public final String statusMessage()
A status message is a string that is returned for search job with a status of
FAILED, along with steps to remedy and retry the operation.- Returns:
- A status message is a string that is returned for search job with a status of
FAILED, along with steps to remedy and retry the operation.
-
exportSpecification
public final ExportSpecification exportSpecification()
The export specification consists of the destination S3 bucket to which the search results were exported, along with the destination prefix.
- Returns:
- The export specification consists of the destination S3 bucket to which the search results were exported, along with the destination prefix.
-
searchJobArn
public final String searchJobArn()
The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
- Returns:
- The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
-
toBuilder
public GetSearchResultExportJobResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSearchResultExportJobResponse.Builder,GetSearchResultExportJobResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetSearchResultExportJobResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetSearchResultExportJobResponse.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
-
-