/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes service integrations with VPC Flow logs.See Also:
* AWS
* API Reference
Information about the integration with Amazon Athena.
*/ inline const Aws::VectorInformation about the integration with Amazon Athena.
*/ inline bool AthenaIntegrationsHasBeenSet() const { return m_athenaIntegrationsHasBeenSet; } /** *Information about the integration with Amazon Athena.
*/ inline void SetAthenaIntegrations(const Aws::VectorInformation about the integration with Amazon Athena.
*/ inline void SetAthenaIntegrations(Aws::VectorInformation about the integration with Amazon Athena.
*/ inline IntegrateServices& WithAthenaIntegrations(const Aws::VectorInformation about the integration with Amazon Athena.
*/ inline IntegrateServices& WithAthenaIntegrations(Aws::VectorInformation about the integration with Amazon Athena.
*/ inline IntegrateServices& AddAthenaIntegrations(const AthenaIntegration& value) { m_athenaIntegrationsHasBeenSet = true; m_athenaIntegrations.push_back(value); return *this; } /** *Information about the integration with Amazon Athena.
*/ inline IntegrateServices& AddAthenaIntegrations(AthenaIntegration&& value) { m_athenaIntegrationsHasBeenSet = true; m_athenaIntegrations.push_back(std::move(value)); return *this; } private: Aws::Vector