@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRoute53QueryLoggingConfigDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about a specified Amazon Route 53 configuration for DNS query logging.
Constructor and Description |
---|
AwsRoute53QueryLoggingConfigDetails() |
Modifier and Type | Method and Description |
---|---|
AwsRoute53QueryLoggingConfigDetails |
clone() |
boolean |
equals(Object obj) |
CloudWatchLogsLogGroupArnConfigDetails |
getCloudWatchLogsLogGroupArn()
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group that Route 53 is publishing logs to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCloudWatchLogsLogGroupArn(CloudWatchLogsLogGroupArnConfigDetails cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group that Route 53 is publishing logs to.
|
String |
toString()
Returns a string representation of this object.
|
AwsRoute53QueryLoggingConfigDetails |
withCloudWatchLogsLogGroupArn(CloudWatchLogsLogGroupArnConfigDetails cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group that Route 53 is publishing logs to.
|
public void setCloudWatchLogsLogGroupArn(CloudWatchLogsLogGroupArnConfigDetails cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group that Route 53 is publishing logs to.
cloudWatchLogsLogGroupArn
- The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group that Route 53 is publishing logs
to.public CloudWatchLogsLogGroupArnConfigDetails getCloudWatchLogsLogGroupArn()
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group that Route 53 is publishing logs to.
public AwsRoute53QueryLoggingConfigDetails withCloudWatchLogsLogGroupArn(CloudWatchLogsLogGroupArnConfigDetails cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group that Route 53 is publishing logs to.
cloudWatchLogsLogGroupArn
- The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group that Route 53 is publishing logs
to.public String toString()
toString
in class Object
Object.toString()
public AwsRoute53QueryLoggingConfigDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.