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