Class CancelImportTaskResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse
-
- software.amazon.awssdk.services.cloudwatchlogs.model.CancelImportTaskResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CancelImportTaskResponse.Builder,CancelImportTaskResponse>
@Generated("software.amazon.awssdk:codegen") public final class CancelImportTaskResponse extends CloudWatchLogsResponse implements ToCopyableBuilder<CancelImportTaskResponse.Builder,CancelImportTaskResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCancelImportTaskResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CancelImportTaskResponse.Builderbuilder()LongcreationTime()The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimportId()The ID of the cancelled import task.ImportStatisticsimportStatistics()Statistics about the import progress at the time of cancellation.ImportStatusimportStatus()The final status of the import task.StringimportStatusAsString()The final status of the import task.LonglastUpdatedTime()The timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CancelImportTaskResponse.Builder>serializableBuilderClass()CancelImportTaskResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsResponse
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
-
importId
public final String importId()
The ID of the cancelled import task.
- Returns:
- The ID of the cancelled import task.
-
importStatistics
public final ImportStatistics importStatistics()
Statistics about the import progress at the time of cancellation.
- Returns:
- Statistics about the import progress at the time of cancellation.
-
importStatus
public final ImportStatus 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:
ImportStatus
-
importStatusAsString
public final String 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:
ImportStatus
-
creationTime
public final Long 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
public final Long 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
public CancelImportTaskResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CancelImportTaskResponse.Builder,CancelImportTaskResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CancelImportTaskResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CancelImportTaskResponse.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
-
-