Class ListQueryLoggingConfigsRequest

All Implemented Interfaces:
SdkPojo, ToCopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>

@Generated("software.amazon.awssdk:codegen") public final class ListQueryLoggingConfigsRequest extends Route53Request implements ToCopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>
  • Method Details

    • hostedZoneId

      public 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.

      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, ListQueryLoggingConfigs returns all of the configurations that are associated with the current Amazon Web Services account.

    • nextToken

      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.

      Returns:
      (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

      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.

      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 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.

    • toBuilder

      Specified by:
      toBuilder in interface ToCopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>
      Specified by:
      toBuilder in class Route53Request
    • builder

      public static ListQueryLoggingConfigsRequest.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ListQueryLoggingConfigsRequest.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class AwsRequest
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class AwsRequest
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Specified by:
      equalsBySdkFields in interface SdkPojo
    • toString

      public final String 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
      Overrides:
      getValueForField in class SdkRequest
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
    • sdkFieldNameToField

      public final Map<String,SdkField<?>> sdkFieldNameToField()
      Specified by:
      sdkFieldNameToField in interface SdkPojo