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
47 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
61 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
83 bool m_nameHasBeenSet =
false;
86 bool m_descriptionHasBeenSet =
false;
89 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
PutOutcomeRequest & AddTags(const Tag &value)
PutOutcomeRequest & WithTags(Aws::Vector< Tag > &&value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutOutcomeRequest & WithDescription(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
PutOutcomeRequest & WithName(const char *value)
const Aws::String & GetDescription() const
const Aws::String & GetName() const
AWS_FRAUDDETECTOR_API PutOutcomeRequest()
void SetDescription(Aws::String &&value)
PutOutcomeRequest & WithName(const Aws::String &value)
void SetName(const char *value)
bool TagsHasBeenSet() const
void SetDescription(const Aws::String &value)
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
PutOutcomeRequest & WithDescription(const char *value)
void SetTags(Aws::Vector< Tag > &&value)
void SetName(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
void SetDescription(const char *value)
bool DescriptionHasBeenSet() const
PutOutcomeRequest & AddTags(Tag &&value)
PutOutcomeRequest & WithTags(const Aws::Vector< Tag > &value)
PutOutcomeRequest & WithName(Aws::String &&value)
PutOutcomeRequest & WithDescription(Aws::String &&value)
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