@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResolverDnssecConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListResolverDnssecConfigsResult() |
Modifier and Type | Method and Description |
---|---|
ListResolverDnssecConfigsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web
Services account,
NextToken doesn't appear in the response. |
List<ResolverDnssecConfig> |
getResolverDnssecConfigs()
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the
current Amazon Web Services account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web
Services account,
NextToken doesn't appear in the response. |
void |
setResolverDnssecConfigs(Collection<ResolverDnssecConfig> resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the
current Amazon Web Services account.
|
String |
toString()
Returns a string representation of this object.
|
ListResolverDnssecConfigsResult |
withNextToken(String nextToken)
If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web
Services account,
NextToken doesn't appear in the response. |
ListResolverDnssecConfigsResult |
withResolverDnssecConfigs(Collection<ResolverDnssecConfig> resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the
current Amazon Web Services account.
|
ListResolverDnssecConfigsResult |
withResolverDnssecConfigs(ResolverDnssecConfig... resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the
current Amazon Web Services account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web
Services 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
ListResolverDnssecConfigs 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 DNSSEC configurations that are associated with the current Amazon
Web Services 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 ListResolverDnssecConfigs 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 DNSSEC configurations that are associated with the current Amazon Web
Services 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
ListResolverDnssecConfigs 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 ListResolverDnssecConfigs 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 ListResolverDnssecConfigsResult withNextToken(String nextToken)
If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web
Services 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
ListResolverDnssecConfigs 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 DNSSEC configurations that are associated with the current Amazon
Web Services 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 ListResolverDnssecConfigs 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 List<ResolverDnssecConfig> getResolverDnssecConfigs()
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account. It doesn't contain disabled DNSSEC configurations for the resource.
public void setResolverDnssecConfigs(Collection<ResolverDnssecConfig> resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account. It doesn't contain disabled DNSSEC configurations for the resource.
resolverDnssecConfigs
- An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the
current Amazon Web Services account. It doesn't contain disabled DNSSEC configurations for the resource.public ListResolverDnssecConfigsResult withResolverDnssecConfigs(ResolverDnssecConfig... resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account. It doesn't contain disabled DNSSEC configurations for the resource.
NOTE: This method appends the values to the existing list (if any). Use
setResolverDnssecConfigs(java.util.Collection)
or
withResolverDnssecConfigs(java.util.Collection)
if you want to override the existing values.
resolverDnssecConfigs
- An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the
current Amazon Web Services account. It doesn't contain disabled DNSSEC configurations for the resource.public ListResolverDnssecConfigsResult withResolverDnssecConfigs(Collection<ResolverDnssecConfig> resolverDnssecConfigs)
An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account. It doesn't contain disabled DNSSEC configurations for the resource.
resolverDnssecConfigs
- An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the
current Amazon Web Services account. It doesn't contain disabled DNSSEC configurations for the resource.public String toString()
toString
in class Object
Object.toString()
public ListResolverDnssecConfigsResult clone()