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>
40 template <
typename StackNameT = Aws::String>
42 m_stackNameHasBeenSet =
true;
43 m_stackName = std::forward<StackNameT>(value);
45 template <
typename StackNameT = Aws::String>
59 template <
typename UserNameT = Aws::String>
61 m_userNameHasBeenSet =
true;
62 m_userName = std::forward<UserNameT>(value);
64 template <
typename UserNameT = Aws::String>
79 m_authenticationTypeHasBeenSet =
true;
80 m_authenticationType = value;
95 m_maxResultsHasBeenSet =
true;
111 template <
typename NextTokenT = Aws::String>
113 m_nextTokenHasBeenSet =
true;
114 m_nextToken = std::forward<NextTokenT>(value);
116 template <
typename NextTokenT = Aws::String>
124 bool m_stackNameHasBeenSet =
false;
127 bool m_userNameHasBeenSet =
false;
130 bool m_authenticationTypeHasBeenSet =
false;
133 bool m_maxResultsHasBeenSet =
false;
136 bool m_nextTokenHasBeenSet =
false;
void SetUserName(UserNameT &&value)
bool UserNameHasBeenSet() const
DescribeUserStackAssociationsRequest & WithUserName(UserNameT &&value)
void SetNextToken(NextTokenT &&value)
AWS_APPSTREAM_API DescribeUserStackAssociationsRequest()=default
const Aws::String & GetUserName() const
const Aws::String & GetStackName() const
void SetStackName(StackNameT &&value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
void SetAuthenticationType(AuthenticationType value)
const Aws::String & GetNextToken() const
bool AuthenticationTypeHasBeenSet() const
DescribeUserStackAssociationsRequest & WithMaxResults(int value)
DescribeUserStackAssociationsRequest & WithAuthenticationType(AuthenticationType value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
AuthenticationType GetAuthenticationType() const
DescribeUserStackAssociationsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
bool StackNameHasBeenSet() const
DescribeUserStackAssociationsRequest & WithStackName(StackNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
int GetMaxResults() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String