7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LookoutEquipment
47 inline void SetLabelGroupName(
const char* value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName.assign(value); }
61 inline void SetLabelId(
const char* value) { m_labelIdHasBeenSet =
true; m_labelId.assign(value); }
69 bool m_labelGroupNameHasBeenSet =
false;
72 bool m_labelIdHasBeenSet =
false;
DeleteLabelRequest & WithLabelId(const char *value)
AWS_LOOKOUTEQUIPMENT_API DeleteLabelRequest()
DeleteLabelRequest & WithLabelGroupName(Aws::String &&value)
DeleteLabelRequest & WithLabelId(const Aws::String &value)
void SetLabelGroupName(Aws::String &&value)
void SetLabelId(const Aws::String &value)
void SetLabelGroupName(const char *value)
void SetLabelId(const char *value)
DeleteLabelRequest & WithLabelId(Aws::String &&value)
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
DeleteLabelRequest & WithLabelGroupName(const Aws::String &value)
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
void SetLabelId(Aws::String &&value)
bool LabelGroupNameHasBeenSet() const
DeleteLabelRequest & WithLabelGroupName(const char *value)
bool LabelIdHasBeenSet() const
void SetLabelGroupName(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String