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 IpSetIdT = Aws::String>
58 void SetIpSetId(IpSetIdT&& value) { m_ipSetIdHasBeenSet =
true; m_ipSetId = std::forward<IpSetIdT>(value); }
59 template<
typename IpSetIdT = 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_ipSetIdHasBeenSet =
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;
const Aws::String & GetExpectedBucketOwner() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
const Aws::String & GetDetectorId() const
void SetIpSetId(IpSetIdT &&value)
UpdateIPSetRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
bool ExpectedBucketOwnerHasBeenSet() const
UpdateIPSetRequest & WithDetectorId(DetectorIdT &&value)
UpdateIPSetRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
bool DetectorIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIpSetId() const
const Aws::String & GetLocation() const
void SetDetectorId(DetectorIdT &&value)
UpdateIPSetRequest & WithActivate(bool value)
void SetActivate(bool value)
bool LocationHasBeenSet() const
AWS_GUARDDUTY_API UpdateIPSetRequest()=default
bool ActivateHasBeenSet() const
UpdateIPSetRequest & WithIpSetId(IpSetIdT &&value)
UpdateIPSetRequest & WithLocation(LocationT &&value)
bool IpSetIdHasBeenSet() const
void SetLocation(LocationT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String