@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueryLoggingConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListQueryLoggingConfigsResult() |
Modifier and Type | Method and Description |
---|---|
ListQueryLoggingConfigsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
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> |
getQueryLoggingConfigs()
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is
associated with the current AWS account.
|
int |
hashCode() |
void |
setNextToken(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. |
void |
setQueryLoggingConfigs(Collection<QueryLoggingConfig> queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is
associated with the current AWS account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListQueryLoggingConfigsResult |
withNextToken(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. |
ListQueryLoggingConfigsResult |
withQueryLoggingConfigs(Collection<QueryLoggingConfig> queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is
associated with the current AWS account.
|
ListQueryLoggingConfigsResult |
withQueryLoggingConfigs(QueryLoggingConfig... queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is
associated with the current AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<QueryLoggingConfig> getQueryLoggingConfigs()
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current AWS account.
public void setQueryLoggingConfigs(Collection<QueryLoggingConfig> queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current AWS account.
queryLoggingConfigs
- An array that contains one QueryLoggingConfig element for each configuration for DNS query logging
that is associated with the current AWS account.public ListQueryLoggingConfigsResult withQueryLoggingConfigs(QueryLoggingConfig... queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setQueryLoggingConfigs(java.util.Collection)
or withQueryLoggingConfigs(java.util.Collection)
if you want to override the existing values.
queryLoggingConfigs
- An array that contains one QueryLoggingConfig element for each configuration for DNS query logging
that is associated with the current AWS account.public ListQueryLoggingConfigsResult withQueryLoggingConfigs(Collection<QueryLoggingConfig> queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current AWS account.
queryLoggingConfigs
- An array that contains one QueryLoggingConfig element for each configuration for DNS query logging
that is associated with the current AWS account.public void setNextToken(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
- 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.
public String getNextToken()
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 ListQueryLoggingConfigsResult withNextToken(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
- 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.
public String toString()
toString
in class Object
Object.toString()
public ListQueryLoggingConfigsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.