7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/MediaDeviceMemoryInfo.h>
42 inline int GetCount()
const {
return m_count; }
45 m_countHasBeenSet =
true;
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename ManufacturerT = Aws::String>
80 m_manufacturerHasBeenSet =
true;
81 m_manufacturer = std::forward<ManufacturerT>(value);
83 template <
typename ManufacturerT = Aws::String>
96 template <
typename MemoryInfoT = MediaDeviceMemoryInfo>
98 m_memoryInfoHasBeenSet =
true;
99 m_memoryInfo = std::forward<MemoryInfoT>(value);
101 template <
typename MemoryInfoT = MediaDeviceMemoryInfo>
114 MediaDeviceMemoryInfo m_memoryInfo;
115 bool m_countHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
117 bool m_manufacturerHasBeenSet =
false;
118 bool m_memoryInfoHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream