7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename NextTokenT = Aws::String>
53 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
54 template<
typename NextTokenT = Aws::String>
64 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 template<
typename ThingNameT = Aws::String>
75 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
76 template<
typename ThingNameT = Aws::String>
82 bool m_nextTokenHasBeenSet =
false;
85 bool m_maxResultsHasBeenSet =
false;
88 bool m_thingNameHasBeenSet =
false;
ListThingPrincipalsRequest & WithMaxResults(int value)
const Aws::String & GetThingName() const
const Aws::String & GetNextToken() const
bool ThingNameHasBeenSet() const
void SetThingName(ThingNameT &&value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
ListThingPrincipalsRequest & WithThingName(ThingNameT &&value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
AWS_IOT_API ListThingPrincipalsRequest()=default
ListThingPrincipalsRequest & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String