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/MemberFeaturesConfiguration.h>
43 template <
typename DetectorIdT = Aws::String>
45 m_detectorIdHasBeenSet =
true;
46 m_detectorId = std::forward<DetectorIdT>(value);
48 template <
typename DetectorIdT = Aws::String>
61 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
63 m_accountIdsHasBeenSet =
true;
64 m_accountIds = std::forward<AccountIdsT>(value);
66 template <
typename AccountIdsT = Aws::Vector<Aws::String>>
71 template <
typename AccountIdsT = Aws::String>
73 m_accountIdsHasBeenSet =
true;
74 m_accountIds.emplace_back(std::forward<AccountIdsT>(value));
86 template <
typename FeaturesT = Aws::Vector<MemberFeaturesConfiguration>>
88 m_featuresHasBeenSet =
true;
89 m_features = std::forward<FeaturesT>(value);
91 template <
typename FeaturesT = Aws::Vector<MemberFeaturesConfiguration>>
96 template <
typename FeaturesT = MemberFeaturesConfiguration>
98 m_featuresHasBeenSet =
true;
99 m_features.emplace_back(std::forward<FeaturesT>(value));
109 bool m_detectorIdHasBeenSet =
false;
110 bool m_accountIdsHasBeenSet =
false;
111 bool m_featuresHasBeenSet =
false;
UpdateMemberDetectorsRequest & WithFeatures(FeaturesT &&value)
void SetFeatures(FeaturesT &&value)
UpdateMemberDetectorsRequest & AddFeatures(FeaturesT &&value)
const Aws::Vector< MemberFeaturesConfiguration > & GetFeatures() const
UpdateMemberDetectorsRequest & AddAccountIds(AccountIdsT &&value)
bool DetectorIdHasBeenSet() const
const Aws::Vector< Aws::String > & GetAccountIds() const
const Aws::String & GetDetectorId() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_GUARDDUTY_API UpdateMemberDetectorsRequest()=default
bool AccountIdsHasBeenSet() const
UpdateMemberDetectorsRequest & WithDetectorId(DetectorIdT &&value)
void SetDetectorId(DetectorIdT &&value)
void SetAccountIds(AccountIdsT &&value)
bool FeaturesHasBeenSet() const
UpdateMemberDetectorsRequest & WithAccountIds(AccountIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector