7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename C
idrIpT = Aws::String>
49 void SetCidrIp(CidrIpT&& value) { m_cidrIpHasBeenSet =
true; m_cidrIp = std::forward<CidrIpT>(value); }
50 template<
typename C
idrIpT = Aws::String>
56 bool m_cidrIpHasBeenSet =
false;
void SetCidrIp(CidrIpT &&value)
AWS_SECURITYHUB_API AwsEc2SecurityGroupIpRange(Aws::Utils::Json::JsonView jsonValue)
bool CidrIpHasBeenSet() const
AWS_SECURITYHUB_API AwsEc2SecurityGroupIpRange & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCidrIp() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API AwsEc2SecurityGroupIpRange()=default
AwsEc2SecurityGroupIpRange & WithCidrIp(CidrIpT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue