Class CancelImportTaskResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CancelImportTaskResponse.Builder,CancelImportTaskResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final LongThe timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringimportId()The ID of the cancelled import task.final ImportStatisticsStatistics about the import progress at the time of cancellation.final ImportStatusThe final status of the import task.final StringThe final status of the import task.final LongThe timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.static Class<? extends CancelImportTaskResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
importId
The ID of the cancelled import task.
- Returns:
- The ID of the cancelled import task.
-
importStatistics
Statistics about the import progress at the time of cancellation.
- Returns:
- Statistics about the import progress at the time of cancellation.
-
importStatus
The final status of the import task. This will be set to CANCELLED.
If the service returns an enum value that is not available in the current SDK version,
importStatuswill returnImportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimportStatusAsString().- Returns:
- The final status of the import task. This will be set to CANCELLED.
- See Also:
-
importStatusAsString
The final status of the import task. This will be set to CANCELLED.
If the service returns an enum value that is not available in the current SDK version,
importStatuswill returnImportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimportStatusAsString().- Returns:
- The final status of the import task. This will be set to CANCELLED.
- See Also:
-
creationTime
The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
- Returns:
- The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
lastUpdatedTime
The timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
- Returns:
- The timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CancelImportTaskResponse.Builder,CancelImportTaskResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-