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>
11#include <aws/guardduty/model/AccountDetail.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 AccountDetailsT = Aws::Vector<AccountDetail>>
61 void SetAccountDetails(AccountDetailsT&& value) { m_accountDetailsHasBeenSet =
true; m_accountDetails = std::forward<AccountDetailsT>(value); }
62 template<
typename AccountDetailsT = Aws::Vector<AccountDetail>>
64 template<
typename AccountDetailsT = AccountDetail>
70 bool m_detectorIdHasBeenSet =
false;
73 bool m_accountDetailsHasBeenSet =
false;
void SetDetectorId(DetectorIdT &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
CreateMembersRequest & WithAccountDetails(AccountDetailsT &&value)
CreateMembersRequest & AddAccountDetails(AccountDetailsT &&value)
bool DetectorIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Vector< AccountDetail > & GetAccountDetails() const
void SetAccountDetails(AccountDetailsT &&value)
CreateMembersRequest & WithDetectorId(DetectorIdT &&value)
AWS_GUARDDUTY_API CreateMembersRequest()=default
const Aws::String & GetDetectorId() const
bool AccountDetailsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector