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>
50 template<
typename AthenaIntegrationsT = Aws::Vector<AthenaIntegration>>
51 void SetAthenaIntegrations(AthenaIntegrationsT&& value) { m_athenaIntegrationsHasBeenSet =
true; m_athenaIntegrations = std::forward<AthenaIntegrationsT>(value); }
52 template<
typename AthenaIntegrationsT = Aws::Vector<AthenaIntegration>>
54 template<
typename AthenaIntegrationsT = AthenaIntegration>
55 IntegrateServices&
AddAthenaIntegrations(AthenaIntegrationsT&& value) { m_athenaIntegrationsHasBeenSet =
true; m_athenaIntegrations.emplace_back(std::forward<AthenaIntegrationsT>(value));
return *
this; }
60 bool m_athenaIntegrationsHasBeenSet =
false;
AWS_EC2_API IntegrateServices(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API IntegrateServices()=default
void SetAthenaIntegrations(AthenaIntegrationsT &&value)
IntegrateServices & AddAthenaIntegrations(AthenaIntegrationsT &&value)
const Aws::Vector< AthenaIntegration > & GetAthenaIntegrations() const
bool AthenaIntegrationsHasBeenSet() const
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
AWS_EC2_API IntegrateServices & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
IntegrateServices & WithAthenaIntegrations(AthenaIntegrationsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream