7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename DetectorIdT = Aws::String>
46 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
47 template<
typename DetectorIdT = Aws::String>
57 template<
typename ThreatIntelSetIdT = Aws::String>
58 void SetThreatIntelSetId(ThreatIntelSetIdT&& value) { m_threatIntelSetIdHasBeenSet =
true; m_threatIntelSetId = std::forward<ThreatIntelSetIdT>(value); }
59 template<
typename ThreatIntelSetIdT = Aws::String>
69 template<
typename NameT = Aws::String>
70 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
71 template<
typename NameT = Aws::String>
81 template<
typename LocationT = Aws::String>
82 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
83 template<
typename LocationT = Aws::String>
94 inline void SetActivate(
bool value) { m_activateHasBeenSet =
true; m_activate = value; }
105 template<
typename ExpectedBucketOwnerT = Aws::String>
106 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
107 template<
typename ExpectedBucketOwnerT = Aws::String>
113 bool m_detectorIdHasBeenSet =
false;
116 bool m_threatIntelSetIdHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
122 bool m_locationHasBeenSet =
false;
124 bool m_activate{
false};
125 bool m_activateHasBeenSet =
false;
128 bool m_expectedBucketOwnerHasBeenSet =
false;
UpdateThreatIntelSetRequest & WithLocation(LocationT &&value)
bool LocationHasBeenSet() const
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
void SetLocation(LocationT &&value)
bool ThreatIntelSetIdHasBeenSet() const
AWS_GUARDDUTY_API UpdateThreatIntelSetRequest()=default
UpdateThreatIntelSetRequest & WithActivate(bool value)
const Aws::String & GetExpectedBucketOwner() const
void SetThreatIntelSetId(ThreatIntelSetIdT &&value)
virtual const char * GetServiceRequestName() const override
bool DetectorIdHasBeenSet() const
const Aws::String & GetThreatIntelSetId() const
bool ActivateHasBeenSet() const
const Aws::String & GetLocation() const
UpdateThreatIntelSetRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
void SetActivate(bool value)
UpdateThreatIntelSetRequest & WithDetectorId(DetectorIdT &&value)
const Aws::String & GetDetectorId() const
void SetName(NameT &&value)
void SetDetectorId(DetectorIdT &&value)
bool NameHasBeenSet() const
UpdateThreatIntelSetRequest & WithName(NameT &&value)
UpdateThreatIntelSetRequest & WithThreatIntelSetId(ThreatIntelSetIdT &&value)
bool ExpectedBucketOwnerHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String