@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOutpostResolversResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListOutpostResolversResult() |
Modifier and Type | Method and Description |
---|---|
ListOutpostResolversResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If more than
MaxResults Resolvers match the specified criteria, you can submit another
ListOutpostResolver request to get the next group of results. |
List<OutpostResolver> |
getOutpostResolvers()
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If more than
MaxResults Resolvers match the specified criteria, you can submit another
ListOutpostResolver request to get the next group of results. |
void |
setOutpostResolvers(Collection<OutpostResolver> outpostResolvers)
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
String |
toString()
Returns a string representation of this object.
|
ListOutpostResolversResult |
withNextToken(String nextToken)
If more than
MaxResults Resolvers match the specified criteria, you can submit another
ListOutpostResolver request to get the next group of results. |
ListOutpostResolversResult |
withOutpostResolvers(Collection<OutpostResolver> outpostResolvers)
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
ListOutpostResolversResult |
withOutpostResolvers(OutpostResolver... outpostResolvers)
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<OutpostResolver> getOutpostResolvers()
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
public void setOutpostResolvers(Collection<OutpostResolver> outpostResolvers)
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
outpostResolvers
- The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that
match the specified filters, if any.public ListOutpostResolversResult withOutpostResolvers(OutpostResolver... outpostResolvers)
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
NOTE: This method appends the values to the existing list (if any). Use
setOutpostResolvers(java.util.Collection)
or withOutpostResolvers(java.util.Collection)
if you
want to override the existing values.
outpostResolvers
- The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that
match the specified filters, if any.public ListOutpostResolversResult withOutpostResolvers(Collection<OutpostResolver> outpostResolvers)
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
outpostResolvers
- The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that
match the specified filters, if any.public void setNextToken(String nextToken)
If more than MaxResults
Resolvers match the specified criteria, you can submit another
ListOutpostResolver
request to get the next group of results. In the next request, specify the value
of NextToken
from the previous response.
nextToken
- If more than MaxResults
Resolvers match the specified criteria, you can submit another
ListOutpostResolver
request to get the next group of results. In the next request, specify
the value of NextToken
from the previous response.public String getNextToken()
If more than MaxResults
Resolvers match the specified criteria, you can submit another
ListOutpostResolver
request to get the next group of results. In the next request, specify the value
of NextToken
from the previous response.
MaxResults
Resolvers match the specified criteria, you can submit another
ListOutpostResolver
request to get the next group of results. In the next request, specify
the value of NextToken
from the previous response.public ListOutpostResolversResult withNextToken(String nextToken)
If more than MaxResults
Resolvers match the specified criteria, you can submit another
ListOutpostResolver
request to get the next group of results. In the next request, specify the value
of NextToken
from the previous response.
nextToken
- If more than MaxResults
Resolvers match the specified criteria, you can submit another
ListOutpostResolver
request to get the next group of results. In the next request, specify
the value of NextToken
from the previous response.public String toString()
toString
in class Object
Object.toString()
public ListOutpostResolversResult clone()