@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResolversResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListResolversResult() |
Modifier and Type | Method and Description |
---|---|
ListResolversResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
An identifier to be passed in the next request to this operation to return the next set of items in the list.
|
List<Resolver> |
getResolvers()
The
Resolver objects. |
int |
hashCode() |
void |
setNextToken(String nextToken)
An identifier to be passed in the next request to this operation to return the next set of items in the list.
|
void |
setResolvers(Collection<Resolver> resolvers)
The
Resolver objects. |
String |
toString()
Returns a string representation of this object.
|
ListResolversResult |
withNextToken(String nextToken)
An identifier to be passed in the next request to this operation to return the next set of items in the list.
|
ListResolversResult |
withResolvers(Collection<Resolver> resolvers)
The
Resolver objects. |
ListResolversResult |
withResolvers(Resolver... resolvers)
The
Resolver objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Resolver> getResolvers()
The Resolver
objects.
Resolver
objects.public void setResolvers(Collection<Resolver> resolvers)
The Resolver
objects.
resolvers
- The Resolver
objects.public ListResolversResult withResolvers(Resolver... resolvers)
The Resolver
objects.
NOTE: This method appends the values to the existing list (if any). Use
setResolvers(java.util.Collection)
or withResolvers(java.util.Collection)
if you want to
override the existing values.
resolvers
- The Resolver
objects.public ListResolversResult withResolvers(Collection<Resolver> resolvers)
The Resolver
objects.
resolvers
- The Resolver
objects.public void setNextToken(String nextToken)
An identifier to be passed in the next request to this operation to return the next set of items in the list.
nextToken
- An identifier to be passed in the next request to this operation to return the next set of items in the
list.public String getNextToken()
An identifier to be passed in the next request to this operation to return the next set of items in the list.
public ListResolversResult withNextToken(String nextToken)
An identifier to be passed in the next request to this operation to return the next set of items in the list.
nextToken
- An identifier to be passed in the next request to this operation to return the next set of items in the
list.public String toString()
toString
in class Object
Object.toString()
public ListResolversResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.