7#include <aws/apigatewaymanagementapi/ApiGatewayManagementApi_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ApiGatewayManagementApi {
24 AWS_APIGATEWAYMANAGEMENTAPI_API
Identity() =
default;
36 template <
typename SourceIpT = Aws::String>
38 m_sourceIpHasBeenSet =
true;
39 m_sourceIp = std::forward<SourceIpT>(value);
41 template <
typename SourceIpT = Aws::String>
54 template <
typename UserAgentT = Aws::String>
56 m_userAgentHasBeenSet =
true;
57 m_userAgent = std::forward<UserAgentT>(value);
59 template <
typename UserAgentT = Aws::String>
69 bool m_sourceIpHasBeenSet =
false;
70 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