7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
67 bool m_detectorIdHasBeenSet =
false;
70 bool m_accountIdsHasBeenSet =
false;
GetMemberDetectorsRequest & AddAccountIds(Aws::String &&value)
void SetAccountIds(Aws::Vector< Aws::String > &&value)
GetMemberDetectorsRequest & AddAccountIds(const Aws::String &value)
GetMemberDetectorsRequest & WithDetectorId(Aws::String &&value)
GetMemberDetectorsRequest & WithAccountIds(Aws::Vector< Aws::String > &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetAccountIds() const
void SetDetectorId(Aws::String &&value)
bool DetectorIdHasBeenSet() const
void SetDetectorId(const Aws::String &value)
AWS_GUARDDUTY_API GetMemberDetectorsRequest()
GetMemberDetectorsRequest & WithAccountIds(const Aws::Vector< Aws::String > &value)
GetMemberDetectorsRequest & AddAccountIds(const char *value)
GetMemberDetectorsRequest & WithDetectorId(const char *value)
GetMemberDetectorsRequest & WithDetectorId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDetectorId() const
void SetDetectorId(const char *value)
bool AccountIdsHasBeenSet() const
void SetAccountIds(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector