@Generated(value="software.amazon.awssdk:codegen") public class ListQueryLoggingConfigsResponse extends Route53Response implements ToCopyableBuilder<ListQueryLoggingConfigsResponse.Builder,ListQueryLoggingConfigsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListQueryLoggingConfigsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListQueryLoggingConfigsResponse.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
SdkResponse. |
int |
hashCode() |
String |
nextToken()
If a response includes the last of the query logging configurations that are associated with the current AWS
account,
NextToken doesn't appear in the response. |
List<QueryLoggingConfig> |
queryLoggingConfigs()
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is
associated with the current AWS account.
|
static Class<? extends ListQueryLoggingConfigsResponse.Builder> |
serializableBuilderClass() |
ListQueryLoggingConfigsResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
sdkHttpResponsecopypublic List<QueryLoggingConfig> queryLoggingConfigs()
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current AWS account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
If a response includes the last of the query logging configurations that are associated with the current AWS
account, NextToken doesn't appear in the response.
If a response doesn't include the last of the configurations, you can get more configurations by submitting
another ListQueryLoggingConfigs request. Get the value of NextToken that Amazon Route 53
returned in the previous response and include it in NextToken in the next request.
NextToken doesn't appear in the response.
If a response doesn't include the last of the configurations, you can get more configurations by
submitting another ListQueryLoggingConfigs request. Get the value of NextToken that
Amazon Route 53 returned in the previous response and include it in NextToken in the next
request.
public ListQueryLoggingConfigsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListQueryLoggingConfigsResponse.Builder,ListQueryLoggingConfigsResponse>toBuilder in class AwsResponsepublic static ListQueryLoggingConfigsResponse.Builder builder()
public static Class<? extends ListQueryLoggingConfigsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponseSdkResponse. 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 SdkResponse.getValueForField(String, Class) method will
again be available.getValueForField in class SdkResponsefieldName - 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.