7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
9#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
14namespace LookoutEquipment {
41 template <
typename LabelGroupNameT = Aws::String>
43 m_labelGroupNameHasBeenSet =
true;
44 m_labelGroupName = std::forward<LabelGroupNameT>(value);
46 template <
typename LabelGroupNameT = Aws::String>
59 template <
typename LabelIdT = Aws::String>
61 m_labelIdHasBeenSet =
true;
62 m_labelId = std::forward<LabelIdT>(value);
64 template <
typename LabelIdT = Aws::String>
72 bool m_labelGroupNameHasBeenSet =
false;
75 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