7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
41 template <
typename UriT = Aws::String>
43 m_uriHasBeenSet =
true;
44 m_uri = std::forward<UriT>(value);
46 template <
typename UriT = Aws::String>
48 SetUri(std::forward<UriT>(value));
54 bool m_uriHasBeenSet =
false;
AWS_SECURITYAGENT_API Endpoint()=default
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYAGENT_API Endpoint(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API Endpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUri(UriT &&value)
const Aws::String & GetUri() const
Endpoint & WithUri(UriT &&value)
bool UriHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue