@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateQueryLoggingConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateQueryLoggingConfigResult() |
Modifier and Type | Method and Description |
---|---|
CreateQueryLoggingConfigResult |
clone() |
boolean |
equals(Object obj) |
String |
getLocation()
The unique URL representing the new query logging configuration.
|
QueryLoggingConfig |
getQueryLoggingConfig()
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to
log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
|
int |
hashCode() |
void |
setLocation(String location)
The unique URL representing the new query logging configuration.
|
void |
setQueryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to
log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateQueryLoggingConfigResult |
withLocation(String location)
The unique URL representing the new query logging configuration.
|
CreateQueryLoggingConfigResult |
withQueryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to
log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQueryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
queryLoggingConfig
- A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you
want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs
to.public QueryLoggingConfig getQueryLoggingConfig()
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
public CreateQueryLoggingConfigResult withQueryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
queryLoggingConfig
- A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you
want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs
to.public void setLocation(String location)
The unique URL representing the new query logging configuration.
location
- The unique URL representing the new query logging configuration.public String getLocation()
The unique URL representing the new query logging configuration.
public CreateQueryLoggingConfigResult withLocation(String location)
The unique URL representing the new query logging configuration.
location
- The unique URL representing the new query logging configuration.public String toString()
toString
in class Object
Object.toString()
public CreateQueryLoggingConfigResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.