/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.route53resolver.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* A complex type that contains information about a configuration for DNSSEC validation. *
* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class ResolverDnssecConfig implements Serializable, Cloneable, StructuredPojo { /** ** The ID for a configuration for DNSSEC validation. *
*/ private String id; /** ** The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation. *
*/ private String ownerId; /** ** The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for. *
*/ private String resourceId; /** ** 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 ID for a configuration for DNSSEC validation. *
* * @param id * The ID for a configuration for DNSSEC validation. */ public void setId(String id) { this.id = id; } /** ** The ID for a configuration for DNSSEC validation. *
* * @return The ID for a configuration for DNSSEC validation. */ public String getId() { return this.id; } /** ** The ID for a configuration for DNSSEC validation. *
* * @param id * The ID for a configuration for DNSSEC validation. * @return Returns a reference to this object so that method calls can be chained together. */ public ResolverDnssecConfig withId(String id) { setId(id); return this; } /** ** The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation. *
* * @param ownerId * The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation. */ public void setOwnerId(String ownerId) { this.ownerId = ownerId; } /** ** The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation. *
* * @return The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation. */ public String getOwnerId() { return this.ownerId; } /** ** The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation. *
* * @param ownerId * The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation. * @return Returns a reference to this object so that method calls can be chained together. */ public ResolverDnssecConfig withOwnerId(String ownerId) { setOwnerId(ownerId); return this; } /** ** The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for. *
* * @param resourceId * The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for. */ public void setResourceId(String resourceId) { this.resourceId = resourceId; } /** ** The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for. *
* * @return The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for. */ public String getResourceId() { return this.resourceId; } /** ** The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for. *
* * @param resourceId * The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for. * @return Returns a reference to this object so that method calls can be chained together. */ public ResolverDnssecConfig withResourceId(String resourceId) { setResourceId(resourceId); 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. *
** 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. *
** 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. *
** 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. *
** 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. *
*