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/MediaDeviceInfo.h>
44 template <
typename AcceleratorsT = Aws::Vector<MediaDeviceInfo>>
46 m_acceleratorsHasBeenSet =
true;
47 m_accelerators = std::forward<AcceleratorsT>(value);
49 template <
typename AcceleratorsT = Aws::Vector<MediaDeviceInfo>>
54 template <
typename AcceleratorsT = MediaDeviceInfo>
56 m_acceleratorsHasBeenSet =
true;
57 m_accelerators.emplace_back(std::forward<AcceleratorsT>(value));
70 m_totalMediaMemoryInMiBHasBeenSet =
true;
71 m_totalMediaMemoryInMiB = value;
81 int m_totalMediaMemoryInMiB{0};
82 bool m_acceleratorsHasBeenSet =
false;
83 bool m_totalMediaMemoryInMiBHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream