7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/panorama/PanoramaRequest.h>
9#include <aws/panorama/Panorama_EXPORTS.h>
37 template <
typename DescriptionT = Aws::String>
39 m_descriptionHasBeenSet =
true;
40 m_description = std::forward<DescriptionT>(value);
42 template <
typename DescriptionT = Aws::String>
55 template <
typename DeviceIdT = Aws::String>
57 m_deviceIdHasBeenSet =
true;
58 m_deviceId = std::forward<DeviceIdT>(value);
60 template <
typename DeviceIdT = Aws::String>
70 bool m_descriptionHasBeenSet =
false;
71 bool m_deviceIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String