Class GetExportTaskResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphResponse
-
- software.amazon.awssdk.services.neptunegraph.model.GetExportTaskResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetExportTaskResponse.Builder,GetExportTaskResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetExportTaskResponse extends NeptuneGraphResponse implements ToCopyableBuilder<GetExportTaskResponse.Builder,GetExportTaskResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetExportTaskResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetExportTaskResponse.Builderbuilder()Stringdestination()The Amazon S3 URI of the export task where data will be exported.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExportFilterexportFilter()The export filter of the export task.ExportTaskDetailsexportTaskDetails()The details of the export task.ExportFormatformat()The format of the export task.StringformatAsString()The format of the export task.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgraphId()The source graph identifier of the export task.inthashCode()StringkmsKeyIdentifier()The KMS key identifier of the export task.ParquetTypeparquetType()The parquet type of the export task.StringparquetTypeAsString()The parquet type of the export task.StringroleArn()The ARN of the IAM role that will allow data to be exported to the destination.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetExportTaskResponse.Builder>serializableBuilderClass()ExportTaskStatusstatus()The current status of the export task.StringstatusAsString()The current status of the export task.StringstatusReason()The reason that the export task has this status value.StringtaskId()The unique identifier of the export task.GetExportTaskResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphResponse
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
-
graphId
public final String graphId()
The source graph identifier of the export task.
- Returns:
- The source graph identifier of the export task.
-
roleArn
public final String roleArn()
The ARN of the IAM role that will allow data to be exported to the destination.
- Returns:
- The ARN of the IAM role that will allow data to be exported to the destination.
-
taskId
public final String taskId()
The unique identifier of the export task.
- Returns:
- The unique identifier of the export task.
-
status
public final ExportTaskStatus status()
The current status of the export task.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExportTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the export task.
- See Also:
ExportTaskStatus
-
statusAsString
public final String statusAsString()
The current status of the export task.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnExportTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the export task.
- See Also:
ExportTaskStatus
-
format
public final ExportFormat format()
The format of the export task.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnExportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format of the export task.
- See Also:
ExportFormat
-
formatAsString
public final String formatAsString()
The format of the export task.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnExportFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The format of the export task.
- See Also:
ExportFormat
-
destination
public final String destination()
The Amazon S3 URI of the export task where data will be exported.
- Returns:
- The Amazon S3 URI of the export task where data will be exported.
-
kmsKeyIdentifier
public final String kmsKeyIdentifier()
The KMS key identifier of the export task.
- Returns:
- The KMS key identifier of the export task.
-
parquetType
public final ParquetType parquetType()
The parquet type of the export task.
If the service returns an enum value that is not available in the current SDK version,
parquetTypewill returnParquetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromparquetTypeAsString().- Returns:
- The parquet type of the export task.
- See Also:
ParquetType
-
parquetTypeAsString
public final String parquetTypeAsString()
The parquet type of the export task.
If the service returns an enum value that is not available in the current SDK version,
parquetTypewill returnParquetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromparquetTypeAsString().- Returns:
- The parquet type of the export task.
- See Also:
ParquetType
-
statusReason
public final String statusReason()
The reason that the export task has this status value.
- Returns:
- The reason that the export task has this status value.
-
exportTaskDetails
public final ExportTaskDetails exportTaskDetails()
The details of the export task.
- Returns:
- The details of the export task.
-
exportFilter
public final ExportFilter exportFilter()
The export filter of the export task.
- Returns:
- The export filter of the export task.
-
toBuilder
public GetExportTaskResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetExportTaskResponse.Builder,GetExportTaskResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetExportTaskResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetExportTaskResponse.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
-
-