7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
67 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
77 template<
typename PrincipalT = Aws::String>
78 void SetPrincipal(PrincipalT&& value) { m_principalHasBeenSet =
true; m_principal = std::forward<PrincipalT>(value); }
79 template<
typename PrincipalT = Aws::String>
85 bool m_nextTokenHasBeenSet =
false;
88 bool m_maxResultsHasBeenSet =
false;
91 bool m_principalHasBeenSet =
false;
ListPrincipalThingsRequest & WithPrincipal(PrincipalT &&value)
void SetPrincipal(PrincipalT &&value)
ListPrincipalThingsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_IOT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
void SetMaxResults(int value)
AWS_IOT_API ListPrincipalThingsRequest()=default
void SetNextToken(NextTokenT &&value)
bool PrincipalHasBeenSet() const
ListPrincipalThingsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::String & GetPrincipal() const
AWS_IOT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String