/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A complex type that contains information about a configuration for DNSSEC
* validation.See Also:
AWS
* API Reference
The ID for a configuration for DNSSEC validation.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The ID for a configuration for DNSSEC validation.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The ID for a configuration for DNSSEC validation.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *The ID for a configuration for DNSSEC validation.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *The ID for a configuration for DNSSEC validation.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *The ID for a configuration for DNSSEC validation.
*/ inline ResolverDnssecConfig& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The ID for a configuration for DNSSEC validation.
*/ inline ResolverDnssecConfig& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The ID for a configuration for DNSSEC validation.
*/ inline ResolverDnssecConfig& WithId(const char* value) { SetId(value); return *this;} /** *The owner account ID of the virtual private cloud (VPC) for a configuration * for DNSSEC validation.
*/ inline const Aws::String& GetOwnerId() const{ return m_ownerId; } /** *The owner account ID of the virtual private cloud (VPC) for a configuration * for DNSSEC validation.
*/ inline bool OwnerIdHasBeenSet() const { return m_ownerIdHasBeenSet; } /** *The owner account ID of the virtual private cloud (VPC) for a configuration * for DNSSEC validation.
*/ inline void SetOwnerId(const Aws::String& value) { m_ownerIdHasBeenSet = true; m_ownerId = value; } /** *The owner account ID of the virtual private cloud (VPC) for a configuration * for DNSSEC validation.
*/ inline void SetOwnerId(Aws::String&& value) { m_ownerIdHasBeenSet = true; m_ownerId = std::move(value); } /** *The owner account ID of the virtual private cloud (VPC) for a configuration * for DNSSEC validation.
*/ inline void SetOwnerId(const char* value) { m_ownerIdHasBeenSet = true; m_ownerId.assign(value); } /** *The owner account ID of the virtual private cloud (VPC) for a configuration * for DNSSEC validation.
*/ inline ResolverDnssecConfig& WithOwnerId(const Aws::String& value) { SetOwnerId(value); return *this;} /** *The owner account ID of the virtual private cloud (VPC) for a configuration * for DNSSEC validation.
*/ inline ResolverDnssecConfig& WithOwnerId(Aws::String&& value) { SetOwnerId(std::move(value)); return *this;} /** *The owner account ID of the virtual private cloud (VPC) for a configuration * for DNSSEC validation.
*/ inline ResolverDnssecConfig& WithOwnerId(const char* value) { SetOwnerId(value); return *this;} /** *The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC * validation status for.
*/ inline const Aws::String& GetResourceId() const{ return m_resourceId; } /** *The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC * validation status for.
*/ inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; } /** *The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC * validation status for.
*/ inline void SetResourceId(const Aws::String& value) { m_resourceIdHasBeenSet = true; m_resourceId = value; } /** *The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC * validation status for.
*/ inline void SetResourceId(Aws::String&& value) { m_resourceIdHasBeenSet = true; m_resourceId = std::move(value); } /** *The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC * validation status for.
*/ inline void SetResourceId(const char* value) { m_resourceIdHasBeenSet = true; m_resourceId.assign(value); } /** *The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC * validation status for.
*/ inline ResolverDnssecConfig& WithResourceId(const Aws::String& value) { SetResourceId(value); return *this;} /** *The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC * validation status for.
*/ inline ResolverDnssecConfig& WithResourceId(Aws::String&& value) { SetResourceId(std::move(value)); return *this;} /** *The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC * validation status for.
*/ inline ResolverDnssecConfig& WithResourceId(const char* value) { SetResourceId(value); return *this;} /** *The validation status for a DNSSEC configuration. The status can be one of * the following:
ENABLING: DNSSEC validation is being * enabled but is not complete.
ENABLED: DNSSEC * validation is enabled.
DISABLING: DNSSEC validation is * being disabled but is not complete.
DISABLED DNSSEC * validation is disabled.
The validation status for a DNSSEC configuration. The status can be one of * the following:
ENABLING: DNSSEC validation is being * enabled but is not complete.
ENABLED: DNSSEC * validation is enabled.
DISABLING: DNSSEC validation is * being disabled but is not complete.
DISABLED DNSSEC * validation is disabled.
The validation status for a DNSSEC configuration. The status can be one of * the following:
ENABLING: DNSSEC validation is being * enabled but is not complete.
ENABLED: DNSSEC * validation is enabled.
DISABLING: DNSSEC validation is * being disabled but is not complete.
DISABLED DNSSEC * validation is disabled.
The validation status for a DNSSEC configuration. The status can be one of * the following:
ENABLING: DNSSEC validation is being * enabled but is not complete.
ENABLED: DNSSEC * validation is enabled.
DISABLING: DNSSEC validation is * being disabled but is not complete.
DISABLED DNSSEC * validation is disabled.
The validation status for a DNSSEC configuration. The status can be one of * the following:
ENABLING: DNSSEC validation is being * enabled but is not complete.
ENABLED: DNSSEC * validation is enabled.
DISABLING: DNSSEC validation is * being disabled but is not complete.
DISABLED DNSSEC * validation is disabled.
The validation status for a DNSSEC configuration. The status can be one of * the following:
ENABLING: DNSSEC validation is being * enabled but is not complete.
ENABLED: DNSSEC * validation is enabled.
DISABLING: DNSSEC validation is * being disabled but is not complete.
DISABLED DNSSEC * validation is disabled.