/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Details for SASL/SCRAM client authentication for VPC
* connectivity.See Also:
AWS
* API Reference
SASL/SCRAM authentication is on or off for VPC * connectivity.
*/ inline bool GetEnabled() const{ return m_enabled; } /** *SASL/SCRAM authentication is on or off for VPC * connectivity.
*/ inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; } /** *SASL/SCRAM authentication is on or off for VPC * connectivity.
*/ inline void SetEnabled(bool value) { m_enabledHasBeenSet = true; m_enabled = value; } /** *SASL/SCRAM authentication is on or off for VPC * connectivity.
*/ inline VpcConnectivityScram& WithEnabled(bool value) { SetEnabled(value); return *this;} private: bool m_enabled; bool m_enabledHasBeenSet = false; }; } // namespace Model } // namespace Kafka } // namespace Aws