@Generated(value="software.amazon.awssdk:codegen") public final class ReportResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportResult.Builder,ReportResult>
Indicates whether DataSync created a complete task report for your transfer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReportResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
Indicates the code associated with the error if DataSync can't create a complete report.
|
String |
errorDetail()
Provides details about issues creating a report.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReportResult.Builder> |
serializableBuilderClass() |
PhaseStatus |
status()
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
|
String |
statusAsString()
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
|
ReportResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PhaseStatus status()
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
If the service returns an enum value that is not available in the current SDK version, status will
return PhaseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
PhaseStatuspublic final String statusAsString()
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
If the service returns an enum value that is not available in the current SDK version, status will
return PhaseStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
PhaseStatuspublic final String errorCode()
Indicates the code associated with the error if DataSync can't create a complete report.
public final String errorDetail()
Provides details about issues creating a report.
public ReportResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportResult.Builder,ReportResult>public static ReportResult.Builder builder()
public static Class<? extends ReportResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.