7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename StreamUrlT = Aws::String>
48 void SetStreamUrl(StreamUrlT&& value) { m_streamUrlHasBeenSet =
true; m_streamUrl = std::forward<StreamUrlT>(value); }
49 template<
typename StreamUrlT = Aws::String>
60 template<
typename TokenValueT = Aws::String>
61 void SetTokenValue(TokenValueT&& value) { m_tokenValueHasBeenSet =
true; m_tokenValue = std::forward<TokenValueT>(value); }
62 template<
typename TokenValueT = Aws::String>
68 bool m_streamUrlHasBeenSet =
false;
71 bool m_tokenValueHasBeenSet =
false;
AWS_CODECATALYST_API DevEnvironmentAccessDetails()=default
AWS_CODECATALYST_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTokenValue() const
AWS_CODECATALYST_API DevEnvironmentAccessDetails(Aws::Utils::Json::JsonView jsonValue)
void SetStreamUrl(StreamUrlT &&value)
const Aws::String & GetStreamUrl() const
DevEnvironmentAccessDetails & WithTokenValue(TokenValueT &&value)
AWS_CODECATALYST_API DevEnvironmentAccessDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
DevEnvironmentAccessDetails & WithStreamUrl(StreamUrlT &&value)
void SetTokenValue(TokenValueT &&value)
bool TokenValueHasBeenSet() const
bool StreamUrlHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue