@Generated(value="software.amazon.awssdk:codegen") public final 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) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListQueryLoggingConfigsResponse.Builder> |
serializableBuilderClass() |
ListQueryLoggingConfigsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<ListQueryLoggingConfigsResponse.Builder,ListQueryLoggingConfigsResponse>toBuilder in class AwsResponsepublic static ListQueryLoggingConfigsResponse.Builder builder()
public static Class<? extends ListQueryLoggingConfigsResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.