7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/appstream/AppStreamRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appstream/model/AuthenticationType.h>
44 template<
typename StackNameT = Aws::String>
45 void SetStackName(StackNameT&& value) { m_stackNameHasBeenSet =
true; m_stackName = std::forward<StackNameT>(value); }
46 template<
typename StackNameT = Aws::String>
57 template<
typename UserNameT = Aws::String>
58 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
59 template<
typename UserNameT = Aws::String>
80 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 template<
typename NextTokenT = Aws::String>
92 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
93 template<
typename NextTokenT = Aws::String>
99 bool m_stackNameHasBeenSet =
false;
102 bool m_userNameHasBeenSet =
false;
105 bool m_authenticationTypeHasBeenSet =
false;
108 bool m_maxResultsHasBeenSet =
false;
111 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