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>
46 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
61 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
86 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
99 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
107 bool m_stackNameHasBeenSet =
false;
110 bool m_userNameHasBeenSet =
false;
113 bool m_authenticationTypeHasBeenSet =
false;
116 bool m_maxResultsHasBeenSet =
false;
119 bool m_nextTokenHasBeenSet =
false;
bool UserNameHasBeenSet() const
void SetUserName(const char *value)
DescribeUserStackAssociationsRequest & WithUserName(const char *value)
DescribeUserStackAssociationsRequest & WithUserName(Aws::String &&value)
void SetStackName(Aws::String &&value)
void SetAuthenticationType(AuthenticationType &&value)
DescribeUserStackAssociationsRequest & WithNextToken(const Aws::String &value)
const AuthenticationType & GetAuthenticationType() const
const Aws::String & GetUserName() const
const Aws::String & GetStackName() const
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
void SetStackName(const char *value)
void SetAuthenticationType(const AuthenticationType &value)
void SetNextToken(Aws::String &&value)
AWS_APPSTREAM_API DescribeUserStackAssociationsRequest()
const Aws::String & GetNextToken() const
DescribeUserStackAssociationsRequest & WithUserName(const Aws::String &value)
bool AuthenticationTypeHasBeenSet() const
void SetUserName(const Aws::String &value)
DescribeUserStackAssociationsRequest & WithMaxResults(int value)
void SetNextToken(const char *value)
void SetNextToken(const Aws::String &value)
void SetUserName(Aws::String &&value)
DescribeUserStackAssociationsRequest & WithStackName(Aws::String &&value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
DescribeUserStackAssociationsRequest & WithNextToken(Aws::String &&value)
DescribeUserStackAssociationsRequest & WithAuthenticationType(const AuthenticationType &value)
void SetStackName(const Aws::String &value)
DescribeUserStackAssociationsRequest & WithNextToken(const char *value)
bool MaxResultsHasBeenSet() const
bool StackNameHasBeenSet() const
DescribeUserStackAssociationsRequest & WithAuthenticationType(AuthenticationType &&value)
virtual const char * GetServiceRequestName() const override
DescribeUserStackAssociationsRequest & WithStackName(const char *value)
DescribeUserStackAssociationsRequest & WithStackName(const Aws::String &value)
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