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>
58 template <
typename FleetNameT = Aws::String>
60 m_fleetNameHasBeenSet =
true;
61 m_fleetName = std::forward<FleetNameT>(value);
63 template <
typename FleetNameT = Aws::String>
77 template <
typename UserIdT = Aws::String>
79 m_userIdHasBeenSet =
true;
80 m_userId = std::forward<UserIdT>(value);
82 template <
typename UserIdT = Aws::String>
96 template <
typename NextTokenT = Aws::String>
98 m_nextTokenHasBeenSet =
true;
99 m_nextToken = std::forward<NextTokenT>(value);
101 template <
typename NextTokenT = Aws::String>
116 m_limitHasBeenSet =
true;
134 m_authenticationTypeHasBeenSet =
true;
135 m_authenticationType = value;
149 template <
typename InstanceIdT = Aws::String>
151 m_instanceIdHasBeenSet =
true;
152 m_instanceId = std::forward<InstanceIdT>(value);
154 template <
typename InstanceIdT = Aws::String>
162 bool m_stackNameHasBeenSet =
false;
165 bool m_fleetNameHasBeenSet =
false;
168 bool m_userIdHasBeenSet =
false;
171 bool m_nextTokenHasBeenSet =
false;
174 bool m_limitHasBeenSet =
false;
177 bool m_authenticationTypeHasBeenSet =
false;
180 bool m_instanceIdHasBeenSet =
false;
AWS_APPSTREAM_API DescribeSessionsRequest()=default
void SetUserId(UserIdT &&value)
DescribeSessionsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_APPSTREAM_API Aws::String SerializePayload() const override
const Aws::String & GetStackName() const
const Aws::String & GetNextToken() const
bool StackNameHasBeenSet() const
DescribeSessionsRequest & WithLimit(int value)
DescribeSessionsRequest & WithUserId(UserIdT &&value)
void SetAuthenticationType(AuthenticationType value)
bool AuthenticationTypeHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool InstanceIdHasBeenSet() const
void SetInstanceId(InstanceIdT &&value)
AuthenticationType GetAuthenticationType() const
const Aws::String & GetFleetName() const
DescribeSessionsRequest & WithAuthenticationType(AuthenticationType value)
bool LimitHasBeenSet() const
const Aws::String & GetInstanceId() const
DescribeSessionsRequest & WithFleetName(FleetNameT &&value)
DescribeSessionsRequest & WithStackName(StackNameT &&value)
void SetStackName(StackNameT &&value)
AWS_APPSTREAM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
DescribeSessionsRequest & WithInstanceId(InstanceIdT &&value)
bool FleetNameHasBeenSet() const
const Aws::String & GetUserId() const
void SetFleetName(FleetNameT &&value)
bool UserIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String