7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/AthenaIntegration.h>
44 template <
typename AthenaIntegrationsT = Aws::Vector<AthenaIntegration>>
46 m_athenaIntegrationsHasBeenSet =
true;
47 m_athenaIntegrations = std::forward<AthenaIntegrationsT>(value);
49 template <
typename AthenaIntegrationsT = Aws::Vector<AthenaIntegration>>
54 template <
typename AthenaIntegrationsT = AthenaIntegration>
56 m_athenaIntegrationsHasBeenSet =
true;
57 m_athenaIntegrations.emplace_back(std::forward<AthenaIntegrationsT>(value));
63 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