7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lookoutequipment/LookoutEquipmentRequest.h>
11#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
12#include <aws/lookoutequipment/model/Tag.h>
17namespace LookoutEquipment {
43 template <
typename LabelGroupNameT = Aws::String>
45 m_labelGroupNameHasBeenSet =
true;
46 m_labelGroupName = std::forward<LabelGroupNameT>(value);
48 template <
typename LabelGroupNameT = Aws::String>
64 template <
typename FaultCodesT = Aws::Vector<Aws::String>>
66 m_faultCodesHasBeenSet =
true;
67 m_faultCodes = std::forward<FaultCodesT>(value);
69 template <
typename FaultCodesT = Aws::Vector<Aws::String>>
74 template <
typename FaultCodesT = Aws::String>
76 m_faultCodesHasBeenSet =
true;
77 m_faultCodes.emplace_back(std::forward<FaultCodesT>(value));
89 template <
typename ClientTokenT = Aws::String>
91 m_clientTokenHasBeenSet =
true;
92 m_clientToken = std::forward<ClientTokenT>(value);
94 template <
typename ClientTokenT = Aws::String>
109 template <
typename TagsT = Aws::Vector<Tag>>
111 m_tagsHasBeenSet =
true;
112 m_tags = std::forward<TagsT>(value);
114 template <
typename TagsT = Aws::Vector<Tag>>
116 SetTags(std::forward<TagsT>(value));
119 template <
typename TagsT = Tag>
121 m_tagsHasBeenSet =
true;
122 m_tags.emplace_back(std::forward<TagsT>(value));
134 bool m_labelGroupNameHasBeenSet =
false;
135 bool m_faultCodesHasBeenSet =
false;
136 bool m_clientTokenHasBeenSet =
true;
137 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Tag > & GetTags() const
CreateLabelGroupRequest & WithLabelGroupName(LabelGroupNameT &&value)
bool TagsHasBeenSet() const
CreateLabelGroupRequest & WithClientToken(ClientTokenT &&value)
void SetTags(TagsT &&value)
AWS_LOOKOUTEQUIPMENT_API CreateLabelGroupRequest()=default
const Aws::String & GetClientToken() const
bool ClientTokenHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
CreateLabelGroupRequest & WithFaultCodes(FaultCodesT &&value)
const Aws::Vector< Aws::String > & GetFaultCodes() const
bool LabelGroupNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool FaultCodesHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
void SetLabelGroupName(LabelGroupNameT &&value)
CreateLabelGroupRequest & AddTags(TagsT &&value)
CreateLabelGroupRequest & AddFaultCodes(FaultCodesT &&value)
void SetFaultCodes(FaultCodesT &&value)
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateLabelGroupRequest & WithTags(TagsT &&value)
const Aws::String & GetLabelGroupName() const
static Aws::Utils::UUID PseudoRandomUUID()
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