@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasQueryLoggingConfigs()
Returns true if the QueryLoggingConfigs property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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 boolean hasQueryLoggingConfigs()
public 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.
You can use hasQueryLoggingConfigs() to see if a value was sent in this field.
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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.