feat(hos_client_create, hos_client_destory): 多次调用destory不会导致重复释放

This commit is contained in:
彭宣正
2020-12-14 17:24:58 +08:00
parent 505d529c32
commit 10b370e486
55976 changed files with 8544395 additions and 2 deletions

View File

@@ -0,0 +1,283 @@
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/waf/WAF_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/waf/model/IPSetDescriptor.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
namespace WAF
{
namespace Model
{
/**
* <p>This is <b>AWS WAF Classic</b> documentation. For more information,
* see <a
* href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
* WAF Classic</a> in the developer guide.</p> <p> <b>For the latest version of AWS
* WAF</b>, use the AWS WAFV2 API and see the <a
* href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS
* WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of
* endpoints for regional and global use. </p> <p>Contains one or more IP
* addresses or blocks of IP addresses specified in Classless Inter-Domain Routing
* (CIDR) notation. AWS WAF supports IPv4 address ranges: /8 and any range between
* /16 through /32. AWS WAF supports IPv6 address ranges: /24, /32, /48, /56, /64,
* and /128.</p> <p>To specify an individual IP address, you specify the four-part
* IP address followed by a <code>/32</code>, for example, 192.0.2.0/32. To block a
* range of IP addresses, you can specify /8 or any range between /16 through /32
* (for IPv4) or /24, /32, /48, /56, /64, or /128 (for IPv6). For more information
* about CIDR notation, see the Wikipedia entry <a
* href="https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Classless
* Inter-Domain Routing</a>. </p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/waf-2015-08-24/IPSet">AWS API
* Reference</a></p>
*/
class AWS_WAF_API IPSet
{
public:
IPSet();
IPSet(Aws::Utils::Json::JsonView jsonValue);
IPSet& operator=(Aws::Utils::Json::JsonView jsonValue);
Aws::Utils::Json::JsonValue Jsonize() const;
/**
* <p>The <code>IPSetId</code> for an <code>IPSet</code>. You use
* <code>IPSetId</code> to get information about an <code>IPSet</code> (see
* <a>GetIPSet</a>), update an <code>IPSet</code> (see <a>UpdateIPSet</a>), insert
* an <code>IPSet</code> into a <code>Rule</code> or delete one from a
* <code>Rule</code> (see <a>UpdateRule</a>), and delete an <code>IPSet</code> from
* AWS WAF (see <a>DeleteIPSet</a>).</p> <p> <code>IPSetId</code> is returned by
* <a>CreateIPSet</a> and by <a>ListIPSets</a>.</p>
*/
inline const Aws::String& GetIPSetId() const{ return m_iPSetId; }
/**
* <p>The <code>IPSetId</code> for an <code>IPSet</code>. You use
* <code>IPSetId</code> to get information about an <code>IPSet</code> (see
* <a>GetIPSet</a>), update an <code>IPSet</code> (see <a>UpdateIPSet</a>), insert
* an <code>IPSet</code> into a <code>Rule</code> or delete one from a
* <code>Rule</code> (see <a>UpdateRule</a>), and delete an <code>IPSet</code> from
* AWS WAF (see <a>DeleteIPSet</a>).</p> <p> <code>IPSetId</code> is returned by
* <a>CreateIPSet</a> and by <a>ListIPSets</a>.</p>
*/
inline bool IPSetIdHasBeenSet() const { return m_iPSetIdHasBeenSet; }
/**
* <p>The <code>IPSetId</code> for an <code>IPSet</code>. You use
* <code>IPSetId</code> to get information about an <code>IPSet</code> (see
* <a>GetIPSet</a>), update an <code>IPSet</code> (see <a>UpdateIPSet</a>), insert
* an <code>IPSet</code> into a <code>Rule</code> or delete one from a
* <code>Rule</code> (see <a>UpdateRule</a>), and delete an <code>IPSet</code> from
* AWS WAF (see <a>DeleteIPSet</a>).</p> <p> <code>IPSetId</code> is returned by
* <a>CreateIPSet</a> and by <a>ListIPSets</a>.</p>
*/
inline void SetIPSetId(const Aws::String& value) { m_iPSetIdHasBeenSet = true; m_iPSetId = value; }
/**
* <p>The <code>IPSetId</code> for an <code>IPSet</code>. You use
* <code>IPSetId</code> to get information about an <code>IPSet</code> (see
* <a>GetIPSet</a>), update an <code>IPSet</code> (see <a>UpdateIPSet</a>), insert
* an <code>IPSet</code> into a <code>Rule</code> or delete one from a
* <code>Rule</code> (see <a>UpdateRule</a>), and delete an <code>IPSet</code> from
* AWS WAF (see <a>DeleteIPSet</a>).</p> <p> <code>IPSetId</code> is returned by
* <a>CreateIPSet</a> and by <a>ListIPSets</a>.</p>
*/
inline void SetIPSetId(Aws::String&& value) { m_iPSetIdHasBeenSet = true; m_iPSetId = std::move(value); }
/**
* <p>The <code>IPSetId</code> for an <code>IPSet</code>. You use
* <code>IPSetId</code> to get information about an <code>IPSet</code> (see
* <a>GetIPSet</a>), update an <code>IPSet</code> (see <a>UpdateIPSet</a>), insert
* an <code>IPSet</code> into a <code>Rule</code> or delete one from a
* <code>Rule</code> (see <a>UpdateRule</a>), and delete an <code>IPSet</code> from
* AWS WAF (see <a>DeleteIPSet</a>).</p> <p> <code>IPSetId</code> is returned by
* <a>CreateIPSet</a> and by <a>ListIPSets</a>.</p>
*/
inline void SetIPSetId(const char* value) { m_iPSetIdHasBeenSet = true; m_iPSetId.assign(value); }
/**
* <p>The <code>IPSetId</code> for an <code>IPSet</code>. You use
* <code>IPSetId</code> to get information about an <code>IPSet</code> (see
* <a>GetIPSet</a>), update an <code>IPSet</code> (see <a>UpdateIPSet</a>), insert
* an <code>IPSet</code> into a <code>Rule</code> or delete one from a
* <code>Rule</code> (see <a>UpdateRule</a>), and delete an <code>IPSet</code> from
* AWS WAF (see <a>DeleteIPSet</a>).</p> <p> <code>IPSetId</code> is returned by
* <a>CreateIPSet</a> and by <a>ListIPSets</a>.</p>
*/
inline IPSet& WithIPSetId(const Aws::String& value) { SetIPSetId(value); return *this;}
/**
* <p>The <code>IPSetId</code> for an <code>IPSet</code>. You use
* <code>IPSetId</code> to get information about an <code>IPSet</code> (see
* <a>GetIPSet</a>), update an <code>IPSet</code> (see <a>UpdateIPSet</a>), insert
* an <code>IPSet</code> into a <code>Rule</code> or delete one from a
* <code>Rule</code> (see <a>UpdateRule</a>), and delete an <code>IPSet</code> from
* AWS WAF (see <a>DeleteIPSet</a>).</p> <p> <code>IPSetId</code> is returned by
* <a>CreateIPSet</a> and by <a>ListIPSets</a>.</p>
*/
inline IPSet& WithIPSetId(Aws::String&& value) { SetIPSetId(std::move(value)); return *this;}
/**
* <p>The <code>IPSetId</code> for an <code>IPSet</code>. You use
* <code>IPSetId</code> to get information about an <code>IPSet</code> (see
* <a>GetIPSet</a>), update an <code>IPSet</code> (see <a>UpdateIPSet</a>), insert
* an <code>IPSet</code> into a <code>Rule</code> or delete one from a
* <code>Rule</code> (see <a>UpdateRule</a>), and delete an <code>IPSet</code> from
* AWS WAF (see <a>DeleteIPSet</a>).</p> <p> <code>IPSetId</code> is returned by
* <a>CreateIPSet</a> and by <a>ListIPSets</a>.</p>
*/
inline IPSet& WithIPSetId(const char* value) { SetIPSetId(value); return *this;}
/**
* <p>A friendly name or description of the <a>IPSet</a>. You can't change the name
* of an <code>IPSet</code> after you create it.</p>
*/
inline const Aws::String& GetName() const{ return m_name; }
/**
* <p>A friendly name or description of the <a>IPSet</a>. You can't change the name
* of an <code>IPSet</code> after you create it.</p>
*/
inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
/**
* <p>A friendly name or description of the <a>IPSet</a>. You can't change the name
* of an <code>IPSet</code> after you create it.</p>
*/
inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
/**
* <p>A friendly name or description of the <a>IPSet</a>. You can't change the name
* of an <code>IPSet</code> after you create it.</p>
*/
inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
/**
* <p>A friendly name or description of the <a>IPSet</a>. You can't change the name
* of an <code>IPSet</code> after you create it.</p>
*/
inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
/**
* <p>A friendly name or description of the <a>IPSet</a>. You can't change the name
* of an <code>IPSet</code> after you create it.</p>
*/
inline IPSet& WithName(const Aws::String& value) { SetName(value); return *this;}
/**
* <p>A friendly name or description of the <a>IPSet</a>. You can't change the name
* of an <code>IPSet</code> after you create it.</p>
*/
inline IPSet& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
/**
* <p>A friendly name or description of the <a>IPSet</a>. You can't change the name
* of an <code>IPSet</code> after you create it.</p>
*/
inline IPSet& WithName(const char* value) { SetName(value); return *this;}
/**
* <p>The IP address type (<code>IPV4</code> or <code>IPV6</code>) and the IP
* address range (in CIDR notation) that web requests originate from. If the
* <code>WebACL</code> is associated with a CloudFront distribution and the viewer
* did not use an HTTP proxy or a load balancer to send the request, this is the
* value of the c-ip field in the CloudFront access logs.</p>
*/
inline const Aws::Vector<IPSetDescriptor>& GetIPSetDescriptors() const{ return m_iPSetDescriptors; }
/**
* <p>The IP address type (<code>IPV4</code> or <code>IPV6</code>) and the IP
* address range (in CIDR notation) that web requests originate from. If the
* <code>WebACL</code> is associated with a CloudFront distribution and the viewer
* did not use an HTTP proxy or a load balancer to send the request, this is the
* value of the c-ip field in the CloudFront access logs.</p>
*/
inline bool IPSetDescriptorsHasBeenSet() const { return m_iPSetDescriptorsHasBeenSet; }
/**
* <p>The IP address type (<code>IPV4</code> or <code>IPV6</code>) and the IP
* address range (in CIDR notation) that web requests originate from. If the
* <code>WebACL</code> is associated with a CloudFront distribution and the viewer
* did not use an HTTP proxy or a load balancer to send the request, this is the
* value of the c-ip field in the CloudFront access logs.</p>
*/
inline void SetIPSetDescriptors(const Aws::Vector<IPSetDescriptor>& value) { m_iPSetDescriptorsHasBeenSet = true; m_iPSetDescriptors = value; }
/**
* <p>The IP address type (<code>IPV4</code> or <code>IPV6</code>) and the IP
* address range (in CIDR notation) that web requests originate from. If the
* <code>WebACL</code> is associated with a CloudFront distribution and the viewer
* did not use an HTTP proxy or a load balancer to send the request, this is the
* value of the c-ip field in the CloudFront access logs.</p>
*/
inline void SetIPSetDescriptors(Aws::Vector<IPSetDescriptor>&& value) { m_iPSetDescriptorsHasBeenSet = true; m_iPSetDescriptors = std::move(value); }
/**
* <p>The IP address type (<code>IPV4</code> or <code>IPV6</code>) and the IP
* address range (in CIDR notation) that web requests originate from. If the
* <code>WebACL</code> is associated with a CloudFront distribution and the viewer
* did not use an HTTP proxy or a load balancer to send the request, this is the
* value of the c-ip field in the CloudFront access logs.</p>
*/
inline IPSet& WithIPSetDescriptors(const Aws::Vector<IPSetDescriptor>& value) { SetIPSetDescriptors(value); return *this;}
/**
* <p>The IP address type (<code>IPV4</code> or <code>IPV6</code>) and the IP
* address range (in CIDR notation) that web requests originate from. If the
* <code>WebACL</code> is associated with a CloudFront distribution and the viewer
* did not use an HTTP proxy or a load balancer to send the request, this is the
* value of the c-ip field in the CloudFront access logs.</p>
*/
inline IPSet& WithIPSetDescriptors(Aws::Vector<IPSetDescriptor>&& value) { SetIPSetDescriptors(std::move(value)); return *this;}
/**
* <p>The IP address type (<code>IPV4</code> or <code>IPV6</code>) and the IP
* address range (in CIDR notation) that web requests originate from. If the
* <code>WebACL</code> is associated with a CloudFront distribution and the viewer
* did not use an HTTP proxy or a load balancer to send the request, this is the
* value of the c-ip field in the CloudFront access logs.</p>
*/
inline IPSet& AddIPSetDescriptors(const IPSetDescriptor& value) { m_iPSetDescriptorsHasBeenSet = true; m_iPSetDescriptors.push_back(value); return *this; }
/**
* <p>The IP address type (<code>IPV4</code> or <code>IPV6</code>) and the IP
* address range (in CIDR notation) that web requests originate from. If the
* <code>WebACL</code> is associated with a CloudFront distribution and the viewer
* did not use an HTTP proxy or a load balancer to send the request, this is the
* value of the c-ip field in the CloudFront access logs.</p>
*/
inline IPSet& AddIPSetDescriptors(IPSetDescriptor&& value) { m_iPSetDescriptorsHasBeenSet = true; m_iPSetDescriptors.push_back(std::move(value)); return *this; }
private:
Aws::String m_iPSetId;
bool m_iPSetIdHasBeenSet;
Aws::String m_name;
bool m_nameHasBeenSet;
Aws::Vector<IPSetDescriptor> m_iPSetDescriptors;
bool m_iPSetDescriptorsHasBeenSet;
};
} // namespace Model
} // namespace WAF
} // namespace Aws