/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes a relational database data source configuration.See
* Also:
AWS
* API Reference
Source type for the relational database.
* RDS_HTTP_ENDPOINT: The relational database source type is an Amazon * Relational Database Service (Amazon RDS) HTTP endpoint.
Source type for the relational database.
* RDS_HTTP_ENDPOINT: The relational database source type is an Amazon * Relational Database Service (Amazon RDS) HTTP endpoint.
Source type for the relational database.
* RDS_HTTP_ENDPOINT: The relational database source type is an Amazon * Relational Database Service (Amazon RDS) HTTP endpoint.
Source type for the relational database.
* RDS_HTTP_ENDPOINT: The relational database source type is an Amazon * Relational Database Service (Amazon RDS) HTTP endpoint.
Source type for the relational database.
* RDS_HTTP_ENDPOINT: The relational database source type is an Amazon * Relational Database Service (Amazon RDS) HTTP endpoint.
Source type for the relational database.
* RDS_HTTP_ENDPOINT: The relational database source type is an Amazon * Relational Database Service (Amazon RDS) HTTP endpoint.
Amazon RDS HTTP endpoint settings.
*/ inline const RdsHttpEndpointConfig& GetRdsHttpEndpointConfig() const{ return m_rdsHttpEndpointConfig; } /** *Amazon RDS HTTP endpoint settings.
*/ inline bool RdsHttpEndpointConfigHasBeenSet() const { return m_rdsHttpEndpointConfigHasBeenSet; } /** *Amazon RDS HTTP endpoint settings.
*/ inline void SetRdsHttpEndpointConfig(const RdsHttpEndpointConfig& value) { m_rdsHttpEndpointConfigHasBeenSet = true; m_rdsHttpEndpointConfig = value; } /** *Amazon RDS HTTP endpoint settings.
*/ inline void SetRdsHttpEndpointConfig(RdsHttpEndpointConfig&& value) { m_rdsHttpEndpointConfigHasBeenSet = true; m_rdsHttpEndpointConfig = std::move(value); } /** *Amazon RDS HTTP endpoint settings.
*/ inline RelationalDatabaseDataSourceConfig& WithRdsHttpEndpointConfig(const RdsHttpEndpointConfig& value) { SetRdsHttpEndpointConfig(value); return *this;} /** *Amazon RDS HTTP endpoint settings.
*/ inline RelationalDatabaseDataSourceConfig& WithRdsHttpEndpointConfig(RdsHttpEndpointConfig&& value) { SetRdsHttpEndpointConfig(std::move(value)); return *this;} private: RelationalDatabaseSourceType m_relationalDatabaseSourceType; bool m_relationalDatabaseSourceTypeHasBeenSet = false; RdsHttpEndpointConfig m_rdsHttpEndpointConfig; bool m_rdsHttpEndpointConfigHasBeenSet = false; }; } // namespace Model } // namespace AppSync } // namespace Aws