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 template<
typename LabelGroupNameT = Aws::String>
46 void SetLabelGroupName(LabelGroupNameT&& value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName = std::forward<LabelGroupNameT>(value); }
47 template<
typename LabelGroupNameT = Aws::String>
57 template<
typename LabelIdT = Aws::String>
58 void SetLabelId(LabelIdT&& value) { m_labelIdHasBeenSet =
true; m_labelId = std::forward<LabelIdT>(value); }
59 template<
typename LabelIdT = Aws::String>
65 bool m_labelGroupNameHasBeenSet =
false;
68 bool m_labelIdHasBeenSet =
false;
DeleteLabelRequest & WithLabelId(LabelIdT &&value)
DeleteLabelRequest & WithLabelGroupName(LabelGroupNameT &&value)
AWS_LOOKOUTEQUIPMENT_API DeleteLabelRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetLabelGroupName() const
const Aws::String & GetLabelId() const
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
void SetLabelId(LabelIdT &&value)
bool LabelGroupNameHasBeenSet() const
void SetLabelGroupName(LabelGroupNameT &&value)
bool LabelIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String