@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResolverQueryLogConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListResolverQueryLogConfigsResult() |
Modifier and Type | Method and Description |
---|---|
ListResolverQueryLogConfigsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are more than
MaxResults query logging configurations, you can submit another
ListResolverQueryLogConfigs request to get the next group of configurations. |
List<ResolverQueryLogConfig> |
getResolverQueryLogConfigs()
A list that contains one
ResolverQueryLogConfig element for each query logging configuration that
matches the values that you specified for Filter . |
Integer |
getTotalCount()
The total number of query logging configurations that were created by the current account in the specified
Region.
|
Integer |
getTotalFilteredCount()
The total number of query logging configurations that were created by the current account in the specified Region
and that match the filters that were specified in the
ListResolverQueryLogConfigs request. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are more than
MaxResults query logging configurations, you can submit another
ListResolverQueryLogConfigs request to get the next group of configurations. |
void |
setResolverQueryLogConfigs(Collection<ResolverQueryLogConfig> resolverQueryLogConfigs)
A list that contains one
ResolverQueryLogConfig element for each query logging configuration that
matches the values that you specified for Filter . |
void |
setTotalCount(Integer totalCount)
The total number of query logging configurations that were created by the current account in the specified
Region.
|
void |
setTotalFilteredCount(Integer totalFilteredCount)
The total number of query logging configurations that were created by the current account in the specified Region
and that match the filters that were specified in the
ListResolverQueryLogConfigs request. |
String |
toString()
Returns a string representation of this object.
|
ListResolverQueryLogConfigsResult |
withNextToken(String nextToken)
If there are more than
MaxResults query logging configurations, you can submit another
ListResolverQueryLogConfigs request to get the next group of configurations. |
ListResolverQueryLogConfigsResult |
withResolverQueryLogConfigs(Collection<ResolverQueryLogConfig> resolverQueryLogConfigs)
A list that contains one
ResolverQueryLogConfig element for each query logging configuration that
matches the values that you specified for Filter . |
ListResolverQueryLogConfigsResult |
withResolverQueryLogConfigs(ResolverQueryLogConfig... resolverQueryLogConfigs)
A list that contains one
ResolverQueryLogConfig element for each query logging configuration that
matches the values that you specified for Filter . |
ListResolverQueryLogConfigsResult |
withTotalCount(Integer totalCount)
The total number of query logging configurations that were created by the current account in the specified
Region.
|
ListResolverQueryLogConfigsResult |
withTotalFilteredCount(Integer totalFilteredCount)
The total number of query logging configurations that were created by the current account in the specified Region
and that match the filters that were specified in the
ListResolverQueryLogConfigs request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If there are more than MaxResults
query logging configurations, you can submit another
ListResolverQueryLogConfigs
request to get the next group of configurations. In the next request,
specify the value of NextToken
from the previous response.
nextToken
- If there are more than MaxResults
query logging configurations, you can submit another
ListResolverQueryLogConfigs
request to get the next group of configurations. In the next
request, specify the value of NextToken
from the previous response.public String getNextToken()
If there are more than MaxResults
query logging configurations, you can submit another
ListResolverQueryLogConfigs
request to get the next group of configurations. In the next request,
specify the value of NextToken
from the previous response.
MaxResults
query logging configurations, you can submit another
ListResolverQueryLogConfigs
request to get the next group of configurations. In the next
request, specify the value of NextToken
from the previous response.public ListResolverQueryLogConfigsResult withNextToken(String nextToken)
If there are more than MaxResults
query logging configurations, you can submit another
ListResolverQueryLogConfigs
request to get the next group of configurations. In the next request,
specify the value of NextToken
from the previous response.
nextToken
- If there are more than MaxResults
query logging configurations, you can submit another
ListResolverQueryLogConfigs
request to get the next group of configurations. In the next
request, specify the value of NextToken
from the previous response.public void setTotalCount(Integer totalCount)
The total number of query logging configurations that were created by the current account in the specified
Region. This count can differ from the number of query logging configurations that are returned in a
ListResolverQueryLogConfigs
response, depending on the values that you specify in the request.
totalCount
- The total number of query logging configurations that were created by the current account in the specified
Region. This count can differ from the number of query logging configurations that are returned in a
ListResolverQueryLogConfigs
response, depending on the values that you specify in the
request.public Integer getTotalCount()
The total number of query logging configurations that were created by the current account in the specified
Region. This count can differ from the number of query logging configurations that are returned in a
ListResolverQueryLogConfigs
response, depending on the values that you specify in the request.
ListResolverQueryLogConfigs
response, depending on the values that you specify in the
request.public ListResolverQueryLogConfigsResult withTotalCount(Integer totalCount)
The total number of query logging configurations that were created by the current account in the specified
Region. This count can differ from the number of query logging configurations that are returned in a
ListResolverQueryLogConfigs
response, depending on the values that you specify in the request.
totalCount
- The total number of query logging configurations that were created by the current account in the specified
Region. This count can differ from the number of query logging configurations that are returned in a
ListResolverQueryLogConfigs
response, depending on the values that you specify in the
request.public void setTotalFilteredCount(Integer totalFilteredCount)
The total number of query logging configurations that were created by the current account in the specified Region
and that match the filters that were specified in the ListResolverQueryLogConfigs
request. For the
total number of query logging configurations that were created by the current account in the specified Region,
see TotalCount
.
totalFilteredCount
- The total number of query logging configurations that were created by the current account in the specified
Region and that match the filters that were specified in the ListResolverQueryLogConfigs
request. For the total number of query logging configurations that were created by the current account in
the specified Region, see TotalCount
.public Integer getTotalFilteredCount()
The total number of query logging configurations that were created by the current account in the specified Region
and that match the filters that were specified in the ListResolverQueryLogConfigs
request. For the
total number of query logging configurations that were created by the current account in the specified Region,
see TotalCount
.
ListResolverQueryLogConfigs
request. For the total number of query logging configurations
that were created by the current account in the specified Region, see TotalCount
.public ListResolverQueryLogConfigsResult withTotalFilteredCount(Integer totalFilteredCount)
The total number of query logging configurations that were created by the current account in the specified Region
and that match the filters that were specified in the ListResolverQueryLogConfigs
request. For the
total number of query logging configurations that were created by the current account in the specified Region,
see TotalCount
.
totalFilteredCount
- The total number of query logging configurations that were created by the current account in the specified
Region and that match the filters that were specified in the ListResolverQueryLogConfigs
request. For the total number of query logging configurations that were created by the current account in
the specified Region, see TotalCount
.public List<ResolverQueryLogConfig> getResolverQueryLogConfigs()
A list that contains one ResolverQueryLogConfig
element for each query logging configuration that
matches the values that you specified for Filter
.
ResolverQueryLogConfig
element for each query logging configuration
that matches the values that you specified for Filter
.public void setResolverQueryLogConfigs(Collection<ResolverQueryLogConfig> resolverQueryLogConfigs)
A list that contains one ResolverQueryLogConfig
element for each query logging configuration that
matches the values that you specified for Filter
.
resolverQueryLogConfigs
- A list that contains one ResolverQueryLogConfig
element for each query logging configuration
that matches the values that you specified for Filter
.public ListResolverQueryLogConfigsResult withResolverQueryLogConfigs(ResolverQueryLogConfig... resolverQueryLogConfigs)
A list that contains one ResolverQueryLogConfig
element for each query logging configuration that
matches the values that you specified for Filter
.
NOTE: This method appends the values to the existing list (if any). Use
setResolverQueryLogConfigs(java.util.Collection)
or
withResolverQueryLogConfigs(java.util.Collection)
if you want to override the existing values.
resolverQueryLogConfigs
- A list that contains one ResolverQueryLogConfig
element for each query logging configuration
that matches the values that you specified for Filter
.public ListResolverQueryLogConfigsResult withResolverQueryLogConfigs(Collection<ResolverQueryLogConfig> resolverQueryLogConfigs)
A list that contains one ResolverQueryLogConfig
element for each query logging configuration that
matches the values that you specified for Filter
.
resolverQueryLogConfigs
- A list that contains one ResolverQueryLogConfig
element for each query logging configuration
that matches the values that you specified for Filter
.public String toString()
toString
in class Object
Object.toString()
public ListResolverQueryLogConfigsResult clone()