@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResolverDnssecConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetResolverDnssecConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetResolverDnssecConfigRequest |
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) for the DNSSEC validation status.
|
int |
hashCode() |
void |
setResourceId(String resourceId)
The ID of the virtual private cloud (VPC) for the DNSSEC validation status.
|
String |
toString()
Returns a string representation of this object.
|
GetResolverDnssecConfigRequest |
withResourceId(String resourceId)
The ID of the virtual private cloud (VPC) for the DNSSEC validation status.
|
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, withSdkRequestTimeoutpublic void setResourceId(String resourceId)
The ID of the virtual private cloud (VPC) for the DNSSEC validation status.
resourceId - The ID of the virtual private cloud (VPC) for the DNSSEC validation status.public String getResourceId()
The ID of the virtual private cloud (VPC) for the DNSSEC validation status.
public GetResolverDnssecConfigRequest withResourceId(String resourceId)
The ID of the virtual private cloud (VPC) for the DNSSEC validation status.
resourceId - The ID of the virtual private cloud (VPC) for the DNSSEC validation status.public String toString()
toString in class ObjectObject.toString()public GetResolverDnssecConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()