Class ListQueryLoggingConfigsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final String(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the ID inHostedZoneId.final String(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in response to the current request.final String(Optional) If the current Amazon Web Services account has more thanMaxResultsquery logging configurations, useNextTokento get the second and subsequent pages of results.static Class<? extends ListQueryLoggingConfigsRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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,
ListQueryLoggingConfigsreturns all of the configurations that are associated with the current Amazon Web Services account.- Returns:
- (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,
ListQueryLoggingConfigsreturns all of the configurations that are associated with the current Amazon Web Services account.
-
nextToken
(Optional) If the current Amazon Web Services account has more than
MaxResultsquery logging configurations, useNextTokento get the second and subsequent pages of results.For the first
ListQueryLoggingConfigsrequest, omit this value.For the second and subsequent requests, get the value of
NextTokenfrom the previous response and specify that value forNextTokenin the request.- Returns:
- (Optional) If the current Amazon Web Services account has more than
MaxResultsquery logging configurations, useNextTokento get the second and subsequent pages of results.For the first
ListQueryLoggingConfigsrequest, omit this value.For the second and subsequent requests, get the value of
NextTokenfrom the previous response and specify that value forNextTokenin the request.
-
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
MaxResultsconfigurations, 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.- Returns:
- (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
MaxResultsconfigurations, 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest> - Specified by:
toBuilderin classRoute53Request
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-