7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
9#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
14namespace LookoutEquipment {
39 template <
typename LabelGroupNameT = Aws::String>
41 m_labelGroupNameHasBeenSet =
true;
42 m_labelGroupName = std::forward<LabelGroupNameT>(value);
44 template <
typename LabelGroupNameT = Aws::String>
57 template <
typename LabelIdT = Aws::String>
59 m_labelIdHasBeenSet =
true;
60 m_labelId = std::forward<LabelIdT>(value);
62 template <
typename LabelIdT = Aws::String>
70 bool m_labelGroupNameHasBeenSet =
false;
73 bool m_labelIdHasBeenSet =
false;
DescribeLabelRequest & WithLabelGroupName(LabelGroupNameT &&value)
void SetLabelId(LabelIdT &&value)
bool LabelIdHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
const Aws::String & GetLabelId() const
const Aws::String & GetLabelGroupName() const
DescribeLabelRequest & WithLabelId(LabelIdT &&value)
AWS_LOOKOUTEQUIPMENT_API DescribeLabelRequest()=default
bool LabelGroupNameHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetLabelGroupName(LabelGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String