@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicationTaskAssessmentResult extends Object implements Serializable, Cloneable, StructuredPojo
The task assessment report in JSON format.
Constructor and Description |
---|
ReplicationTaskAssessmentResult() |
Modifier and Type | Method and Description |
---|---|
ReplicationTaskAssessmentResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentResults()
The task assessment results in JSON format.
|
String |
getAssessmentResultsFile()
The file containing the results of the task assessment.
|
String |
getAssessmentStatus()
The status of the task assessment.
|
String |
getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
|
String |
getReplicationTaskIdentifier()
The replication task identifier of the task on which the task assessment was run.
|
Date |
getReplicationTaskLastAssessmentDate()
The date the task assessment was completed.
|
String |
getS3ObjectUrl()
The URL of the S3 object containing the task assessment results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssessmentResults(String assessmentResults)
The task assessment results in JSON format.
|
void |
setAssessmentResultsFile(String assessmentResultsFile)
The file containing the results of the task assessment.
|
void |
setAssessmentStatus(String assessmentStatus)
The status of the task assessment.
|
void |
setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
void |
setReplicationTaskIdentifier(String replicationTaskIdentifier)
The replication task identifier of the task on which the task assessment was run.
|
void |
setReplicationTaskLastAssessmentDate(Date replicationTaskLastAssessmentDate)
The date the task assessment was completed.
|
void |
setS3ObjectUrl(String s3ObjectUrl)
The URL of the S3 object containing the task assessment results.
|
String |
toString()
Returns a string representation of this object.
|
ReplicationTaskAssessmentResult |
withAssessmentResults(String assessmentResults)
The task assessment results in JSON format.
|
ReplicationTaskAssessmentResult |
withAssessmentResultsFile(String assessmentResultsFile)
The file containing the results of the task assessment.
|
ReplicationTaskAssessmentResult |
withAssessmentStatus(String assessmentStatus)
The status of the task assessment.
|
ReplicationTaskAssessmentResult |
withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
|
ReplicationTaskAssessmentResult |
withReplicationTaskIdentifier(String replicationTaskIdentifier)
The replication task identifier of the task on which the task assessment was run.
|
ReplicationTaskAssessmentResult |
withReplicationTaskLastAssessmentDate(Date replicationTaskLastAssessmentDate)
The date the task assessment was completed.
|
ReplicationTaskAssessmentResult |
withS3ObjectUrl(String s3ObjectUrl)
The URL of the S3 object containing the task assessment results.
|
public void setReplicationTaskIdentifier(String replicationTaskIdentifier)
The replication task identifier of the task on which the task assessment was run.
replicationTaskIdentifier
- The replication task identifier of the task on which the task assessment was run.public String getReplicationTaskIdentifier()
The replication task identifier of the task on which the task assessment was run.
public ReplicationTaskAssessmentResult withReplicationTaskIdentifier(String replicationTaskIdentifier)
The replication task identifier of the task on which the task assessment was run.
replicationTaskIdentifier
- The replication task identifier of the task on which the task assessment was run.public void setReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication task.public String getReplicationTaskArn()
The Amazon Resource Name (ARN) of the replication task.
public ReplicationTaskAssessmentResult withReplicationTaskArn(String replicationTaskArn)
The Amazon Resource Name (ARN) of the replication task.
replicationTaskArn
- The Amazon Resource Name (ARN) of the replication task.public void setReplicationTaskLastAssessmentDate(Date replicationTaskLastAssessmentDate)
The date the task assessment was completed.
replicationTaskLastAssessmentDate
- The date the task assessment was completed.public Date getReplicationTaskLastAssessmentDate()
The date the task assessment was completed.
public ReplicationTaskAssessmentResult withReplicationTaskLastAssessmentDate(Date replicationTaskLastAssessmentDate)
The date the task assessment was completed.
replicationTaskLastAssessmentDate
- The date the task assessment was completed.public void setAssessmentStatus(String assessmentStatus)
The status of the task assessment.
assessmentStatus
- The status of the task assessment.public String getAssessmentStatus()
The status of the task assessment.
public ReplicationTaskAssessmentResult withAssessmentStatus(String assessmentStatus)
The status of the task assessment.
assessmentStatus
- The status of the task assessment.public void setAssessmentResultsFile(String assessmentResultsFile)
The file containing the results of the task assessment.
assessmentResultsFile
- The file containing the results of the task assessment.public String getAssessmentResultsFile()
The file containing the results of the task assessment.
public ReplicationTaskAssessmentResult withAssessmentResultsFile(String assessmentResultsFile)
The file containing the results of the task assessment.
assessmentResultsFile
- The file containing the results of the task assessment.public void setAssessmentResults(String assessmentResults)
The task assessment results in JSON format.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
assessmentResults
- The task assessment results in JSON format.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
public String getAssessmentResults()
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 ReplicationTaskAssessmentResult withAssessmentResults(String assessmentResults)
The task assessment results in JSON format.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
assessmentResults
- The task assessment results in JSON format.
The response object only contains this field if you provide DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn in the request.
public void setS3ObjectUrl(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.
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.
public String getS3ObjectUrl()
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 withS3ObjectUrl(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.
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.
public String toString()
toString
in class Object
Object.toString()
public ReplicationTaskAssessmentResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.