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>
46 template<
typename DetectorIdT = Aws::String>
47 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
48 template<
typename DetectorIdT = Aws::String>
59 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
60 void SetAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds = std::forward<AccountIdsT>(value); }
61 template<
typename AccountIdsT = Aws::Vector<Aws::String>>
63 template<
typename AccountIdsT = Aws::String>
64 GetMembersRequest&
AddAccountIds(AccountIdsT&& value) { m_accountIdsHasBeenSet =
true; m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
return *
this; }
69 bool m_detectorIdHasBeenSet =
false;
72 bool m_accountIdsHasBeenSet =
false;
bool DetectorIdHasBeenSet() const
GetMembersRequest & AddAccountIds(AccountIdsT &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDetectorId() const
void SetAccountIds(AccountIdsT &&value)
AWS_GUARDDUTY_API GetMembersRequest()=default
bool AccountIdsHasBeenSet() const
GetMembersRequest & WithDetectorId(DetectorIdT &&value)
void SetDetectorId(DetectorIdT &&value)
const Aws::Vector< Aws::String > & GetAccountIds() const
GetMembersRequest & WithAccountIds(AccountIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector