7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/JobStatus.h>
11#include <aws/iot/model/TargetSelection.h>
46 m_statusHasBeenSet =
true;
70 m_targetSelectionHasBeenSet =
true;
71 m_targetSelection = value;
86 m_maxResultsHasBeenSet =
true;
101 template <
typename NextTokenT = Aws::String>
103 m_nextTokenHasBeenSet =
true;
104 m_nextToken = std::forward<NextTokenT>(value);
106 template <
typename NextTokenT = Aws::String>
119 template <
typename ThingGroupNameT = Aws::String>
121 m_thingGroupNameHasBeenSet =
true;
122 m_thingGroupName = std::forward<ThingGroupNameT>(value);
124 template <
typename ThingGroupNameT = Aws::String>
137 template <
typename ThingGroupIdT = Aws::String>
139 m_thingGroupIdHasBeenSet =
true;
140 m_thingGroupId = std::forward<ThingGroupIdT>(value);
142 template <
typename ThingGroupIdT = Aws::String>
163 template <
typename NamespaceIdT = Aws::String>
165 m_namespaceIdHasBeenSet =
true;
166 m_namespaceId = std::forward<NamespaceIdT>(value);
168 template <
typename NamespaceIdT = Aws::String>
188 bool m_statusHasBeenSet =
false;
189 bool m_targetSelectionHasBeenSet =
false;
190 bool m_maxResultsHasBeenSet =
false;
191 bool m_nextTokenHasBeenSet =
false;
192 bool m_thingGroupNameHasBeenSet =
false;
193 bool m_thingGroupIdHasBeenSet =
false;
194 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