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/CommandNamespace.h>
11#include <aws/iot/model/SortOrder.h>
47 m_maxResultsHasBeenSet =
true;
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
87 m_namespaceHasBeenSet =
true;
103 template <
typename CommandParameterNameT = Aws::String>
105 m_commandParameterNameHasBeenSet =
true;
106 m_commandParameterName = std::forward<CommandParameterNameT>(value);
108 template <
typename CommandParameterNameT = Aws::String>
124 m_sortOrderHasBeenSet =
true;
142 bool m_maxResultsHasBeenSet =
false;
143 bool m_nextTokenHasBeenSet =
false;
144 bool m_namespaceHasBeenSet =
false;
145 bool m_commandParameterNameHasBeenSet =
false;
146 bool m_sortOrderHasBeenSet =
false;
AWS_IOT_API Aws::String SerializePayload() const override
bool CommandParameterNameHasBeenSet() const
const Aws::String & GetNextToken() const
ListCommandsRequest & WithCommandParameterName(CommandParameterNameT &&value)
void SetNamespace(CommandNamespace value)
const Aws::String & GetCommandParameterName() const
bool SortOrderHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
SortOrder GetSortOrder() const
ListCommandsRequest & WithSortOrder(SortOrder value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
CommandNamespace GetNamespace() const
ListCommandsRequest & WithNamespace(CommandNamespace value)
bool NamespaceHasBeenSet() const
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListCommandsRequest & WithNextToken(NextTokenT &&value)
ListCommandsRequest & WithMaxResults(int value)
void SetSortOrder(SortOrder value)
AWS_IOT_API ListCommandsRequest()=default
void SetCommandParameterName(CommandParameterNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String