7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockRuntime {
41 template <
typename UrlT = Aws::String>
43 m_urlHasBeenSet =
true;
44 m_url = std::forward<UrlT>(value);
46 template <
typename UrlT = Aws::String>
48 SetUrl(std::forward<UrlT>(value));
59 template <
typename DomainT = Aws::String>
61 m_domainHasBeenSet =
true;
62 m_domain = std::forward<DomainT>(value);
64 template <
typename DomainT = Aws::String>
74 bool m_urlHasBeenSet =
false;
75 bool m_domainHasBeenSet =
false;
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
WebLocation & WithUrl(UrlT &&value)
bool UrlHasBeenSet() const
AWS_BEDROCKRUNTIME_API WebLocation()=default
AWS_BEDROCKRUNTIME_API WebLocation(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDomain() const
bool DomainHasBeenSet() const
void SetUrl(UrlT &&value)
const Aws::String & GetUrl() const
WebLocation & WithDomain(DomainT &&value)
AWS_BEDROCKRUNTIME_API WebLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDomain(DomainT &&value)
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