@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateResolverQueryLogConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DisassociateResolverQueryLogConfigResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DisassociateResolverQueryLogConfigResult | clone() | 
| boolean | equals(Object obj) | 
| ResolverQueryLogConfigAssociation | getResolverQueryLogConfigAssociation()
 A complex type that contains settings for the association that you deleted between an Amazon VPC and a query
 logging configuration. | 
| int | hashCode() | 
| void | setResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
 A complex type that contains settings for the association that you deleted between an Amazon VPC and a query
 logging configuration. | 
| String | toString()Returns a string representation of this object. | 
| DisassociateResolverQueryLogConfigResult | withResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
 A complex type that contains settings for the association that you deleted between an Amazon VPC and a query
 logging configuration. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DisassociateResolverQueryLogConfigResult()
public void setResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.
resolverQueryLogConfigAssociation - A complex type that contains settings for the association that you deleted between an Amazon VPC and a
        query logging configuration.public ResolverQueryLogConfigAssociation getResolverQueryLogConfigAssociation()
A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.
public DisassociateResolverQueryLogConfigResult withResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.
resolverQueryLogConfigAssociation - A complex type that contains settings for the association that you deleted between an Amazon VPC and a
        query logging configuration.public String toString()
toString in class ObjectObject.toString()public DisassociateResolverQueryLogConfigResult clone()