7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
58 inline void SetThreatIntelSetId(
const char* value) { m_threatIntelSetIdHasBeenSet =
true; m_threatIntelSetId.assign(value); }
72 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
86 inline void SetLocation(
const char* value) { m_locationHasBeenSet =
true; m_location.assign(value); }
99 inline void SetActivate(
bool value) { m_activateHasBeenSet =
true; m_activate = value; }
105 bool m_detectorIdHasBeenSet =
false;
108 bool m_threatIntelSetIdHasBeenSet =
false;
111 bool m_nameHasBeenSet =
false;
114 bool m_locationHasBeenSet =
false;
117 bool m_activateHasBeenSet =
false;
bool LocationHasBeenSet() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
UpdateThreatIntelSetRequest & WithDetectorId(const Aws::String &value)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
UpdateThreatIntelSetRequest & WithLocation(const Aws::String &value)
void SetThreatIntelSetId(const Aws::String &value)
UpdateThreatIntelSetRequest & WithDetectorId(Aws::String &&value)
bool ThreatIntelSetIdHasBeenSet() const
AWS_GUARDDUTY_API UpdateThreatIntelSetRequest()
void SetThreatIntelSetId(Aws::String &&value)
UpdateThreatIntelSetRequest & WithThreatIntelSetId(const char *value)
UpdateThreatIntelSetRequest & WithActivate(bool value)
UpdateThreatIntelSetRequest & WithDetectorId(const char *value)
void SetThreatIntelSetId(const char *value)
void SetDetectorId(Aws::String &&value)
UpdateThreatIntelSetRequest & WithThreatIntelSetId(Aws::String &&value)
UpdateThreatIntelSetRequest & WithThreatIntelSetId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
UpdateThreatIntelSetRequest & WithName(const Aws::String &value)
UpdateThreatIntelSetRequest & WithLocation(const char *value)
void SetDetectorId(const Aws::String &value)
UpdateThreatIntelSetRequest & WithLocation(Aws::String &&value)
void SetLocation(const Aws::String &value)
void SetDetectorId(const char *value)
bool DetectorIdHasBeenSet() const
const Aws::String & GetThreatIntelSetId() const
bool ActivateHasBeenSet() const
const Aws::String & GetLocation() const
void SetLocation(Aws::String &&value)
void SetActivate(bool value)
void SetName(const char *value)
UpdateThreatIntelSetRequest & WithName(const char *value)
UpdateThreatIntelSetRequest & WithName(Aws::String &&value)
const Aws::String & GetDetectorId() const
void SetLocation(const char *value)
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String