Class ReplicationTaskAssessmentResult
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.ReplicationTaskAssessmentResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReplicationTaskAssessmentResult.Builder,ReplicationTaskAssessmentResult>
@Generated("software.amazon.awssdk:codegen") public final class ReplicationTaskAssessmentResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationTaskAssessmentResult.Builder,ReplicationTaskAssessmentResult>
The task assessment report in JSON format.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReplicationTaskAssessmentResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassessmentResults()The task assessment results in JSON format.StringassessmentResultsFile()The file containing the results of the task assessment.StringassessmentStatus()The status of the task assessment.static ReplicationTaskAssessmentResult.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreplicationTaskArn()The Amazon Resource Name (ARN) of the replication task.StringreplicationTaskIdentifier()The replication task identifier of the task on which the task assessment was run.InstantreplicationTaskLastAssessmentDate()The date the task assessment was completed.Strings3ObjectUrl()The URL of the S3 object containing the task assessment results.List<SdkField<?>>sdkFields()static Class<? extends ReplicationTaskAssessmentResult.Builder>serializableBuilderClass()ReplicationTaskAssessmentResult.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
-
replicationTaskIdentifier
public final String replicationTaskIdentifier()
The replication task identifier of the task on which the task assessment was run.
- Returns:
- The replication task identifier of the task on which the task assessment was run.
-
replicationTaskArn
public final String replicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
- Returns:
- The Amazon Resource Name (ARN) of the replication task.
-
replicationTaskLastAssessmentDate
public final Instant replicationTaskLastAssessmentDate()
The date the task assessment was completed.
- Returns:
- The date the task assessment was completed.
-
assessmentStatus
public final String assessmentStatus()
The status of the task assessment.
- Returns:
- The status of the task assessment.
-
assessmentResultsFile
public final String assessmentResultsFile()
The file containing the results of the task assessment.
- Returns:
- The file containing the results of the task assessment.
-
assessmentResults
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.
- Returns:
- The task assessment results in JSON format.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
-
s3ObjectUrl
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.
- Returns:
- 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.
-
toBuilder
public ReplicationTaskAssessmentResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplicationTaskAssessmentResult.Builder,ReplicationTaskAssessmentResult>
-
builder
public static ReplicationTaskAssessmentResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReplicationTaskAssessmentResult.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.
-
-