Class CancelExportTaskResponse
- 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.CancelExportTaskResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CancelExportTaskResponse.Builder,CancelExportTaskResponse>
@Generated("software.amazon.awssdk:codegen") public final class CancelExportTaskResponse extends NeptuneGraphResponse implements ToCopyableBuilder<CancelExportTaskResponse.Builder,CancelExportTaskResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCancelExportTaskResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CancelExportTaskResponse.Builderbuilder()Stringdestination()The Amazon S3 URI of the cancelled export task where data will be exported to.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExportFormatformat()The format of the cancelled export task.StringformatAsString()The format of the cancelled export task.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgraphId()The source graph identifier of the cancelled export task.inthashCode()StringkmsKeyIdentifier()The KMS key identifier of the cancelled export task.ParquetTypeparquetType()The parquet type of the cancelled export task.StringparquetTypeAsString()The parquet type of the cancelled export task.StringroleArn()The ARN of the IAM role that will allow the exporting of data to the destination.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CancelExportTaskResponse.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.CancelExportTaskResponse.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 cancelled export task.
- Returns:
- The source graph identifier of the cancelled export task.
-
roleArn
public final String roleArn()
The ARN of the IAM role that will allow the exporting of data to the destination.
- Returns:
- The ARN of the IAM role that will allow the exporting of data 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. The status is
CANCELLINGwhen the export task is cancelled.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. The status is
CANCELLINGwhen the export task is cancelled. - See Also:
ExportTaskStatus
-
statusAsString
public final String statusAsString()
The current status of the export task. The status is
CANCELLINGwhen the export task is cancelled.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. The status is
CANCELLINGwhen the export task is cancelled. - See Also:
ExportTaskStatus
-
format
public final ExportFormat format()
The format of the cancelled 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 cancelled export task.
- See Also:
ExportFormat
-
formatAsString
public final String formatAsString()
The format of the cancelled 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 cancelled export task.
- See Also:
ExportFormat
-
destination
public final String destination()
The Amazon S3 URI of the cancelled export task where data will be exported to.
- Returns:
- The Amazon S3 URI of the cancelled export task where data will be exported to.
-
kmsKeyIdentifier
public final String kmsKeyIdentifier()
The KMS key identifier of the cancelled export task.
- Returns:
- The KMS key identifier of the cancelled export task.
-
parquetType
public final ParquetType parquetType()
The parquet type of the cancelled 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 cancelled export task.
- See Also:
ParquetType
-
parquetTypeAsString
public final String parquetTypeAsString()
The parquet type of the cancelled 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 cancelled 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.
-
toBuilder
public CancelExportTaskResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CancelExportTaskResponse.Builder,CancelExportTaskResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CancelExportTaskResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CancelExportTaskResponse.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
-
-