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/MediaDeviceInfo.h>
50 template<
typename AcceleratorsT = Aws::Vector<MediaDeviceInfo>>
51 void SetAccelerators(AcceleratorsT&& value) { m_acceleratorsHasBeenSet =
true; m_accelerators = std::forward<AcceleratorsT>(value); }
52 template<
typename AcceleratorsT = Aws::Vector<MediaDeviceInfo>>
54 template<
typename AcceleratorsT = MediaDeviceInfo>
71 bool m_acceleratorsHasBeenSet =
false;
73 int m_totalMediaMemoryInMiB{0};
74 bool m_totalMediaMemoryInMiBHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream