/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include See Also:
AWS
* API Reference
Amazon Resource Name (ARN) of a migration task on which you want to base the * default list of individual assessments.
*/ inline const Aws::String& GetReplicationTaskArn() const{ return m_replicationTaskArn; } /** *Amazon Resource Name (ARN) of a migration task on which you want to base the * default list of individual assessments.
*/ inline bool ReplicationTaskArnHasBeenSet() const { return m_replicationTaskArnHasBeenSet; } /** *Amazon Resource Name (ARN) of a migration task on which you want to base the * default list of individual assessments.
*/ inline void SetReplicationTaskArn(const Aws::String& value) { m_replicationTaskArnHasBeenSet = true; m_replicationTaskArn = value; } /** *Amazon Resource Name (ARN) of a migration task on which you want to base the * default list of individual assessments.
*/ inline void SetReplicationTaskArn(Aws::String&& value) { m_replicationTaskArnHasBeenSet = true; m_replicationTaskArn = std::move(value); } /** *Amazon Resource Name (ARN) of a migration task on which you want to base the * default list of individual assessments.
*/ inline void SetReplicationTaskArn(const char* value) { m_replicationTaskArnHasBeenSet = true; m_replicationTaskArn.assign(value); } /** *Amazon Resource Name (ARN) of a migration task on which you want to base the * default list of individual assessments.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithReplicationTaskArn(const Aws::String& value) { SetReplicationTaskArn(value); return *this;} /** *Amazon Resource Name (ARN) of a migration task on which you want to base the * default list of individual assessments.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithReplicationTaskArn(Aws::String&& value) { SetReplicationTaskArn(std::move(value)); return *this;} /** *Amazon Resource Name (ARN) of a migration task on which you want to base the * default list of individual assessments.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithReplicationTaskArn(const char* value) { SetReplicationTaskArn(value); return *this;} /** *ARN of a replication instance on which you want to base the default list of * individual assessments.
*/ inline const Aws::String& GetReplicationInstanceArn() const{ return m_replicationInstanceArn; } /** *ARN of a replication instance on which you want to base the default list of * individual assessments.
*/ inline bool ReplicationInstanceArnHasBeenSet() const { return m_replicationInstanceArnHasBeenSet; } /** *ARN of a replication instance on which you want to base the default list of * individual assessments.
*/ inline void SetReplicationInstanceArn(const Aws::String& value) { m_replicationInstanceArnHasBeenSet = true; m_replicationInstanceArn = value; } /** *ARN of a replication instance on which you want to base the default list of * individual assessments.
*/ inline void SetReplicationInstanceArn(Aws::String&& value) { m_replicationInstanceArnHasBeenSet = true; m_replicationInstanceArn = std::move(value); } /** *ARN of a replication instance on which you want to base the default list of * individual assessments.
*/ inline void SetReplicationInstanceArn(const char* value) { m_replicationInstanceArnHasBeenSet = true; m_replicationInstanceArn.assign(value); } /** *ARN of a replication instance on which you want to base the default list of * individual assessments.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithReplicationInstanceArn(const Aws::String& value) { SetReplicationInstanceArn(value); return *this;} /** *ARN of a replication instance on which you want to base the default list of * individual assessments.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithReplicationInstanceArn(Aws::String&& value) { SetReplicationInstanceArn(std::move(value)); return *this;} /** *ARN of a replication instance on which you want to base the default list of * individual assessments.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithReplicationInstanceArn(const char* value) { SetReplicationInstanceArn(value); return *this;} /** *Name of a database engine that the specified replication instance supports as * a source.
*/ inline const Aws::String& GetSourceEngineName() const{ return m_sourceEngineName; } /** *Name of a database engine that the specified replication instance supports as * a source.
*/ inline bool SourceEngineNameHasBeenSet() const { return m_sourceEngineNameHasBeenSet; } /** *Name of a database engine that the specified replication instance supports as * a source.
*/ inline void SetSourceEngineName(const Aws::String& value) { m_sourceEngineNameHasBeenSet = true; m_sourceEngineName = value; } /** *Name of a database engine that the specified replication instance supports as * a source.
*/ inline void SetSourceEngineName(Aws::String&& value) { m_sourceEngineNameHasBeenSet = true; m_sourceEngineName = std::move(value); } /** *Name of a database engine that the specified replication instance supports as * a source.
*/ inline void SetSourceEngineName(const char* value) { m_sourceEngineNameHasBeenSet = true; m_sourceEngineName.assign(value); } /** *Name of a database engine that the specified replication instance supports as * a source.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithSourceEngineName(const Aws::String& value) { SetSourceEngineName(value); return *this;} /** *Name of a database engine that the specified replication instance supports as * a source.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithSourceEngineName(Aws::String&& value) { SetSourceEngineName(std::move(value)); return *this;} /** *Name of a database engine that the specified replication instance supports as * a source.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithSourceEngineName(const char* value) { SetSourceEngineName(value); return *this;} /** *Name of a database engine that the specified replication instance supports as * a target.
*/ inline const Aws::String& GetTargetEngineName() const{ return m_targetEngineName; } /** *Name of a database engine that the specified replication instance supports as * a target.
*/ inline bool TargetEngineNameHasBeenSet() const { return m_targetEngineNameHasBeenSet; } /** *Name of a database engine that the specified replication instance supports as * a target.
*/ inline void SetTargetEngineName(const Aws::String& value) { m_targetEngineNameHasBeenSet = true; m_targetEngineName = value; } /** *Name of a database engine that the specified replication instance supports as * a target.
*/ inline void SetTargetEngineName(Aws::String&& value) { m_targetEngineNameHasBeenSet = true; m_targetEngineName = std::move(value); } /** *Name of a database engine that the specified replication instance supports as * a target.
*/ inline void SetTargetEngineName(const char* value) { m_targetEngineNameHasBeenSet = true; m_targetEngineName.assign(value); } /** *Name of a database engine that the specified replication instance supports as * a target.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithTargetEngineName(const Aws::String& value) { SetTargetEngineName(value); return *this;} /** *Name of a database engine that the specified replication instance supports as * a target.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithTargetEngineName(Aws::String&& value) { SetTargetEngineName(std::move(value)); return *this;} /** *Name of a database engine that the specified replication instance supports as * a target.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithTargetEngineName(const char* value) { SetTargetEngineName(value); return *this;} /** *Name of the migration type that each provided individual assessment must * support.
*/ inline const MigrationTypeValue& GetMigrationType() const{ return m_migrationType; } /** *Name of the migration type that each provided individual assessment must * support.
*/ inline bool MigrationTypeHasBeenSet() const { return m_migrationTypeHasBeenSet; } /** *Name of the migration type that each provided individual assessment must * support.
*/ inline void SetMigrationType(const MigrationTypeValue& value) { m_migrationTypeHasBeenSet = true; m_migrationType = value; } /** *Name of the migration type that each provided individual assessment must * support.
*/ inline void SetMigrationType(MigrationTypeValue&& value) { m_migrationTypeHasBeenSet = true; m_migrationType = std::move(value); } /** *Name of the migration type that each provided individual assessment must * support.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithMigrationType(const MigrationTypeValue& value) { SetMigrationType(value); return *this;} /** *Name of the migration type that each provided individual assessment must * support.
*/ inline DescribeApplicableIndividualAssessmentsRequest& WithMigrationType(MigrationTypeValue&& value) { SetMigrationType(std::move(value)); return *this;} /** *Maximum number of records to include in the response. If more records exist
* than the specified MaxRecords
value, a pagination token called a
* marker is included in the response so that the remaining results can be
* retrieved.
Maximum number of records to include in the response. If more records exist
* than the specified MaxRecords
value, a pagination token called a
* marker is included in the response so that the remaining results can be
* retrieved.
Maximum number of records to include in the response. If more records exist
* than the specified MaxRecords
value, a pagination token called a
* marker is included in the response so that the remaining results can be
* retrieved.
Maximum number of records to include in the response. If more records exist
* than the specified MaxRecords
value, a pagination token called a
* marker is included in the response so that the remaining results can be
* retrieved.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.