@Generated(value="software.amazon.awssdk:codegen") public final class DataCollectionDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataCollectionDetails.Builder,DataCollectionDetails>
Detailed information about an assessment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataCollectionDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataCollectionDetails.Builder |
builder() |
Instant |
completionTime()
The time the assessment completes.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failed()
The number of failed servers in the assessment.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
inProgress()
The number of servers with the assessment status
IN_PROGESS. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataCollectionDetails.Builder> |
serializableBuilderClass() |
Integer |
servers()
The total number of servers in the assessment.
|
Instant |
startTime()
The start time of assessment.
|
AssessmentStatus |
status()
The status of the assessment.
|
String |
statusAsString()
The status of the assessment.
|
String |
statusMessage()
The status message of the assessment.
|
Integer |
success()
The number of successful servers in the assessment.
|
DataCollectionDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant completionTime()
The time the assessment completes.
public final Integer failed()
The number of failed servers in the assessment.
public final Integer inProgress()
The number of servers with the assessment status IN_PROGESS.
IN_PROGESS.public final Integer servers()
The total number of servers in the assessment.
public final Instant startTime()
The start time of assessment.
public final AssessmentStatus status()
The status of the assessment.
If the service returns an enum value that is not available in the current SDK version, status will
return AssessmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AssessmentStatuspublic final String statusAsString()
The status of the assessment.
If the service returns an enum value that is not available in the current SDK version, status will
return AssessmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AssessmentStatuspublic final String statusMessage()
The status message of the assessment.
public final Integer success()
The number of successful servers in the assessment.
public DataCollectionDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataCollectionDetails.Builder,DataCollectionDetails>public static DataCollectionDetails.Builder builder()
public static Class<? extends DataCollectionDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.