7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/model/AthenaIntegration.h>
60 bool m_athenaIntegrationsHasBeenSet =
false;
void SetAthenaIntegrations(const Aws::Vector< AthenaIntegration > &value)
AWS_EC2_API IntegrateServices(const Aws::Utils::Xml::XmlNode &xmlNode)
IntegrateServices & AddAthenaIntegrations(AthenaIntegration &&value)
void SetAthenaIntegrations(Aws::Vector< AthenaIntegration > &&value)
AWS_EC2_API IntegrateServices()
IntegrateServices & WithAthenaIntegrations(const Aws::Vector< AthenaIntegration > &value)
const Aws::Vector< AthenaIntegration > & GetAthenaIntegrations() const
bool AthenaIntegrationsHasBeenSet() const
IntegrateServices & AddAthenaIntegrations(const AthenaIntegration &value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
IntegrateServices & WithAthenaIntegrations(Aws::Vector< AthenaIntegration > &&value)
AWS_EC2_API IntegrateServices & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream