/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The Diffie-Hellmann group number for phase 2 IKE negotiations.See
* Also:
AWS
* API Reference
The Diffie-Hellmann group number.
*/ inline int GetValue() const{ return m_value; } /** *The Diffie-Hellmann group number.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *The Diffie-Hellmann group number.
*/ inline void SetValue(int value) { m_valueHasBeenSet = true; m_value = value; } /** *The Diffie-Hellmann group number.
*/ inline Phase2DHGroupNumbersListValue& WithValue(int value) { SetValue(value); return *this;} private: int m_value; bool m_valueHasBeenSet = false; }; } // namespace Model } // namespace EC2 } // namespace Aws