@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReplicationTaskAssessmentResultsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeReplicationTaskAssessmentResultsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeReplicationTaskAssessmentResultsResult |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
- The Amazon S3 bucket where the task assessment report is located.
|
String |
getMarker()
An optional pagination token provided by a previous request.
|
List<ReplicationTaskAssessmentResult> |
getReplicationTaskAssessmentResults()
The task assessment report.
|
int |
hashCode() |
void |
setBucketName(String bucketName)
- The Amazon S3 bucket where the task assessment report is located.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setReplicationTaskAssessmentResults(Collection<ReplicationTaskAssessmentResult> replicationTaskAssessmentResults)
The task assessment report.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReplicationTaskAssessmentResultsResult |
withBucketName(String bucketName)
- The Amazon S3 bucket where the task assessment report is located.
|
DescribeReplicationTaskAssessmentResultsResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReplicationTaskAssessmentResultsResult |
withReplicationTaskAssessmentResults(Collection<ReplicationTaskAssessmentResult> replicationTaskAssessmentResults)
The task assessment report.
|
DescribeReplicationTaskAssessmentResultsResult |
withReplicationTaskAssessmentResults(ReplicationTaskAssessmentResult... replicationTaskAssessmentResults)
The task assessment report.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeReplicationTaskAssessmentResultsResult()
public void setMarker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public String getMarker()
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
MaxRecords
.public DescribeReplicationTaskAssessmentResultsResult withMarker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public void setBucketName(String bucketName)
- The Amazon S3 bucket where the task assessment report is located.
bucketName
- - The Amazon S3 bucket where the task assessment report is located.public String getBucketName()
- The Amazon S3 bucket where the task assessment report is located.
public DescribeReplicationTaskAssessmentResultsResult withBucketName(String bucketName)
- The Amazon S3 bucket where the task assessment report is located.
bucketName
- - The Amazon S3 bucket where the task assessment report is located.public List<ReplicationTaskAssessmentResult> getReplicationTaskAssessmentResults()
The task assessment report.
public void setReplicationTaskAssessmentResults(Collection<ReplicationTaskAssessmentResult> replicationTaskAssessmentResults)
The task assessment report.
replicationTaskAssessmentResults
- The task assessment report.public DescribeReplicationTaskAssessmentResultsResult withReplicationTaskAssessmentResults(ReplicationTaskAssessmentResult... replicationTaskAssessmentResults)
The task assessment report.
NOTE: This method appends the values to the existing list (if any). Use
setReplicationTaskAssessmentResults(java.util.Collection)
or
withReplicationTaskAssessmentResults(java.util.Collection)
if you want to override the existing values.
replicationTaskAssessmentResults
- The task assessment report.public DescribeReplicationTaskAssessmentResultsResult withReplicationTaskAssessmentResults(Collection<ReplicationTaskAssessmentResult> replicationTaskAssessmentResults)
The task assessment report.
replicationTaskAssessmentResults
- The task assessment report.public String toString()
toString
in class Object
Object.toString()
public DescribeReplicationTaskAssessmentResultsResult clone()