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>
53 bool m_labelGroupNameHasBeenSet =
false;
bool LabelGroupNameHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetLabelGroupName() const
void SetLabelGroupName(LabelGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
AWS_LOOKOUTEQUIPMENT_API DeleteLabelGroupRequest()=default
DeleteLabelGroupRequest & WithLabelGroupName(LabelGroupNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String