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
44 template<
typename LabelGroupNameT = Aws::String>
45 void SetLabelGroupName(LabelGroupNameT&& value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName = std::forward<LabelGroupNameT>(value); }
46 template<
typename LabelGroupNameT = Aws::String>
58 template<
typename FaultCodesT = Aws::Vector<Aws::String>>
59 void SetFaultCodes(FaultCodesT&& value) { m_faultCodesHasBeenSet =
true; m_faultCodes = std::forward<FaultCodesT>(value); }
60 template<
typename FaultCodesT = Aws::Vector<Aws::String>>
62 template<
typename FaultCodesT = Aws::String>
68 bool m_labelGroupNameHasBeenSet =
false;
71 bool m_faultCodesHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetFaultCodes() const
UpdateLabelGroupRequest & WithLabelGroupName(LabelGroupNameT &&value)
const Aws::String & GetLabelGroupName() const
UpdateLabelGroupRequest & AddFaultCodes(FaultCodesT &&value)
void SetLabelGroupName(LabelGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
UpdateLabelGroupRequest & WithFaultCodes(FaultCodesT &&value)
void SetFaultCodes(FaultCodesT &&value)
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_LOOKOUTEQUIPMENT_API UpdateLabelGroupRequest()=default
bool LabelGroupNameHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
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