@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
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 AWS 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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public 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 AWS account.
HostedZoneId
.
If you don't specify a hosted zone ID, ListQueryLoggingConfigs
returns all of the
configurations that are associated with the current AWS account.
public String nextToken()
(Optional) If the current AWS 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 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 AWS account has more than MaxResults
configurations, use the
value of ListQueryLoggingConfigsResponse$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 ListQueryLoggingConfigsResponse$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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>
toBuilder
in class Route53Request
public static ListQueryLoggingConfigsRequest.Builder builder()
public static Class<? extends ListQueryLoggingConfigsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.