7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename UriT = Aws::String>
48 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
49 template<
typename UriT = Aws::String>
55 bool m_uriHasBeenSet =
false;
void SetUri(UriT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API AwsConsoleLinkParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API AwsConsoleLinkParameters(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUri() const
AWS_DATAZONE_API AwsConsoleLinkParameters()=default
bool UriHasBeenSet() const
AwsConsoleLinkParameters & WithUri(UriT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue