@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. | 
| 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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetQueryLoggingConfigResult clone()