7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LookoutEquipment
45 inline void SetLabelGroupNameBeginsWith(
const char* value) { m_labelGroupNameBeginsWithHasBeenSet =
true; m_labelGroupNameBeginsWith.assign(value); }
60 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 bool m_labelGroupNameBeginsWithHasBeenSet =
false;
81 bool m_nextTokenHasBeenSet =
false;
84 bool m_maxResultsHasBeenSet =
false;
ListLabelGroupsRequest & WithNextToken(const char *value)
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
ListLabelGroupsRequest & WithLabelGroupNameBeginsWith(const Aws::String &value)
ListLabelGroupsRequest & WithMaxResults(int value)
ListLabelGroupsRequest & WithLabelGroupNameBeginsWith(Aws::String &&value)
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListLabelGroupsRequest & WithNextToken(const Aws::String &value)
void SetLabelGroupNameBeginsWith(const Aws::String &value)
ListLabelGroupsRequest & WithLabelGroupNameBeginsWith(const char *value)
bool MaxResultsHasBeenSet() const
void SetNextToken(const char *value)
ListLabelGroupsRequest & WithNextToken(Aws::String &&value)
void SetLabelGroupNameBeginsWith(const char *value)
bool LabelGroupNameBeginsWithHasBeenSet() const
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
AWS_LOOKOUTEQUIPMENT_API ListLabelGroupsRequest()
const Aws::String & GetLabelGroupNameBeginsWith() const
void SetLabelGroupNameBeginsWith(Aws::String &&value)
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
void SetNextToken(const Aws::String &value)
bool NextTokenHasBeenSet() const
void SetNextToken(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String