61 inline void SetStackName(
const char* value) { m_stackNameHasBeenSet =
true; m_stackName.assign(value); }
102 inline void SetFleetName(
const char* value) { m_fleetNameHasBeenSet =
true; m_fleetName.assign(value); }
148 inline void SetUserId(
const char* value) { m_userIdHasBeenSet =
true; m_userId.assign(value); }
197 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
234 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
288 bool m_stackNameHasBeenSet =
false;
291 bool m_fleetNameHasBeenSet =
false;
294 bool m_userIdHasBeenSet =
false;
297 bool m_nextTokenHasBeenSet =
false;
300 bool m_limitHasBeenSet =
false;
303 bool m_authenticationTypeHasBeenSet =
false;
#define AWS_APPSTREAM_API
void SetNextToken(const Aws::String &value)
DescribeSessionsRequest & WithUserId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetFleetName(Aws::String &&value)
AWS_APPSTREAM_API Aws::String SerializePayload() const override
void SetAuthenticationType(const AuthenticationType &value)
const Aws::String & GetStackName() const
void SetStackName(Aws::String &&value)
const Aws::String & GetNextToken() const
DescribeSessionsRequest & WithFleetName(const char *value)
DescribeSessionsRequest & WithNextToken(const char *value)
DescribeSessionsRequest & WithFleetName(const Aws::String &value)
bool StackNameHasBeenSet() const
DescribeSessionsRequest & WithUserId(const char *value)
DescribeSessionsRequest & WithLimit(int value)
void SetFleetName(const Aws::String &value)
AWS_APPSTREAM_API DescribeSessionsRequest()
void SetStackName(const char *value)
void SetUserId(const char *value)
DescribeSessionsRequest & WithStackName(const Aws::String &value)
bool AuthenticationTypeHasBeenSet() const
void SetNextToken(const char *value)
DescribeSessionsRequest & WithFleetName(Aws::String &&value)
DescribeSessionsRequest & WithAuthenticationType(AuthenticationType &&value)
const Aws::String & GetFleetName() const
DescribeSessionsRequest & WithStackName(Aws::String &&value)
bool LimitHasBeenSet() const
void SetUserId(const Aws::String &value)
DescribeSessionsRequest & WithUserId(const Aws::String &value)
DescribeSessionsRequest & WithStackName(const char *value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
void SetStackName(const Aws::String &value)
void SetAuthenticationType(AuthenticationType &&value)
void SetNextToken(Aws::String &&value)
bool FleetNameHasBeenSet() const
const Aws::String & GetUserId() const
const AuthenticationType & GetAuthenticationType() const
DescribeSessionsRequest & WithNextToken(const Aws::String &value)
DescribeSessionsRequest & WithNextToken(Aws::String &&value)
DescribeSessionsRequest & WithAuthenticationType(const AuthenticationType &value)
void SetUserId(Aws::String &&value)
bool UserIdHasBeenSet() const
void SetFleetName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String