/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
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
.
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
.
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
.
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
.
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
.
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
.
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
.
- The Amazon S3 bucket where the task assessment report is located.
*/ inline const Aws::String& GetBucketName() const{ return m_bucketName; } /** *- The Amazon S3 bucket where the task assessment report is located.
*/ inline void SetBucketName(const Aws::String& value) { m_bucketName = value; } /** *- The Amazon S3 bucket where the task assessment report is located.
*/ inline void SetBucketName(Aws::String&& value) { m_bucketName = std::move(value); } /** *- The Amazon S3 bucket where the task assessment report is located.
*/ inline void SetBucketName(const char* value) { m_bucketName.assign(value); } /** *- The Amazon S3 bucket where the task assessment report is located.
*/ inline DescribeReplicationTaskAssessmentResultsResult& WithBucketName(const Aws::String& value) { SetBucketName(value); return *this;} /** *- The Amazon S3 bucket where the task assessment report is located.
*/ inline DescribeReplicationTaskAssessmentResultsResult& WithBucketName(Aws::String&& value) { SetBucketName(std::move(value)); return *this;} /** *- The Amazon S3 bucket where the task assessment report is located.
*/ inline DescribeReplicationTaskAssessmentResultsResult& WithBucketName(const char* value) { SetBucketName(value); return *this;} /** *The task assessment report.
*/ inline const Aws::VectorThe task assessment report.
*/ inline void SetReplicationTaskAssessmentResults(const Aws::VectorThe task assessment report.
*/ inline void SetReplicationTaskAssessmentResults(Aws::VectorThe task assessment report.
*/ inline DescribeReplicationTaskAssessmentResultsResult& WithReplicationTaskAssessmentResults(const Aws::VectorThe task assessment report.
*/ inline DescribeReplicationTaskAssessmentResultsResult& WithReplicationTaskAssessmentResults(Aws::VectorThe task assessment report.
*/ inline DescribeReplicationTaskAssessmentResultsResult& AddReplicationTaskAssessmentResults(const ReplicationTaskAssessmentResult& value) { m_replicationTaskAssessmentResults.push_back(value); return *this; } /** *The task assessment report.
*/ inline DescribeReplicationTaskAssessmentResultsResult& AddReplicationTaskAssessmentResults(ReplicationTaskAssessmentResult&& value) { m_replicationTaskAssessmentResults.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeReplicationTaskAssessmentResultsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeReplicationTaskAssessmentResultsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeReplicationTaskAssessmentResultsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_marker; Aws::String m_bucketName; Aws::Vector