7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/guardduty/GuardDuty_EXPORTS.h>
41 template <
typename DetectorIdT = Aws::String>
43 m_detectorIdHasBeenSet =
true;
44 m_detectorId = std::forward<DetectorIdT>(value);
46 template <
typename DetectorIdT = Aws::String>
59 template <
typename ThreatIntelSetIdT = Aws::String>
61 m_threatIntelSetIdHasBeenSet =
true;
62 m_threatIntelSetId = std::forward<ThreatIntelSetIdT>(value);
64 template <
typename ThreatIntelSetIdT = Aws::String>
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
95 template <
typename LocationT = Aws::String>
97 m_locationHasBeenSet =
true;
98 m_location = std::forward<LocationT>(value);
100 template <
typename LocationT = Aws::String>
115 m_activateHasBeenSet =
true;
131 template <
typename ExpectedBucketOwnerT = Aws::String>
133 m_expectedBucketOwnerHasBeenSet =
true;
134 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
136 template <
typename ExpectedBucketOwnerT = Aws::String>
151 bool m_activate{
false};
154 bool m_detectorIdHasBeenSet =
false;
155 bool m_threatIntelSetIdHasBeenSet =
false;
156 bool m_nameHasBeenSet =
false;
157 bool m_locationHasBeenSet =
false;
158 bool m_activateHasBeenSet =
false;
159 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