7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/guardduty/model/ThreatIntelSetFormat.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/UUID.h>
47 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
63 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
89 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
102 inline void SetActivate(
bool value) { m_activateHasBeenSet =
true; m_activate = value; }
114 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
141 bool m_detectorIdHasBeenSet =
false;
144 bool m_nameHasBeenSet =
false;
147 bool m_formatHasBeenSet =
false;
150 bool m_locationHasBeenSet =
false;
153 bool m_activateHasBeenSet =
false;
156 bool m_clientTokenHasBeenSet =
false;
159 bool m_tagsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool ActivateHasBeenSet() const
CreateThreatIntelSetRequest & AddTags(const char *key, const char *value)
bool ClientTokenHasBeenSet() const
CreateThreatIntelSetRequest & AddTags(const Aws::String &key, const Aws::String &value)
CreateThreatIntelSetRequest & WithName(Aws::String &&value)
CreateThreatIntelSetRequest & WithDetectorId(Aws::String &&value)
CreateThreatIntelSetRequest & WithClientToken(Aws::String &&value)
CreateThreatIntelSetRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool DetectorIdHasBeenSet() const
void SetName(Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetDetectorId() const
void SetName(const char *value)
void SetClientToken(Aws::String &&value)
void SetLocation(Aws::String &&value)
bool TagsHasBeenSet() const
CreateThreatIntelSetRequest & AddTags(Aws::String &&key, const char *value)
CreateThreatIntelSetRequest & WithDetectorId(const Aws::String &value)
void SetDetectorId(const char *value)
void SetDetectorId(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateThreatIntelSetRequest & WithActivate(bool value)
void SetFormat(const ThreatIntelSetFormat &value)
CreateThreatIntelSetRequest & WithFormat(const ThreatIntelSetFormat &value)
CreateThreatIntelSetRequest & AddTags(const Aws::String &key, Aws::String &&value)
CreateThreatIntelSetRequest & WithClientToken(const char *value)
bool LocationHasBeenSet() const
void SetClientToken(const Aws::String &value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
void SetActivate(bool value)
bool NameHasBeenSet() const
void SetClientToken(const char *value)
CreateThreatIntelSetRequest & WithName(const Aws::String &value)
void SetDetectorId(Aws::String &&value)
const Aws::String & GetLocation() const
CreateThreatIntelSetRequest & WithLocation(const char *value)
CreateThreatIntelSetRequest & WithClientToken(const Aws::String &value)
CreateThreatIntelSetRequest & WithLocation(Aws::String &&value)
void SetFormat(ThreatIntelSetFormat &&value)
CreateThreatIntelSetRequest & AddTags(const char *key, Aws::String &&value)
void SetLocation(const Aws::String &value)
CreateThreatIntelSetRequest & WithDetectorId(const char *value)
bool FormatHasBeenSet() const
void SetName(const Aws::String &value)
const Aws::String & GetClientToken() const
AWS_GUARDDUTY_API CreateThreatIntelSetRequest()
CreateThreatIntelSetRequest & WithLocation(const Aws::String &value)
CreateThreatIntelSetRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetLocation(const char *value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
CreateThreatIntelSetRequest & WithName(const char *value)
CreateThreatIntelSetRequest & WithFormat(ThreatIntelSetFormat &&value)
const ThreatIntelSetFormat & GetFormat() const
CreateThreatIntelSetRequest & AddTags(Aws::String &&key, Aws::String &&value)
CreateThreatIntelSetRequest & AddTags(Aws::String &&key, const Aws::String &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String