7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/model/SessionSharingConfiguration.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename SessionIdT = Aws::String>
42 void SetSessionId(
SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
43 template<
typename SessionIdT = Aws::String>
52 template<
typename SessionArnT = Aws::String>
54 template<
typename SessionArnT = Aws::String>
63 template<
typename SessionNameT = Aws::String>
65 template<
typename SessionNameT = Aws::String>
75 template<
typename SharingConfigurationT = SessionSharingConfiguration>
77 template<
typename SharingConfigurationT = SessionSharingConfiguration>
84 template<
typename RequestIdT = Aws::String>
85 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
86 template<
typename RequestIdT = Aws::String>
92 bool m_sessionIdHasBeenSet =
false;
95 bool m_sessionArnHasBeenSet =
false;
98 bool m_sessionNameHasBeenSet =
false;
101 bool m_sharingConfigurationHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue