7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace LookoutEquipment
46 inline void SetLabelGroupName(
const char* value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName.assign(value); }
71 bool m_labelGroupNameHasBeenSet =
false;
74 bool m_faultCodesHasBeenSet =
false;
void SetFaultCodes(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetFaultCodes() const
const Aws::String & GetLabelGroupName() const
UpdateLabelGroupRequest & WithFaultCodes(const Aws::Vector< Aws::String > &value)
UpdateLabelGroupRequest & WithLabelGroupName(const char *value)
UpdateLabelGroupRequest & WithFaultCodes(Aws::Vector< Aws::String > &&value)
UpdateLabelGroupRequest & AddFaultCodes(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
UpdateLabelGroupRequest & WithLabelGroupName(const Aws::String &value)
void SetLabelGroupName(const Aws::String &value)
void SetFaultCodes(Aws::Vector< Aws::String > &&value)
UpdateLabelGroupRequest & AddFaultCodes(const char *value)
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetLabelGroupName(Aws::String &&value)
AWS_LOOKOUTEQUIPMENT_API UpdateLabelGroupRequest()
bool LabelGroupNameHasBeenSet() const
UpdateLabelGroupRequest & WithLabelGroupName(Aws::String &&value)
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
UpdateLabelGroupRequest & AddFaultCodes(const Aws::String &value)
void SetLabelGroupName(const char *value)
bool FaultCodesHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector