7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
57 inline void SetIpSetId(
const char* value) { m_ipSetIdHasBeenSet =
true; m_ipSetId.assign(value); }
65 bool m_detectorIdHasBeenSet =
false;
68 bool m_ipSetIdHasBeenSet =
false;
void SetDetectorId(Aws::String &&value)
bool DetectorIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDetectorId(const Aws::String &value)
GetIPSetRequest & WithDetectorId(const char *value)
void SetIpSetId(const Aws::String &value)
GetIPSetRequest & WithIpSetId(Aws::String &&value)
GetIPSetRequest & WithDetectorId(const Aws::String &value)
GetIPSetRequest & WithIpSetId(const char *value)
GetIPSetRequest & WithIpSetId(const Aws::String &value)
void SetIpSetId(const char *value)
const Aws::String & GetIpSetId() const
const Aws::String & GetDetectorId() const
GetIPSetRequest & WithDetectorId(Aws::String &&value)
AWS_GUARDDUTY_API GetIPSetRequest()
void SetDetectorId(const char *value)
void SetIpSetId(Aws::String &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
bool IpSetIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String