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>
 
   54  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