@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateResolverQueryLogConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DisassociateResolverQueryLogConfigRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DisassociateResolverQueryLogConfigRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getResolverQueryLogConfigId()
 The ID of the query logging configuration that you want to disassociate a specified VPC from. | 
| String | getResourceId()
 The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration. | 
| int | hashCode() | 
| void | setResolverQueryLogConfigId(String resolverQueryLogConfigId)
 The ID of the query logging configuration that you want to disassociate a specified VPC from. | 
| void | setResourceId(String resourceId)
 The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration. | 
| String | toString()Returns a string representation of this object. | 
| DisassociateResolverQueryLogConfigRequest | withResolverQueryLogConfigId(String resolverQueryLogConfigId)
 The ID of the query logging configuration that you want to disassociate a specified VPC from. | 
| DisassociateResolverQueryLogConfigRequest | withResourceId(String resourceId)
 The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration. | 
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 DisassociateResolverQueryLogConfigRequest()
public void setResolverQueryLogConfigId(String resolverQueryLogConfigId)
The ID of the query logging configuration that you want to disassociate a specified VPC from.
resolverQueryLogConfigId - The ID of the query logging configuration that you want to disassociate a specified VPC from.public String getResolverQueryLogConfigId()
The ID of the query logging configuration that you want to disassociate a specified VPC from.
public DisassociateResolverQueryLogConfigRequest withResolverQueryLogConfigId(String resolverQueryLogConfigId)
The ID of the query logging configuration that you want to disassociate a specified VPC from.
resolverQueryLogConfigId - The ID of the query logging configuration that you want to disassociate a specified VPC from.public void setResourceId(String resourceId)
The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.
resourceId - The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.public String getResourceId()
The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.
public DisassociateResolverQueryLogConfigRequest withResourceId(String resourceId)
The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.
resourceId - The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.public String toString()
toString in class ObjectObject.toString()public DisassociateResolverQueryLogConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()