@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationTaskAssessmentResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationTaskAssessmentResult.Builder,ReplicationTaskAssessmentResult>
The task assessment report in JSON format.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicationTaskAssessmentResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assessmentResults()
The task assessment results in JSON format.
|
String |
assessmentResultsFile()
The file containing the results of the task assessment.
|
String |
assessmentStatus()
The status of the task assessment.
|
static ReplicationTaskAssessmentResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
replicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
|
String |
replicationTaskIdentifier()
The replication task identifier of the task on which the task assessment was run.
|
Instant |
replicationTaskLastAssessmentDate()
The date the task assessment was completed.
|
String |
s3ObjectUrl()
The URL of the S3 object containing the task assessment results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicationTaskAssessmentResult.Builder> |
serializableBuilderClass() |
ReplicationTaskAssessmentResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String replicationTaskIdentifier()
The replication task identifier of the task on which the task assessment was run.
public final String replicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
public final Instant replicationTaskLastAssessmentDate()
The date the task assessment was completed.
public final String assessmentStatus()
The status of the task assessment.
public final String assessmentResultsFile()
The file containing the results of the task assessment.
public final String assessmentResults()
The task assessment results in JSON format.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
public final String s3ObjectUrl()
The URL of the S3 object containing the task assessment results.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
public ReplicationTaskAssessmentResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplicationTaskAssessmentResult.Builder,ReplicationTaskAssessmentResult>public static ReplicationTaskAssessmentResult.Builder builder()
public static Class<? extends ReplicationTaskAssessmentResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.