@Generated(value="software.amazon.awssdk:codegen") public final class ListQueryLoggingConfigsRequest extends Route53Request implements ToCopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListQueryLoggingConfigsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListQueryLoggingConfigsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostedZoneId()
(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the
ID in
HostedZoneId. |
String |
maxResults()
(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in response
to the current request.
|
String |
nextToken()
(Optional) If the current Amazon Web Services account has more than
MaxResults query logging
configurations, use NextToken to get the second and subsequent pages of results. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListQueryLoggingConfigsRequest.Builder> |
serializableBuilderClass() |
ListQueryLoggingConfigsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hostedZoneId()
(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the
ID in HostedZoneId.
If you don't specify a hosted zone ID, ListQueryLoggingConfigs returns all of the configurations
that are associated with the current Amazon Web Services account.
HostedZoneId.
If you don't specify a hosted zone ID, ListQueryLoggingConfigs returns all of the
configurations that are associated with the current Amazon Web Services account.
public final String nextToken()
(Optional) If the current Amazon Web Services account has more than MaxResults query logging
configurations, use NextToken to get the second and subsequent pages of results.
For the first ListQueryLoggingConfigs request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and
specify that value for NextToken in the request.
MaxResults query logging
configurations, use NextToken to get the second and subsequent pages of results.
For the first ListQueryLoggingConfigs request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous
response and specify that value for NextToken in the request.
public final String maxResults()
(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in response
to the current request. If the current Amazon Web Services account has more than MaxResults
configurations, use the value of NextToken in the response to get the next page of results.
If you don't specify a value for MaxResults, Route 53 returns up to 100 configurations.
MaxResults configurations, use the value of NextToken in the response to get the next page of results.
If you don't specify a value for MaxResults, Route 53 returns up to 100 configurations.
public ListQueryLoggingConfigsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>toBuilder in class Route53Requestpublic static ListQueryLoggingConfigsRequest.Builder builder()
public static Class<? extends ListQueryLoggingConfigsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2022. All rights reserved.