7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/guardduty/GuardDutyRequest.h>
10#include <aws/guardduty/GuardDuty_EXPORTS.h>
42 template <
typename DetectorIdT = Aws::String>
44 m_detectorIdHasBeenSet =
true;
45 m_detectorId = std::forward<DetectorIdT>(value);
47 template <
typename DetectorIdT = Aws::String>
60 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
62 m_accountIdsHasBeenSet =
true;
63 m_accountIds = std::forward<AccountIdsT>(value);
65 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
70 template <
typename AccountIdsT = Aws::String>
72 m_accountIdsHasBeenSet =
true;
73 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
81 bool m_detectorIdHasBeenSet =
false;
82 bool m_accountIdsHasBeenSet =
false;
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetAccountIds() const
bool DetectorIdHasBeenSet() const
AWS_GUARDDUTY_API GetMemberDetectorsRequest()=default
GetMemberDetectorsRequest & WithDetectorId(DetectorIdT &&value)
GetMemberDetectorsRequest & WithAccountIds(AccountIdsT &&value)
void SetDetectorId(DetectorIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDetectorId() const
void SetAccountIds(AccountIdsT &&value)
bool AccountIdsHasBeenSet() const
GetMemberDetectorsRequest & AddAccountIds(AccountIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector