7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/qapps/QAppsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qapps/model/SessionSharingConfiguration.h>
45 template<
typename InstanceIdT = Aws::String>
47 template<
typename InstanceIdT = Aws::String>
57 template<
typename SessionIdT = Aws::String>
58 void SetSessionId(
SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
59 template<
typename SessionIdT = Aws::String>
69 template<
typename SessionNameT = Aws::String>
71 template<
typename SessionNameT = Aws::String>
81 template<
typename SharingConfigurationT = SessionSharingConfiguration>
83 template<
typename SharingConfigurationT = SessionSharingConfiguration>
89 bool m_instanceIdHasBeenSet =
false;
92 bool m_sessionIdHasBeenSet =
false;
95 bool m_sessionNameHasBeenSet =
false;
98 bool m_sharingConfigurationHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String