7#include <aws/appstream/AppStreamRequest.h>
8#include <aws/appstream/AppStream_EXPORTS.h>
9#include <aws/appstream/model/AuthenticationType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 m_authenticationTypeHasBeenSet =
true;
43 m_authenticationType = value;
58 m_maxResultsHasBeenSet =
true;
74 template <
typename NextTokenT = Aws::String>
76 m_nextTokenHasBeenSet =
true;
77 m_nextToken = std::forward<NextTokenT>(value);
79 template <
typename NextTokenT = Aws::String>
87 bool m_authenticationTypeHasBeenSet =
false;
90 bool m_maxResultsHasBeenSet =
false;
93 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