@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetResolverQueryLogConfigPolicyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetResolverQueryLogConfigPolicyResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetResolverQueryLogConfigPolicyResult | clone() | 
| boolean | equals(Object obj) | 
| String | getResolverQueryLogConfigPolicy()
 Information about the query logging policy for the query logging configuration that you specified in a
  GetResolverQueryLogConfigPolicyrequest. | 
| int | hashCode() | 
| void | setResolverQueryLogConfigPolicy(String resolverQueryLogConfigPolicy)
 Information about the query logging policy for the query logging configuration that you specified in a
  GetResolverQueryLogConfigPolicyrequest. | 
| String | toString()Returns a string representation of this object. | 
| GetResolverQueryLogConfigPolicyResult | withResolverQueryLogConfigPolicy(String resolverQueryLogConfigPolicy)
 Information about the query logging policy for the query logging configuration that you specified in a
  GetResolverQueryLogConfigPolicyrequest. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic GetResolverQueryLogConfigPolicyResult()
public void setResolverQueryLogConfigPolicy(String resolverQueryLogConfigPolicy)
 Information about the query logging policy for the query logging configuration that you specified in a
 GetResolverQueryLogConfigPolicy request.
 
resolverQueryLogConfigPolicy - Information about the query logging policy for the query logging configuration that you specified in a
        GetResolverQueryLogConfigPolicy request.public String getResolverQueryLogConfigPolicy()
 Information about the query logging policy for the query logging configuration that you specified in a
 GetResolverQueryLogConfigPolicy request.
 
GetResolverQueryLogConfigPolicy request.public GetResolverQueryLogConfigPolicyResult withResolverQueryLogConfigPolicy(String resolverQueryLogConfigPolicy)
 Information about the query logging policy for the query logging configuration that you specified in a
 GetResolverQueryLogConfigPolicy request.
 
resolverQueryLogConfigPolicy - Information about the query logging policy for the query logging configuration that you specified in a
        GetResolverQueryLogConfigPolicy request.public String toString()
toString in class ObjectObject.toString()public GetResolverQueryLogConfigPolicyResult clone()