7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LookoutEquipment
43 template<
typename LabelGroupNameBeginsWithT = Aws::String>
44 void SetLabelGroupNameBeginsWith(LabelGroupNameBeginsWithT&& value) { m_labelGroupNameBeginsWithHasBeenSet =
true; m_labelGroupNameBeginsWith = std::forward<LabelGroupNameBeginsWithT>(value); }
45 template<
typename LabelGroupNameBeginsWithT = Aws::String>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
68 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 bool m_labelGroupNameBeginsWithHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
ListLabelGroupsRequest & WithMaxResults(int value)
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListLabelGroupsRequest & WithLabelGroupNameBeginsWith(LabelGroupNameBeginsWithT &&value)
bool MaxResultsHasBeenSet() const
void SetLabelGroupNameBeginsWith(LabelGroupNameBeginsWithT &&value)
AWS_LOOKOUTEQUIPMENT_API ListLabelGroupsRequest()=default
bool LabelGroupNameBeginsWithHasBeenSet() const
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
ListLabelGroupsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetLabelGroupNameBeginsWith() const
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String