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>
39 template <
typename DetectorIdT = Aws::String>
41 m_detectorIdHasBeenSet =
true;
42 m_detectorId = std::forward<DetectorIdT>(value);
44 template <
typename DetectorIdT = Aws::String>
58 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
60 m_accountIdsHasBeenSet =
true;
61 m_accountIds = std::forward<AccountIdsT>(value);
63 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
68 template <
typename AccountIdsT = Aws::String>
70 m_accountIdsHasBeenSet =
true;
71 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
79 bool m_detectorIdHasBeenSet =
false;
80 bool m_accountIdsHasBeenSet =
false;
DisassociateMembersRequest & WithDetectorId(DetectorIdT &&value)
void SetAccountIds(AccountIdsT &&value)
const Aws::Vector< Aws::String > & GetAccountIds() const
DisassociateMembersRequest & WithAccountIds(AccountIdsT &&value)
AWS_GUARDDUTY_API DisassociateMembersRequest()=default
void SetDetectorId(DetectorIdT &&value)
bool AccountIdsHasBeenSet() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
bool DetectorIdHasBeenSet() const
DisassociateMembersRequest & AddAccountIds(AccountIdsT &&value)
const Aws::String & GetDetectorId() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector