/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Minimal high-level information for a firewall domain list. The action
* ListFirewallDomainLists returns an array of these objects. To
* retrieve full information for a firewall domain list, call
* GetFirewallDomainList and ListFirewallDomains.See
* Also:
AWS
* API Reference
The ID of the domain list.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The ID of the domain list.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The ID of the domain list.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *The ID of the domain list.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *The ID of the domain list.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *The ID of the domain list.
*/ inline FirewallDomainListMetadata& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The ID of the domain list.
*/ inline FirewallDomainListMetadata& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The ID of the domain list.
*/ inline FirewallDomainListMetadata& WithId(const char* value) { SetId(value); return *this;} /** *The Amazon Resource Name (ARN) of the firewall domain list metadata.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The Amazon Resource Name (ARN) of the firewall domain list metadata.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the firewall domain list metadata.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The Amazon Resource Name (ARN) of the firewall domain list metadata.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The Amazon Resource Name (ARN) of the firewall domain list metadata.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The Amazon Resource Name (ARN) of the firewall domain list metadata.
*/ inline FirewallDomainListMetadata& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the firewall domain list metadata.
*/ inline FirewallDomainListMetadata& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the firewall domain list metadata.
*/ inline FirewallDomainListMetadata& WithArn(const char* value) { SetArn(value); return *this;} /** *The name of the domain list.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the domain list.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the domain list.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the domain list.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the domain list.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the domain list.
*/ inline FirewallDomainListMetadata& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the domain list.
*/ inline FirewallDomainListMetadata& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the domain list.
*/ inline FirewallDomainListMetadata& WithName(const char* value) { SetName(value); return *this;} /** *A unique string defined by you to identify the request. This allows you to * retry failed requests without the risk of running the operation twice. This can * be any unique string, for example, a timestamp.
*/ inline const Aws::String& GetCreatorRequestId() const{ return m_creatorRequestId; } /** *A unique string defined by you to identify the request. This allows you to * retry failed requests without the risk of running the operation twice. This can * be any unique string, for example, a timestamp.
*/ inline bool CreatorRequestIdHasBeenSet() const { return m_creatorRequestIdHasBeenSet; } /** *A unique string defined by you to identify the request. This allows you to * retry failed requests without the risk of running the operation twice. This can * be any unique string, for example, a timestamp.
*/ inline void SetCreatorRequestId(const Aws::String& value) { m_creatorRequestIdHasBeenSet = true; m_creatorRequestId = value; } /** *A unique string defined by you to identify the request. This allows you to * retry failed requests without the risk of running the operation twice. This can * be any unique string, for example, a timestamp.
*/ inline void SetCreatorRequestId(Aws::String&& value) { m_creatorRequestIdHasBeenSet = true; m_creatorRequestId = std::move(value); } /** *A unique string defined by you to identify the request. This allows you to * retry failed requests without the risk of running the operation twice. This can * be any unique string, for example, a timestamp.
*/ inline void SetCreatorRequestId(const char* value) { m_creatorRequestIdHasBeenSet = true; m_creatorRequestId.assign(value); } /** *A unique string defined by you to identify the request. This allows you to * retry failed requests without the risk of running the operation twice. This can * be any unique string, for example, a timestamp.
*/ inline FirewallDomainListMetadata& WithCreatorRequestId(const Aws::String& value) { SetCreatorRequestId(value); return *this;} /** *A unique string defined by you to identify the request. This allows you to * retry failed requests without the risk of running the operation twice. This can * be any unique string, for example, a timestamp.
*/ inline FirewallDomainListMetadata& WithCreatorRequestId(Aws::String&& value) { SetCreatorRequestId(std::move(value)); return *this;} /** *A unique string defined by you to identify the request. This allows you to * retry failed requests without the risk of running the operation twice. This can * be any unique string, for example, a timestamp.
*/ inline FirewallDomainListMetadata& WithCreatorRequestId(const char* value) { SetCreatorRequestId(value); return *this;} /** *The owner of the list, used only for lists that are not managed by you. For
* example, the managed domain list AWSManagedDomainsMalwareDomainList
* has the managed owner name Route 53 Resolver DNS Firewall
.
The owner of the list, used only for lists that are not managed by you. For
* example, the managed domain list AWSManagedDomainsMalwareDomainList
* has the managed owner name Route 53 Resolver DNS Firewall
.
The owner of the list, used only for lists that are not managed by you. For
* example, the managed domain list AWSManagedDomainsMalwareDomainList
* has the managed owner name Route 53 Resolver DNS Firewall
.
The owner of the list, used only for lists that are not managed by you. For
* example, the managed domain list AWSManagedDomainsMalwareDomainList
* has the managed owner name Route 53 Resolver DNS Firewall
.
The owner of the list, used only for lists that are not managed by you. For
* example, the managed domain list AWSManagedDomainsMalwareDomainList
* has the managed owner name Route 53 Resolver DNS Firewall
.
The owner of the list, used only for lists that are not managed by you. For
* example, the managed domain list AWSManagedDomainsMalwareDomainList
* has the managed owner name Route 53 Resolver DNS Firewall
.
The owner of the list, used only for lists that are not managed by you. For
* example, the managed domain list AWSManagedDomainsMalwareDomainList
* has the managed owner name Route 53 Resolver DNS Firewall
.
The owner of the list, used only for lists that are not managed by you. For
* example, the managed domain list AWSManagedDomainsMalwareDomainList
* has the managed owner name Route 53 Resolver DNS Firewall
.