Class ListQueryLoggingConfigsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.route53.model.Route53Request
-
- software.amazon.awssdk.services.route53.model.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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListQueryLoggingConfigsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListQueryLoggingConfigsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhostedZoneId()(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the ID inHostedZoneId.StringmaxResults()(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in response to the current request.StringnextToken()(Optional) If the current Amazon Web Services account has more thanMaxResultsquery logging configurations, useNextTokento get the second and subsequent pages of results.List<SdkField<?>>sdkFields()static Class<? extends ListQueryLoggingConfigsRequest.Builder>serializableBuilderClass()ListQueryLoggingConfigsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
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,
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
public final String 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
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
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
public ListQueryLoggingConfigsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListQueryLoggingConfigsRequest.Builder,ListQueryLoggingConfigsRequest>- Specified by:
toBuilderin classRoute53Request
-
builder
public static ListQueryLoggingConfigsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListQueryLoggingConfigsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-