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