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
44 template<
typename LabelGroupNameT = Aws::String>
45 void SetLabelGroupName(LabelGroupNameT&& value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName = std::forward<LabelGroupNameT>(value); }
46 template<
typename LabelGroupNameT = Aws::String>
57 template<
typename IntervalStartTimeT = Aws::Utils::DateTime>
58 void SetIntervalStartTime(IntervalStartTimeT&& value) { m_intervalStartTimeHasBeenSet =
true; m_intervalStartTime = std::forward<IntervalStartTimeT>(value); }
59 template<
typename IntervalStartTimeT = Aws::Utils::DateTime>
69 template<
typename IntervalEndTimeT = Aws::Utils::DateTime>
70 void SetIntervalEndTime(IntervalEndTimeT&& value) { m_intervalEndTimeHasBeenSet =
true; m_intervalEndTime = std::forward<IntervalEndTimeT>(value); }
71 template<
typename IntervalEndTimeT = Aws::Utils::DateTime>
81 template<
typename FaultCodeT = Aws::String>
82 void SetFaultCode(FaultCodeT&& value) { m_faultCodeHasBeenSet =
true; m_faultCode = std::forward<FaultCodeT>(value); }
83 template<
typename FaultCodeT = Aws::String>
93 template<
typename EquipmentT = Aws::String>
94 void SetEquipment(EquipmentT&& value) { m_equipmentHasBeenSet =
true; m_equipment = std::forward<EquipmentT>(value); }
95 template<
typename EquipmentT = Aws::String>
106 template<
typename NextTokenT = Aws::String>
107 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
108 template<
typename NextTokenT = Aws::String>
118 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
124 bool m_labelGroupNameHasBeenSet =
false;
127 bool m_intervalStartTimeHasBeenSet =
false;
130 bool m_intervalEndTimeHasBeenSet =
false;
133 bool m_faultCodeHasBeenSet =
false;
136 bool m_equipmentHasBeenSet =
false;
139 bool m_nextTokenHasBeenSet =
false;
142 bool m_maxResultsHasBeenSet =
false;
void SetIntervalEndTime(IntervalEndTimeT &&value)
bool NextTokenHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API ListLabelsRequest()=default
ListLabelsRequest & WithIntervalEndTime(IntervalEndTimeT &&value)
ListLabelsRequest & WithLabelGroupName(LabelGroupNameT &&value)
const Aws::String & GetFaultCode() const
bool IntervalEndTimeHasBeenSet() const
ListLabelsRequest & WithFaultCode(FaultCodeT &&value)
ListLabelsRequest & WithIntervalStartTime(IntervalStartTimeT &&value)
const Aws::Utils::DateTime & GetIntervalEndTime() const
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
bool IntervalStartTimeHasBeenSet() const
const Aws::Utils::DateTime & GetIntervalStartTime() const
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
void SetIntervalStartTime(IntervalStartTimeT &&value)
void SetEquipment(EquipmentT &&value)
ListLabelsRequest & WithNextToken(NextTokenT &&value)
bool LabelGroupNameHasBeenSet() const
ListLabelsRequest & WithMaxResults(int value)
void SetLabelGroupName(LabelGroupNameT &&value)
const Aws::String & GetLabelGroupName() const
bool EquipmentHasBeenSet() const
const Aws::String & GetEquipment() const
ListLabelsRequest & WithEquipment(EquipmentT &&value)
void SetFaultCode(FaultCodeT &&value)
bool FaultCodeHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String