@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
GetResolverQueryLogConfigPolicy request. |
int |
hashCode() |
void |
setResolverQueryLogConfigPolicy(String resolverQueryLogConfigPolicy)
Information about the query logging policy for the query logging configuration that you specified in a
GetResolverQueryLogConfigPolicy request. |
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
GetResolverQueryLogConfigPolicy request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetResolverQueryLogConfigPolicyResult clone()