7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
10#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
15namespace LookoutEquipment {
40 template <
typename LabelGroupNameT = Aws::String>
42 m_labelGroupNameHasBeenSet =
true;
43 m_labelGroupName = std::forward<LabelGroupNameT>(value);
45 template <
typename LabelGroupNameT = Aws::String>
59 template <
typename IntervalStartTimeT = Aws::Utils::DateTime>
61 m_intervalStartTimeHasBeenSet =
true;
62 m_intervalStartTime = std::forward<IntervalStartTimeT>(value);
64 template <
typename IntervalStartTimeT = Aws::Utils::DateTime>
77 template <
typename IntervalEndTimeT = Aws::Utils::DateTime>
79 m_intervalEndTimeHasBeenSet =
true;
80 m_intervalEndTime = std::forward<IntervalEndTimeT>(value);
82 template <
typename IntervalEndTimeT = Aws::Utils::DateTime>
95 template <
typename FaultCodeT = Aws::String>
97 m_faultCodeHasBeenSet =
true;
98 m_faultCode = std::forward<FaultCodeT>(value);
100 template <
typename FaultCodeT = Aws::String>
113 template <
typename EquipmentT = Aws::String>
115 m_equipmentHasBeenSet =
true;
116 m_equipment = std::forward<EquipmentT>(value);
118 template <
typename EquipmentT = Aws::String>
132 template <
typename NextTokenT = Aws::String>
134 m_nextTokenHasBeenSet =
true;
135 m_nextToken = std::forward<NextTokenT>(value);
137 template <
typename NextTokenT = Aws::String>
151 m_maxResultsHasBeenSet =
true;
152 m_maxResults = value;
161 bool m_labelGroupNameHasBeenSet =
false;
164 bool m_intervalStartTimeHasBeenSet =
false;
167 bool m_intervalEndTimeHasBeenSet =
false;
170 bool m_faultCodeHasBeenSet =
false;
173 bool m_equipmentHasBeenSet =
false;
176 bool m_nextTokenHasBeenSet =
false;
179 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