@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateQueryLoggingConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateQueryLoggingConfigRequest() |
Modifier and Type | Method and Description |
---|---|
CreateQueryLoggingConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCloudWatchLogsLogGroupArn()
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to.
|
String |
getHostedZoneId()
The ID of the hosted zone that you want to log queries for.
|
int |
hashCode() |
void |
setCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to.
|
void |
setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to log queries for.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateQueryLoggingConfigRequest |
withCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to.
|
CreateQueryLoggingConfigRequest |
withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to log queries for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted zones.
hostedZoneId
- The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted
zones.public String getHostedZoneId()
The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted zones.
public CreateQueryLoggingConfigRequest withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted zones.
hostedZoneId
- The ID of the hosted zone that you want to log queries for. You can log queries only for public hosted
zones.public void setCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to. This is the format of the ARN:
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the AWS SDKs.
cloudWatchLogsLogGroupArn
- The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to.
This is the format of the ARN:
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the AWS SDKs.
public String getCloudWatchLogsLogGroupArn()
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to. This is the format of the ARN:
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the AWS SDKs.
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the AWS SDKs.
public CreateQueryLoggingConfigRequest withCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to. This is the format of the ARN:
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the AWS SDKs.
cloudWatchLogsLogGroupArn
- The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to.
This is the format of the ARN:
arn:aws:logs:region:account-id:log-group:log_group_name
To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups API action, the describe-log-groups command, or the applicable command in one of the AWS SDKs.
public String toString()
toString
in class Object
Object.toString()
public CreateQueryLoggingConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.