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