7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/frauddetector/FraudDetectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/frauddetector/model/Tag.h>
16namespace FraudDetector
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
69 template<
typename TagsT = Aws::Vector<Tag>>
70 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
71 template<
typename TagsT = Aws::Vector<Tag>>
73 template<
typename TagsT = Tag>
74 PutLabelRequest&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
79 bool m_nameHasBeenSet =
false;
82 bool m_descriptionHasBeenSet =
false;
85 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
PutLabelRequest & AddTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_FRAUDDETECTOR_API PutLabelRequest()=default
PutLabelRequest & WithTags(TagsT &&value)
PutLabelRequest & WithDescription(DescriptionT &&value)
bool TagsHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
PutLabelRequest & WithName(NameT &&value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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