7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename SessionTokenT = Aws::String>
47 void SetSessionToken(SessionTokenT&& value) { m_sessionTokenHasBeenSet =
true; m_sessionToken = std::forward<SessionTokenT>(value); }
48 template<
typename SessionTokenT = Aws::String>
54 bool m_sessionTokenHasBeenSet =
false;
AWS_INSPECTOR2_API StartCisSessionMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
StartCisSessionMessage & WithSessionToken(SessionTokenT &&value)
const Aws::String & GetSessionToken() const
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool SessionTokenHasBeenSet() const
AWS_INSPECTOR2_API StartCisSessionMessage(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API StartCisSessionMessage()=default
void SetSessionToken(SessionTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue