7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/PanoramaRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/panorama/model/DeviceJobConfig.h>
11#include <aws/panorama/model/JobType.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename DeviceIdsT = Aws::Vector<Aws::String>>
45 void SetDeviceIds(DeviceIdsT&& value) { m_deviceIdsHasBeenSet =
true; m_deviceIds = std::forward<DeviceIdsT>(value); }
46 template<
typename DeviceIdsT = Aws::Vector<Aws::String>>
48 template<
typename DeviceIdsT = Aws::String>
58 template<
typename DeviceJobConfigT = DeviceJobConfig>
59 void SetDeviceJobConfig(DeviceJobConfigT&& value) { m_deviceJobConfigHasBeenSet =
true; m_deviceJobConfig = std::forward<DeviceJobConfigT>(value); }
60 template<
typename DeviceJobConfigT = DeviceJobConfig>
76 bool m_deviceIdsHasBeenSet =
false;
79 bool m_deviceJobConfigHasBeenSet =
false;
82 bool m_jobTypeHasBeenSet =
false;
bool JobTypeHasBeenSet() const
void SetDeviceIds(DeviceIdsT &&value)
bool DeviceIdsHasBeenSet() const
CreateJobForDevicesRequest & WithDeviceIds(DeviceIdsT &&value)
AWS_PANORAMA_API Aws::String SerializePayload() const override
bool DeviceJobConfigHasBeenSet() const
const Aws::Vector< Aws::String > & GetDeviceIds() const
CreateJobForDevicesRequest & AddDeviceIds(DeviceIdsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_PANORAMA_API CreateJobForDevicesRequest()=default
CreateJobForDevicesRequest & WithJobType(JobType value)
JobType GetJobType() const
void SetDeviceJobConfig(DeviceJobConfigT &&value)
void SetJobType(JobType value)
const DeviceJobConfig & GetDeviceJobConfig() const
CreateJobForDevicesRequest & WithDeviceJobConfig(DeviceJobConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector