7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/AppStreamRequest.h>
9#include <aws/appstream/model/AuthenticationType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
55 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
66 template<
typename NextTokenT = Aws::String>
67 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
68 template<
typename NextTokenT = Aws::String>
74 bool m_authenticationTypeHasBeenSet =
false;
77 bool m_maxResultsHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_APPSTREAM_API DescribeUsersRequest()=default
DescribeUsersRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
DescribeUsersRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_APPSTREAM_API Aws::String SerializePayload() const override
int GetMaxResults() const
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
DescribeUsersRequest & WithAuthenticationType(AuthenticationType value)
bool AuthenticationTypeHasBeenSet() const
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
AuthenticationType GetAuthenticationType() const
void SetAuthenticationType(AuthenticationType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String