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
49 inline void SetLabelGroupName(
const char* value) { m_labelGroupNameHasBeenSet =
true; m_labelGroupName.assign(value); }
82 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
106 bool m_labelGroupNameHasBeenSet =
false;
109 bool m_faultCodesHasBeenSet =
false;
112 bool m_clientTokenHasBeenSet =
false;
115 bool m_tagsHasBeenSet =
false;
CreateLabelGroupRequest & AddFaultCodes(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
void SetClientToken(Aws::String &&value)
CreateLabelGroupRequest & AddTags(const Tag &value)
bool TagsHasBeenSet() const
void SetLabelGroupName(const Aws::String &value)
CreateLabelGroupRequest & WithClientToken(const Aws::String &value)
CreateLabelGroupRequest & AddFaultCodes(const Aws::String &value)
void SetTags(Aws::Vector< Tag > &&value)
void SetClientToken(const Aws::String &value)
CreateLabelGroupRequest & WithFaultCodes(const Aws::Vector< Aws::String > &value)
const Aws::String & GetClientToken() const
CreateLabelGroupRequest & WithLabelGroupName(Aws::String &&value)
bool ClientTokenHasBeenSet() const
CreateLabelGroupRequest & WithFaultCodes(Aws::Vector< Aws::String > &&value)
CreateLabelGroupRequest & WithClientToken(Aws::String &&value)
CreateLabelGroupRequest & WithTags(const Aws::Vector< Tag > &value)
CreateLabelGroupRequest & AddFaultCodes(const char *value)
AWS_LOOKOUTEQUIPMENT_API Aws::String SerializePayload() const override
CreateLabelGroupRequest & WithLabelGroupName(const Aws::String &value)
void SetClientToken(const char *value)
CreateLabelGroupRequest & WithLabelGroupName(const char *value)
CreateLabelGroupRequest & WithClientToken(const char *value)
const Aws::Vector< Aws::String > & GetFaultCodes() const
bool LabelGroupNameHasBeenSet() const
AWS_LOOKOUTEQUIPMENT_API CreateLabelGroupRequest()
void SetLabelGroupName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool FaultCodesHasBeenSet() const
void SetFaultCodes(const Aws::Vector< Aws::String > &value)
void SetLabelGroupName(const char *value)
void SetFaultCodes(Aws::Vector< Aws::String > &&value)
CreateLabelGroupRequest & WithTags(Aws::Vector< Tag > &&value)
void SetTags(const Aws::Vector< Tag > &value)
AWS_LOOKOUTEQUIPMENT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateLabelGroupRequest & AddTags(Tag &&value)
const Aws::String & GetLabelGroupName() 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