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>
11#include <aws/lookoutequipment/model/Tag.h>
13#include <aws/core/utils/UUID.h>
17namespace LookoutEquipment
47 template<
typename LabelGroupNameT = Aws::String>
48 void SetLabelGroupName(LabelGroupNameT&& value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName = std::forward<LabelGroupNameT>(value); }
49 template<
typename LabelGroupNameT = Aws::String>
62 template<
typename FaultCodesT = Aws::Vector<Aws::String>>
63 void SetFaultCodes(FaultCodesT&& value) { m_faultCodesHasBeenSet =
true; m_faultCodes = std::forward<FaultCodesT>(value); }
64 template<
typename FaultCodesT = Aws::Vector<Aws::String>>
66 template<
typename FaultCodesT = Aws::String>
77 template<
typename ClientTokenT = Aws::String>
78 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
79 template<
typename ClientTokenT = Aws::String>
91 template<
typename TagsT = Aws::Vector<Tag>>
92 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
93 template<
typename TagsT = Aws::Vector<Tag>>
95 template<
typename TagsT = Tag>
101 bool m_labelGroupNameHasBeenSet =
false;
104 bool m_faultCodesHasBeenSet =
false;
107 bool m_clientTokenHasBeenSet =
true;
110 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