/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the result of a successful invocation of the
* DescribeEngineDefaultParameters action.See Also:
AWS
* API Reference
Specifies the name of the DB parameter group family that the engine default * parameters apply to.
*/ inline const Aws::String& GetDBParameterGroupFamily() const{ return m_dBParameterGroupFamily; } /** *Specifies the name of the DB parameter group family that the engine default * parameters apply to.
*/ inline bool DBParameterGroupFamilyHasBeenSet() const { return m_dBParameterGroupFamilyHasBeenSet; } /** *Specifies the name of the DB parameter group family that the engine default * parameters apply to.
*/ inline void SetDBParameterGroupFamily(const Aws::String& value) { m_dBParameterGroupFamilyHasBeenSet = true; m_dBParameterGroupFamily = value; } /** *Specifies the name of the DB parameter group family that the engine default * parameters apply to.
*/ inline void SetDBParameterGroupFamily(Aws::String&& value) { m_dBParameterGroupFamilyHasBeenSet = true; m_dBParameterGroupFamily = std::move(value); } /** *Specifies the name of the DB parameter group family that the engine default * parameters apply to.
*/ inline void SetDBParameterGroupFamily(const char* value) { m_dBParameterGroupFamilyHasBeenSet = true; m_dBParameterGroupFamily.assign(value); } /** *Specifies the name of the DB parameter group family that the engine default * parameters apply to.
*/ inline EngineDefaults& WithDBParameterGroupFamily(const Aws::String& value) { SetDBParameterGroupFamily(value); return *this;} /** *Specifies the name of the DB parameter group family that the engine default * parameters apply to.
*/ inline EngineDefaults& WithDBParameterGroupFamily(Aws::String&& value) { SetDBParameterGroupFamily(std::move(value)); return *this;} /** *Specifies the name of the DB parameter group family that the engine default * parameters apply to.
*/ inline EngineDefaults& WithDBParameterGroupFamily(const char* value) { SetDBParameterGroupFamily(value); return *this;} /** * An optional pagination token provided by a previous EngineDefaults 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 EngineDefaults 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 EngineDefaults 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 EngineDefaults 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 EngineDefaults 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 EngineDefaults 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 EngineDefaults 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 EngineDefaults request.
* If this parameter is specified, the response includes only records beyond the
* marker, up to the value specified by MaxRecords
.
Contains a list of engine default parameters.
*/ inline const Aws::VectorContains a list of engine default parameters.
*/ inline bool ParametersHasBeenSet() const { return m_parametersHasBeenSet; } /** *Contains a list of engine default parameters.
*/ inline void SetParameters(const Aws::VectorContains a list of engine default parameters.
*/ inline void SetParameters(Aws::VectorContains a list of engine default parameters.
*/ inline EngineDefaults& WithParameters(const Aws::VectorContains a list of engine default parameters.
*/ inline EngineDefaults& WithParameters(Aws::VectorContains a list of engine default parameters.
*/ inline EngineDefaults& AddParameters(const Parameter& value) { m_parametersHasBeenSet = true; m_parameters.push_back(value); return *this; } /** *Contains a list of engine default parameters.
*/ inline EngineDefaults& AddParameters(Parameter&& value) { m_parametersHasBeenSet = true; m_parameters.push_back(std::move(value)); return *this; } private: Aws::String m_dBParameterGroupFamily; bool m_dBParameterGroupFamilyHasBeenSet = false; Aws::String m_marker; bool m_markerHasBeenSet = false; Aws::Vector