61 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
107 inline void SetUserName(
const char* value) { m_userNameHasBeenSet =
true; m_userName.assign(value); }
178 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
214 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
237 bool m_stackNameHasBeenSet =
false;
240 bool m_userNameHasBeenSet =
false;
243 bool m_authenticationTypeHasBeenSet =
false;
246 bool m_maxResultsHasBeenSet =
false;
249 bool m_nextTokenHasBeenSet =
false;
#define AWS_APPSTREAM_API
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