7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeCatalyst {
41 template <
typename StreamUrlT = Aws::String>
43 m_streamUrlHasBeenSet =
true;
44 m_streamUrl = std::forward<StreamUrlT>(value);
46 template <
typename StreamUrlT = Aws::String>
60 template <
typename TokenValueT = Aws::String>
62 m_tokenValueHasBeenSet =
true;
63 m_tokenValue = std::forward<TokenValueT>(value);
65 template <
typename TokenValueT = Aws::String>
73 bool m_streamUrlHasBeenSet =
false;
76 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