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>
11#include <aws/guardduty/model/AccountDetail.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 AccountDetailsT = Aws::Vector<AccountDetail>>
64 m_accountDetailsHasBeenSet =
true;
65 m_accountDetails = std::forward<AccountDetailsT>(value);
67 template <
typename AccountDetailsT = Aws::Vector<AccountDetail>>
72 template <
typename AccountDetailsT = AccountDetail>
74 m_accountDetailsHasBeenSet =
true;
75 m_accountDetails.emplace_back(std::forward<AccountDetailsT>(value));
83 bool m_detectorIdHasBeenSet =
false;
84 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