7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/model/JobStatus.h>
10#include <aws/iot/model/TargetSelection.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
78 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 template<
typename NextTokenT = Aws::String>
89 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
90 template<
typename NextTokenT = Aws::String>
100 template<
typename ThingGroupNameT = Aws::String>
101 void SetThingGroupName(ThingGroupNameT&& value) { m_thingGroupNameHasBeenSet =
true; m_thingGroupName = std::forward<ThingGroupNameT>(value); }
102 template<
typename ThingGroupNameT = Aws::String>
112 template<
typename ThingGroupIdT = Aws::String>
113 void SetThingGroupId(ThingGroupIdT&& value) { m_thingGroupIdHasBeenSet =
true; m_thingGroupId = std::forward<ThingGroupIdT>(value); }
114 template<
typename ThingGroupIdT = Aws::String>
132 template<
typename NamespaceIdT = Aws::String>
133 void SetNamespaceId(NamespaceIdT&& value) { m_namespaceIdHasBeenSet =
true; m_namespaceId = std::forward<NamespaceIdT>(value); }
134 template<
typename NamespaceIdT = Aws::String>
140 bool m_statusHasBeenSet =
false;
143 bool m_targetSelectionHasBeenSet =
false;
146 bool m_maxResultsHasBeenSet =
false;
149 bool m_nextTokenHasBeenSet =
false;
152 bool m_thingGroupNameHasBeenSet =
false;
155 bool m_thingGroupIdHasBeenSet =
false;
158 bool m_namespaceIdHasBeenSet =
false;
void SetNamespaceId(NamespaceIdT &&value)
bool StatusHasBeenSet() const
AWS_IOT_API ListJobsRequest()=default
void SetNextToken(NextTokenT &&value)
JobStatus GetStatus() const
bool ThingGroupNameHasBeenSet() const
void SetThingGroupName(ThingGroupNameT &&value)
ListJobsRequest & WithNamespaceId(NamespaceIdT &&value)
const Aws::String & GetThingGroupId() const
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetTargetSelection(TargetSelection value)
ListJobsRequest & WithTargetSelection(TargetSelection value)
ListJobsRequest & WithStatus(JobStatus value)
ListJobsRequest & WithThingGroupId(ThingGroupIdT &&value)
bool TargetSelectionHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_IOT_API Aws::String SerializePayload() const override
ListJobsRequest & WithMaxResults(int value)
void SetMaxResults(int value)
const Aws::String & GetThingGroupName() const
ListJobsRequest & WithThingGroupName(ThingGroupNameT &&value)
bool ThingGroupIdHasBeenSet() const
bool NamespaceIdHasBeenSet() const
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNamespaceId() const
void SetThingGroupId(ThingGroupIdT &&value)
bool NextTokenHasBeenSet() const
TargetSelection GetTargetSelection() const
bool MaxResultsHasBeenSet() const
ListJobsRequest & WithNextToken(NextTokenT &&value)
void SetStatus(JobStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String