7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
15namespace LookoutEquipment
46 inline void SetLabelGroupName(
const char* value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName.assign(value); }
85 inline void SetFaultCode(
const char* value) { m_faultCodeHasBeenSet =
true; m_faultCode.assign(value); }
99 inline void SetEquipment(
const char* value) { m_equipmentHasBeenSet =
true; m_equipment.assign(value); }
114 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
126 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
132 bool m_labelGroupNameHasBeenSet =
false;
135 bool m_intervalStartTimeHasBeenSet =
false;
138 bool m_intervalEndTimeHasBeenSet =
false;
141 bool m_faultCodeHasBeenSet =
false;
144 bool m_equipmentHasBeenSet =
false;
147 bool m_nextTokenHasBeenSet =
false;
150 bool m_maxResultsHasBeenSet =
false;
ListLabelsRequest & WithFaultCode(const Aws::String &value)
ListLabelsRequest & WithIntervalEndTime(const Aws::Utils::DateTime &value)
bool NextTokenHasBeenSet() const
void SetLabelGroupName(const Aws::String &value)
void SetNextToken(const char *value)
ListLabelsRequest & WithFaultCode(Aws::String &&value)
ListLabelsRequest & WithIntervalStartTime(const Aws::Utils::DateTime &value)
void SetFaultCode(Aws::String &&value)
void SetIntervalStartTime(const Aws::Utils::DateTime &value)
void SetLabelGroupName(const char *value)
void SetIntervalStartTime(Aws::Utils::DateTime &&value)
const Aws::String & GetFaultCode() const
void SetNextToken(Aws::String &&value)
bool IntervalEndTimeHasBeenSet() const
void SetFaultCode(const Aws::String &value)
const Aws::Utils::DateTime & GetIntervalEndTime() const
void SetMaxResults(int value)
ListLabelsRequest & WithLabelGroupName(const Aws::String &value)
ListLabelsRequest & WithFaultCode(const char *value)
ListLabelsRequest & WithIntervalEndTime(Aws::Utils::DateTime &&value)
ListLabelsRequest & WithEquipment(const Aws::String &value)
void SetIntervalEndTime(Aws::Utils::DateTime &&value)
ListLabelsRequest & WithNextToken(Aws::String &&value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
bool IntervalStartTimeHasBeenSet() const
ListLabelsRequest & WithLabelGroupName(Aws::String &&value)
void SetNextToken(const Aws::String &value)
AWS_LOOKOUTEQUIPMENT_API ListLabelsRequest()
const Aws::Utils::DateTime & GetIntervalStartTime() const
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
void SetIntervalEndTime(const Aws::Utils::DateTime &value)
void SetEquipment(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetLabelGroupName(Aws::String &&value)
int GetMaxResults() const
void SetFaultCode(const char *value)
ListLabelsRequest & WithNextToken(const char *value)
bool LabelGroupNameHasBeenSet() const
ListLabelsRequest & WithEquipment(Aws::String &&value)
ListLabelsRequest & WithNextToken(const Aws::String &value)
ListLabelsRequest & WithEquipment(const char *value)
ListLabelsRequest & WithMaxResults(int value)
const Aws::String & GetLabelGroupName() const
ListLabelsRequest & WithLabelGroupName(const char *value)
void SetEquipment(const Aws::String &value)
bool EquipmentHasBeenSet() const
void SetEquipment(const char *value)
const Aws::String & GetEquipment() const
bool FaultCodeHasBeenSet() const
ListLabelsRequest & WithIntervalStartTime(Aws::Utils::DateTime &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String