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>
43 template <
typename DetectorIdT = Aws::String>
45 m_detectorIdHasBeenSet =
true;
46 m_detectorId = std::forward<DetectorIdT>(value);
48 template <
typename DetectorIdT = Aws::String>
62 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
64 m_accountIdsHasBeenSet =
true;
65 m_accountIds = std::forward<AccountIdsT>(value);
67 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
72 template <
typename AccountIdsT = Aws::String>
74 m_accountIdsHasBeenSet =
true;
75 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
83 bool m_detectorIdHasBeenSet =
false;
84 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