7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/CommandNamespace.h>
11#include <aws/iot/model/SortOrder.h>
51 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
90 template<
typename CommandParameterNameT = Aws::String>
91 void SetCommandParameterName(CommandParameterNameT&& value) { m_commandParameterNameHasBeenSet =
true; m_commandParameterName = std::forward<CommandParameterNameT>(value); }
92 template<
typename CommandParameterNameT = Aws::String>
110 bool m_maxResultsHasBeenSet =
false;
113 bool m_nextTokenHasBeenSet =
false;
116 bool m_namespaceHasBeenSet =
false;
119 bool m_commandParameterNameHasBeenSet =
false;
122 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