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