7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgentRequest.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/MembershipTypeFilter.h>
15namespace SecurityAgent {
42 template <
typename ApplicationIdT = Aws::String>
44 m_applicationIdHasBeenSet =
true;
45 m_applicationId = std::forward<ApplicationIdT>(value);
47 template <
typename ApplicationIdT = Aws::String>
60 template <
typename AgentSpaceIdT = Aws::String>
62 m_agentSpaceIdHasBeenSet =
true;
63 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
65 template <
typename AgentSpaceIdT = Aws::String>
79 m_memberTypeHasBeenSet =
true;
95 m_maxResultsHasBeenSet =
true;
110 template <
typename NextTokenT = Aws::String>
112 m_nextTokenHasBeenSet =
true;
113 m_nextToken = std::forward<NextTokenT>(value);
115 template <
typename NextTokenT = Aws::String>
131 bool m_applicationIdHasBeenSet =
false;
132 bool m_agentSpaceIdHasBeenSet =
false;
133 bool m_memberTypeHasBeenSet =
false;
134 bool m_maxResultsHasBeenSet =
false;
135 bool m_nextTokenHasBeenSet =
false;
bool ApplicationIdHasBeenSet() const
bool MaxResultsHasBeenSet() const
MembershipTypeFilter GetMemberType() const
bool NextTokenHasBeenSet() const
bool MemberTypeHasBeenSet() const
ListMembershipsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetAgentSpaceId() const
AWS_SECURITYAGENT_API ListMembershipsRequest()=default
ListMembershipsRequest & WithApplicationId(ApplicationIdT &&value)
ListMembershipsRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
ListMembershipsRequest & WithMemberType(MembershipTypeFilter value)
ListMembershipsRequest & WithMaxResults(int value)
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetMemberType(MembershipTypeFilter value)
bool AgentSpaceIdHasBeenSet() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetApplicationId() const
void SetMaxResults(int value)
int GetMaxResults() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String