@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResolverQueryLogConfigAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetResolverQueryLogConfigAssociationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetResolverQueryLogConfigAssociationResult | clone() | 
| boolean | equals(Object obj) | 
| ResolverQueryLogConfigAssociation | getResolverQueryLogConfigAssociation()
 Information about the Resolver query logging configuration association that you specified in a
  GetQueryLogConfigAssociationrequest. | 
| int | hashCode() | 
| void | setResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
 Information about the Resolver query logging configuration association that you specified in a
  GetQueryLogConfigAssociationrequest. | 
| String | toString()Returns a string representation of this object. | 
| GetResolverQueryLogConfigAssociationResult | withResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
 Information about the Resolver query logging configuration association that you specified in a
  GetQueryLogConfigAssociationrequest. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetResolverQueryLogConfigAssociationResult()
public void setResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
 Information about the Resolver query logging configuration association that you specified in a
 GetQueryLogConfigAssociation request.
 
resolverQueryLogConfigAssociation - Information about the Resolver query logging configuration association that you specified in a
        GetQueryLogConfigAssociation request.public ResolverQueryLogConfigAssociation getResolverQueryLogConfigAssociation()
 Information about the Resolver query logging configuration association that you specified in a
 GetQueryLogConfigAssociation request.
 
GetQueryLogConfigAssociation request.public GetResolverQueryLogConfigAssociationResult withResolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
 Information about the Resolver query logging configuration association that you specified in a
 GetQueryLogConfigAssociation request.
 
resolverQueryLogConfigAssociation - Information about the Resolver query logging configuration association that you specified in a
        GetQueryLogConfigAssociation request.public String toString()
toString in class ObjectObject.toString()public GetResolverQueryLogConfigAssociationResult clone()