7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/MediaDeviceMemoryInfo.h>
50 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
62 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
76 inline void SetManufacturer(
const char* value) { m_manufacturerHasBeenSet =
true; m_manufacturer.assign(value); }
96 bool m_countHasBeenSet =
false;
99 bool m_nameHasBeenSet =
false;
102 bool m_manufacturerHasBeenSet =
false;
105 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