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