@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResolverDnssecConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateResolverDnssecConfigRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateResolverDnssecConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResourceId()
The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
|
String |
getValidation()
The new value that you are specifying for DNSSEC validation for the VPC.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
|
void |
setValidation(String validation)
The new value that you are specifying for DNSSEC validation for the VPC.
|
String |
toString()
Returns a string representation of this object.
|
UpdateResolverDnssecConfigRequest |
withResourceId(String resourceId)
The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
|
UpdateResolverDnssecConfigRequest |
withValidation(String validation)
The new value that you are specifying for DNSSEC validation for the VPC.
|
UpdateResolverDnssecConfigRequest |
withValidation(Validation validation)
The new value that you are specifying for DNSSEC validation for the VPC.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setResourceId(String resourceId)
The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
resourceId
- The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.public String getResourceId()
The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
public UpdateResolverDnssecConfigRequest withResourceId(String resourceId)
The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
resourceId
- The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.public void setValidation(String validation)
The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE
or
DISABLE
. Be aware that it can take time for a validation status change to be completed.
validation
- The new value that you are specifying for DNSSEC validation for the VPC. The value can be
ENABLE
or DISABLE
. Be aware that it can take time for a validation status change
to be completed.Validation
public String getValidation()
The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE
or
DISABLE
. Be aware that it can take time for a validation status change to be completed.
ENABLE
or DISABLE
. Be aware that it can take time for a validation status
change to be completed.Validation
public UpdateResolverDnssecConfigRequest withValidation(String validation)
The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE
or
DISABLE
. Be aware that it can take time for a validation status change to be completed.
validation
- The new value that you are specifying for DNSSEC validation for the VPC. The value can be
ENABLE
or DISABLE
. Be aware that it can take time for a validation status change
to be completed.Validation
public UpdateResolverDnssecConfigRequest withValidation(Validation validation)
The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE
or
DISABLE
. Be aware that it can take time for a validation status change to be completed.
validation
- The new value that you are specifying for DNSSEC validation for the VPC. The value can be
ENABLE
or DISABLE
. Be aware that it can take time for a validation status change
to be completed.Validation
public String toString()
toString
in class Object
Object.toString()
public UpdateResolverDnssecConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()