64 inline void SetDeviceId(
const char* value) { m_deviceIdHasBeenSet =
true; m_deviceId.assign(value); }
95 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
131 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
154 bool m_deviceIdHasBeenSet =
false;
157 bool m_maxResultsHasBeenSet =
false;
160 bool m_nextTokenHasBeenSet =
false;
ListDevicesJobsRequest & WithNextToken(Aws::String &&value)
void SetNextToken(const Aws::String &value)
void SetNextToken(const char *value)
ListDevicesJobsRequest & WithMaxResults(int value)
ListDevicesJobsRequest & WithDeviceId(const char *value)
ListDevicesJobsRequest & WithNextToken(const Aws::String &value)
AWS_PANORAMA_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
void SetDeviceId(const char *value)
ListDevicesJobsRequest & WithDeviceId(Aws::String &&value)
void SetDeviceId(const Aws::String &value)
AWS_PANORAMA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListDevicesJobsRequest & WithDeviceId(const Aws::String &value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDeviceId() const
ListDevicesJobsRequest & WithNextToken(const char *value)
bool DeviceIdHasBeenSet() const
int GetMaxResults() const
AWS_PANORAMA_API ListDevicesJobsRequest()
void SetDeviceId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String