7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotwireless/model/DeviceProfileType.h>
50 template<
typename NextTokenT = Aws::String>
51 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
52 template<
typename NextTokenT = Aws::String>
62 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
85 bool m_deviceProfileTypeHasBeenSet =
false;
void SetDeviceProfileType(DeviceProfileType value)
void SetMaxResults(int value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
AWS_IOTWIRELESS_API ListDeviceProfilesRequest()=default
ListDeviceProfilesRequest & WithMaxResults(int value)
ListDeviceProfilesRequest & WithDeviceProfileType(DeviceProfileType value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
DeviceProfileType GetDeviceProfileType() const
bool DeviceProfileTypeHasBeenSet() const
ListDeviceProfilesRequest & WithNextToken(NextTokenT &&value)
AWS_IOTWIRELESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String