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>
56 template<
typename FleetNameT = Aws::String>
57 void SetFleetName(FleetNameT&& value) { m_fleetNameHasBeenSet =
true; m_fleetName = std::forward<FleetNameT>(value); }
58 template<
typename FleetNameT = Aws::String>
69 template<
typename UserIdT = Aws::String>
70 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
71 template<
typename UserIdT = Aws::String>
82 template<
typename NextTokenT = Aws::String>
83 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
84 template<
typename NextTokenT = Aws::String>
93 inline int GetLimit()
const {
return m_limit; }
95 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
117 template<
typename InstanceIdT = Aws::String>
118 void SetInstanceId(InstanceIdT&& value) { m_instanceIdHasBeenSet =
true; m_instanceId = std::forward<InstanceIdT>(value); }
119 template<
typename InstanceIdT = Aws::String>
125 bool m_stackNameHasBeenSet =
false;
128 bool m_fleetNameHasBeenSet =
false;
131 bool m_userIdHasBeenSet =
false;
134 bool m_nextTokenHasBeenSet =
false;
137 bool m_limitHasBeenSet =
false;
140 bool m_authenticationTypeHasBeenSet =
false;
143 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