7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
10#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
15namespace LookoutEquipment {
40 template <
typename LabelGroupNameT = Aws::String>
42 m_labelGroupNameHasBeenSet =
true;
43 m_labelGroupName = std::forward<LabelGroupNameT>(value);
45 template <
typename LabelGroupNameT = Aws::String>
60 template <
typename FaultCodesT = Aws::Vector<Aws::String>>
62 m_faultCodesHasBeenSet =
true;
63 m_faultCodes = std::forward<FaultCodesT>(value);
65 template <
typename FaultCodesT = Aws::Vector<Aws::String>>
70 template <
typename FaultCodesT = Aws::String>
72 m_faultCodesHasBeenSet =
true;
73 m_faultCodes.emplace_back(std::forward<FaultCodesT>(value));
79 bool m_labelGroupNameHasBeenSet =
false;
82 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