7#include <aws/apigatewaymanagementapi/ApiGatewayManagementApi_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ApiGatewayManagementApi
29 AWS_APIGATEWAYMANAGEMENTAPI_API
Identity() =
default;
42 template<
typename SourceIpT = Aws::String>
43 void SetSourceIp(SourceIpT&& value) { m_sourceIpHasBeenSet =
true; m_sourceIp = std::forward<SourceIpT>(value); }
44 template<
typename SourceIpT = Aws::String>
54 template<
typename UserAgentT = Aws::String>
55 void SetUserAgent(UserAgentT&& value) { m_userAgentHasBeenSet =
true; m_userAgent = std::forward<UserAgentT>(value); }
56 template<
typename UserAgentT = Aws::String>
62 bool m_sourceIpHasBeenSet =
false;
65 bool m_userAgentHasBeenSet =
false;
Identity & WithUserAgent(UserAgentT &&value)
void SetUserAgent(UserAgentT &&value)
const Aws::String & GetUserAgent() const
Identity & WithSourceIp(SourceIpT &&value)
AWS_APIGATEWAYMANAGEMENTAPI_API Identity(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYMANAGEMENTAPI_API Identity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAYMANAGEMENTAPI_API Identity()=default
bool UserAgentHasBeenSet() const
void SetSourceIp(SourceIpT &&value)
AWS_APIGATEWAYMANAGEMENTAPI_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceIpHasBeenSet() const
const Aws::String & GetSourceIp() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue