Class ExportStatus
- java.lang.Object
-
- software.amazon.awssdk.services.bcmdataexports.model.ExportStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportStatus.Builder,ExportStatus>
@Generated("software.amazon.awssdk:codegen") public final class ExportStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportStatus.Builder,ExportStatus>
The status of the data export.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportStatus.Builderbuilder()InstantcreatedAt()The timestamp of when the export was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastRefreshedAt()The timestamp of when the export was last generated.InstantlastUpdatedAt()The timestamp of when the export was updated.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExportStatus.Builder>serializableBuilderClass()ExportStatusCodestatusCode()The status code for the request.StringstatusCodeAsString()The status code for the request.ExecutionStatusReasonstatusReason()The description for the status code.StringstatusReasonAsString()The description for the status code.ExportStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
createdAt
public final Instant createdAt()
The timestamp of when the export was created.
- Returns:
- The timestamp of when the export was created.
-
lastRefreshedAt
public final Instant lastRefreshedAt()
The timestamp of when the export was last generated.
- Returns:
- The timestamp of when the export was last generated.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
The timestamp of when the export was updated.
- Returns:
- The timestamp of when the export was updated.
-
statusCode
public final ExportStatusCode statusCode()
The status code for the request.
If the service returns an enum value that is not available in the current SDK version,
statusCodewill returnExportStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusCodeAsString().- Returns:
- The status code for the request.
- See Also:
ExportStatusCode
-
statusCodeAsString
public final String statusCodeAsString()
The status code for the request.
If the service returns an enum value that is not available in the current SDK version,
statusCodewill returnExportStatusCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusCodeAsString().- Returns:
- The status code for the request.
- See Also:
ExportStatusCode
-
statusReason
public final ExecutionStatusReason statusReason()
The description for the status code.
If the service returns an enum value that is not available in the current SDK version,
statusReasonwill returnExecutionStatusReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusReasonAsString().- Returns:
- The description for the status code.
- See Also:
ExecutionStatusReason
-
statusReasonAsString
public final String statusReasonAsString()
The description for the status code.
If the service returns an enum value that is not available in the current SDK version,
statusReasonwill returnExecutionStatusReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusReasonAsString().- Returns:
- The description for the status code.
- See Also:
ExecutionStatusReason
-
toBuilder
public ExportStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportStatus.Builder,ExportStatus>
-
builder
public static ExportStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportStatus.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-