/**
* 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
* DescribeEngineDefaultClusterParameters operation. See
* Also:
AWS
* API Reference
The name of the cluster parameter group family to return the engine parameter * information for.
*/ inline const Aws::String& GetDBParameterGroupFamily() const{ return m_dBParameterGroupFamily; } /** *The name of the cluster parameter group family to return the engine parameter * information for.
*/ inline bool DBParameterGroupFamilyHasBeenSet() const { return m_dBParameterGroupFamilyHasBeenSet; } /** *The name of the cluster parameter group family to return the engine parameter * information for.
*/ inline void SetDBParameterGroupFamily(const Aws::String& value) { m_dBParameterGroupFamilyHasBeenSet = true; m_dBParameterGroupFamily = value; } /** *The name of the cluster parameter group family to return the engine parameter * information for.
*/ inline void SetDBParameterGroupFamily(Aws::String&& value) { m_dBParameterGroupFamilyHasBeenSet = true; m_dBParameterGroupFamily = std::move(value); } /** *The name of the cluster parameter group family to return the engine parameter * information for.
*/ inline void SetDBParameterGroupFamily(const char* value) { m_dBParameterGroupFamilyHasBeenSet = true; m_dBParameterGroupFamily.assign(value); } /** *The name of the cluster parameter group family to return the engine parameter * information for.
*/ inline EngineDefaults& WithDBParameterGroupFamily(const Aws::String& value) { SetDBParameterGroupFamily(value); return *this;} /** *The name of the cluster parameter group family to return the engine parameter * information for.
*/ inline EngineDefaults& WithDBParameterGroupFamily(Aws::String&& value) { SetDBParameterGroupFamily(std::move(value)); return *this;} /** *The name of the cluster parameter group family to return the engine parameter * information for.
*/ inline EngineDefaults& WithDBParameterGroupFamily(const char* value) { SetDBParameterGroupFamily(value); return *this;} /** *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.
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 parameters of a particular cluster parameter group family.
*/ inline const Aws::VectorThe parameters of a particular cluster parameter group family.
*/ inline bool ParametersHasBeenSet() const { return m_parametersHasBeenSet; } /** *The parameters of a particular cluster parameter group family.
*/ inline void SetParameters(const Aws::VectorThe parameters of a particular cluster parameter group family.
*/ inline void SetParameters(Aws::VectorThe parameters of a particular cluster parameter group family.
*/ inline EngineDefaults& WithParameters(const Aws::VectorThe parameters of a particular cluster parameter group family.
*/ inline EngineDefaults& WithParameters(Aws::VectorThe parameters of a particular cluster parameter group family.
*/ inline EngineDefaults& AddParameters(const Parameter& value) { m_parametersHasBeenSet = true; m_parameters.push_back(value); return *this; } /** *The parameters of a particular cluster parameter group family.
*/ 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; Aws::String m_marker; bool m_markerHasBeenSet; Aws::Vector