7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
19namespace SecurityAgent {
40 template <
typename TokenT = Aws::String>
42 m_tokenHasBeenSet =
true;
43 m_token = std::forward<TokenT>(value);
45 template <
typename TokenT = Aws::String>
47 SetToken(std::forward<TokenT>(value));
58 template <
typename RoutePathT = Aws::String>
60 m_routePathHasBeenSet =
true;
61 m_routePath = std::forward<RoutePathT>(value);
63 template <
typename RoutePathT = Aws::String>
73 bool m_tokenHasBeenSet =
false;
74 bool m_routePathHasBeenSet =
false;
AWS_SECURITYAGENT_API HttpVerification & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetToken(TokenT &&value)
AWS_SECURITYAGENT_API HttpVerification(Aws::Utils::Json::JsonView jsonValue)
HttpVerification & WithRoutePath(RoutePathT &&value)
bool RoutePathHasBeenSet() const
HttpVerification & WithToken(TokenT &&value)
bool TokenHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetToken() const
void SetRoutePath(RoutePathT &&value)
const Aws::String & GetRoutePath() const
AWS_SECURITYAGENT_API HttpVerification()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue