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>
45 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
69 bool m_detectorIdHasBeenSet =
false;
72 bool m_accountIdsHasBeenSet =
false;
GetMembersRequest & WithDetectorId(const char *value)
bool DetectorIdHasBeenSet() const
GetMembersRequest & AddAccountIds(const char *value)
AWS_GUARDDUTY_API GetMembersRequest()
GetMembersRequest & WithDetectorId(Aws::String &&value)
GetMembersRequest & WithDetectorId(const Aws::String &value)
void SetAccountIds(Aws::Vector< Aws::String > &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
void SetAccountIds(const Aws::Vector< Aws::String > &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDetectorId() const
GetMembersRequest & WithAccountIds(const Aws::Vector< Aws::String > &value)
GetMembersRequest & AddAccountIds(Aws::String &&value)
void SetDetectorId(const char *value)
void SetDetectorId(const Aws::String &value)
void SetDetectorId(Aws::String &&value)
GetMembersRequest & WithAccountIds(Aws::Vector< Aws::String > &&value)
bool AccountIdsHasBeenSet() const
GetMembersRequest & AddAccountIds(const Aws::String &value)
const Aws::Vector< Aws::String > & GetAccountIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector