@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetQueryLoggingConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetQueryLoggingConfigResult() |
Modifier and Type | Method and Description |
---|---|
GetQueryLoggingConfigResult |
clone() |
boolean |
equals(Object obj) |
QueryLoggingConfig |
getQueryLoggingConfig()
A complex type that contains information about the query logging configuration that you specified in a
GetQueryLoggingConfig request.
|
int |
hashCode() |
void |
setQueryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a
GetQueryLoggingConfig request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetQueryLoggingConfigResult |
withQueryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a
GetQueryLoggingConfig request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQueryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
queryLoggingConfig
- A complex type that contains information about the query logging configuration that you specified in a
GetQueryLoggingConfig request.public QueryLoggingConfig getQueryLoggingConfig()
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
public GetQueryLoggingConfigResult withQueryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
queryLoggingConfig
- A complex type that contains information about the query logging configuration that you specified in a
GetQueryLoggingConfig request.public String toString()
toString
in class Object
Object.toString()
public GetQueryLoggingConfigResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.