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