/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include namespace Aws { namespace DatabaseMigrationService { namespace Model { /** *

See Also:

AWS * API Reference

*/ class DescribeApplicableIndividualAssessmentsRequest : public DatabaseMigrationServiceRequest { public: AWS_DATABASEMIGRATIONSERVICE_API DescribeApplicableIndividualAssessmentsRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "DescribeApplicableIndividualAssessments"; } AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override; AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; /** *

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.

*/ inline int GetMaxRecords() const{ return m_maxRecords; } /** *

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.

*/ inline bool MaxRecordsHasBeenSet() const { return m_maxRecordsHasBeenSet; } /** *

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.

*/ inline void SetMaxRecords(int value) { m_maxRecordsHasBeenSet = true; m_maxRecords = value; } /** *

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.

*/ inline DescribeApplicableIndividualAssessmentsRequest& WithMaxRecords(int value) { SetMaxRecords(value); return *this;} /** *

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.

*/ inline const Aws::String& GetMarker() const{ return m_marker; } /** *

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.

*/ inline bool MarkerHasBeenSet() const { return m_markerHasBeenSet; } /** *

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.

*/ inline void SetMarker(const Aws::String& value) { m_markerHasBeenSet = true; m_marker = value; } /** *

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.

*/ inline void SetMarker(Aws::String&& value) { m_markerHasBeenSet = true; m_marker = std::move(value); } /** *

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.

*/ inline void SetMarker(const char* value) { m_markerHasBeenSet = true; m_marker.assign(value); } /** *

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.

*/ inline DescribeApplicableIndividualAssessmentsRequest& WithMarker(const Aws::String& value) { SetMarker(value); return *this;} /** *

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.

*/ inline DescribeApplicableIndividualAssessmentsRequest& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;} /** *

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.

*/ inline DescribeApplicableIndividualAssessmentsRequest& WithMarker(const char* value) { SetMarker(value); return *this;} private: Aws::String m_replicationTaskArn; bool m_replicationTaskArnHasBeenSet = false; Aws::String m_replicationInstanceArn; bool m_replicationInstanceArnHasBeenSet = false; Aws::String m_sourceEngineName; bool m_sourceEngineNameHasBeenSet = false; Aws::String m_targetEngineName; bool m_targetEngineNameHasBeenSet = false; MigrationTypeValue m_migrationType; bool m_migrationTypeHasBeenSet = false; int m_maxRecords; bool m_maxRecordsHasBeenSet = false; Aws::String m_marker; bool m_markerHasBeenSet = false; }; } // namespace Model } // namespace DatabaseMigrationService } // namespace Aws