/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the output of a DescribeEngineDefaultParameters
* operation.See Also:
AWS
* API Reference
Specifies the name of the cache parameter group family to which the engine * default parameters apply.
Valid values are: memcached1.4
|
* memcached1.5
| memcached1.6
| redis2.6
|
* redis2.8
| redis3.2
| redis4.0
|
* redis5.0
| redis6.0
| redis6.x
|
* redis7
Specifies the name of the cache parameter group family to which the engine * default parameters apply.
Valid values are: memcached1.4
|
* memcached1.5
| memcached1.6
| redis2.6
|
* redis2.8
| redis3.2
| redis4.0
|
* redis5.0
| redis6.0
| redis6.x
|
* redis7
Specifies the name of the cache parameter group family to which the engine * default parameters apply.
Valid values are: memcached1.4
|
* memcached1.5
| memcached1.6
| redis2.6
|
* redis2.8
| redis3.2
| redis4.0
|
* redis5.0
| redis6.0
| redis6.x
|
* redis7
Specifies the name of the cache parameter group family to which the engine * default parameters apply.
Valid values are: memcached1.4
|
* memcached1.5
| memcached1.6
| redis2.6
|
* redis2.8
| redis3.2
| redis4.0
|
* redis5.0
| redis6.0
| redis6.x
|
* redis7
Specifies the name of the cache parameter group family to which the engine * default parameters apply.
Valid values are: memcached1.4
|
* memcached1.5
| memcached1.6
| redis2.6
|
* redis2.8
| redis3.2
| redis4.0
|
* redis5.0
| redis6.0
| redis6.x
|
* redis7
Specifies the name of the cache parameter group family to which the engine * default parameters apply.
Valid values are: memcached1.4
|
* memcached1.5
| memcached1.6
| redis2.6
|
* redis2.8
| redis3.2
| redis4.0
|
* redis5.0
| redis6.0
| redis6.x
|
* redis7
Specifies the name of the cache parameter group family to which the engine * default parameters apply.
Valid values are: memcached1.4
|
* memcached1.5
| memcached1.6
| redis2.6
|
* redis2.8
| redis3.2
| redis4.0
|
* redis5.0
| redis6.0
| redis6.x
|
* redis7
Specifies the name of the cache parameter group family to which the engine * default parameters apply.
Valid values are: memcached1.4
|
* memcached1.5
| memcached1.6
| redis2.6
|
* redis2.8
| redis3.2
| redis4.0
|
* redis5.0
| redis6.0
| redis6.x
|
* redis7
Provides an identifier to allow retrieval of paginated results.
*/ inline const Aws::String& GetMarker() const{ return m_marker; } /** *Provides an identifier to allow retrieval of paginated results.
*/ inline bool MarkerHasBeenSet() const { return m_markerHasBeenSet; } /** *Provides an identifier to allow retrieval of paginated results.
*/ inline void SetMarker(const Aws::String& value) { m_markerHasBeenSet = true; m_marker = value; } /** *Provides an identifier to allow retrieval of paginated results.
*/ inline void SetMarker(Aws::String&& value) { m_markerHasBeenSet = true; m_marker = std::move(value); } /** *Provides an identifier to allow retrieval of paginated results.
*/ inline void SetMarker(const char* value) { m_markerHasBeenSet = true; m_marker.assign(value); } /** *Provides an identifier to allow retrieval of paginated results.
*/ inline EngineDefaults& WithMarker(const Aws::String& value) { SetMarker(value); return *this;} /** *Provides an identifier to allow retrieval of paginated results.
*/ inline EngineDefaults& WithMarker(Aws::String&& value) { SetMarker(std::move(value)); return *this;} /** *Provides an identifier to allow retrieval of paginated results.
*/ inline EngineDefaults& WithMarker(const char* value) { SetMarker(value); return *this;} /** *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; } /** *A list of parameters specific to a particular cache node type. Each element * in the list contains detailed information about one parameter.
*/ inline const Aws::VectorA list of parameters specific to a particular cache node type. Each element * in the list contains detailed information about one parameter.
*/ inline bool CacheNodeTypeSpecificParametersHasBeenSet() const { return m_cacheNodeTypeSpecificParametersHasBeenSet; } /** *A list of parameters specific to a particular cache node type. Each element * in the list contains detailed information about one parameter.
*/ inline void SetCacheNodeTypeSpecificParameters(const Aws::VectorA list of parameters specific to a particular cache node type. Each element * in the list contains detailed information about one parameter.
*/ inline void SetCacheNodeTypeSpecificParameters(Aws::VectorA list of parameters specific to a particular cache node type. Each element * in the list contains detailed information about one parameter.
*/ inline EngineDefaults& WithCacheNodeTypeSpecificParameters(const Aws::VectorA list of parameters specific to a particular cache node type. Each element * in the list contains detailed information about one parameter.
*/ inline EngineDefaults& WithCacheNodeTypeSpecificParameters(Aws::VectorA list of parameters specific to a particular cache node type. Each element * in the list contains detailed information about one parameter.
*/ inline EngineDefaults& AddCacheNodeTypeSpecificParameters(const CacheNodeTypeSpecificParameter& value) { m_cacheNodeTypeSpecificParametersHasBeenSet = true; m_cacheNodeTypeSpecificParameters.push_back(value); return *this; } /** *A list of parameters specific to a particular cache node type. Each element * in the list contains detailed information about one parameter.
*/ inline EngineDefaults& AddCacheNodeTypeSpecificParameters(CacheNodeTypeSpecificParameter&& value) { m_cacheNodeTypeSpecificParametersHasBeenSet = true; m_cacheNodeTypeSpecificParameters.push_back(std::move(value)); return *this; } private: Aws::String m_cacheParameterGroupFamily; bool m_cacheParameterGroupFamilyHasBeenSet = false; Aws::String m_marker; bool m_markerHasBeenSet = false; Aws::Vector