@Generated(value="software.amazon.awssdk:codegen") public final class CreateQueryLoggingConfigResponse extends Route53Response implements ToCopyableBuilder<CreateQueryLoggingConfigResponse.Builder,CreateQueryLoggingConfigResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateQueryLoggingConfigResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateQueryLoggingConfigResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
location()
The unique URL representing the new query logging configuration.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateQueryLoggingConfigResponse.Builder> |
serializableBuilderClass() |
CreateQueryLoggingConfigResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String location()
The unique URL representing the new query logging configuration.
public CreateQueryLoggingConfigResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateQueryLoggingConfigResponse.Builder,CreateQueryLoggingConfigResponse>toBuilder in class AwsResponsepublic static CreateQueryLoggingConfigResponse.Builder builder()
public static Class<? extends CreateQueryLoggingConfigResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.