7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/guardduty/GuardDuty_EXPORTS.h>
46 template <
typename DetectorIdT = Aws::String>
48 m_detectorIdHasBeenSet =
true;
49 m_detectorId = std::forward<DetectorIdT>(value);
51 template <
typename DetectorIdT = Aws::String>
66 m_maxResultsHasBeenSet =
true;
84 template <
typename NextTokenT = Aws::String>
86 m_nextTokenHasBeenSet =
true;
87 m_nextToken = std::forward<NextTokenT>(value);
89 template <
typename NextTokenT = Aws::String>
107 template <
typename OnlyAssociatedT = Aws::String>
109 m_onlyAssociatedHasBeenSet =
true;
110 m_onlyAssociated = std::forward<OnlyAssociatedT>(value);
112 template <
typename OnlyAssociatedT = Aws::String>
126 bool m_detectorIdHasBeenSet =
false;
127 bool m_maxResultsHasBeenSet =
false;
128 bool m_nextTokenHasBeenSet =
false;
129 bool m_onlyAssociatedHasBeenSet =
false;
bool DetectorIdHasBeenSet() const
ListMembersRequest & WithNextToken(NextTokenT &&value)
AWS_GUARDDUTY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
bool OnlyAssociatedHasBeenSet() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
void SetDetectorId(DetectorIdT &&value)
const Aws::String & GetOnlyAssociated() const
bool NextTokenHasBeenSet() const
AWS_GUARDDUTY_API ListMembersRequest()=default
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
ListMembersRequest & WithDetectorId(DetectorIdT &&value)
ListMembersRequest & WithMaxResults(int value)
const Aws::String & GetDetectorId() const
void SetOnlyAssociated(OnlyAssociatedT &&value)
ListMembersRequest & WithOnlyAssociated(OnlyAssociatedT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String