public class ListResourceServersResult extends Object implements Serializable
Constructor and Description |
---|
ListResourceServersResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
A pagination token.
|
List<ResourceServerType> |
getResourceServers()
The resource servers.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A pagination token.
|
void |
setResourceServers(Collection<ResourceServerType> resourceServers)
The resource servers.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListResourceServersResult |
withNextToken(String nextToken)
A pagination token.
|
ListResourceServersResult |
withResourceServers(Collection<ResourceServerType> resourceServers)
The resource servers.
|
ListResourceServersResult |
withResourceServers(ResourceServerType... resourceServers)
The resource servers.
|
public List<ResourceServerType> getResourceServers()
The resource servers.
The resource servers.
public void setResourceServers(Collection<ResourceServerType> resourceServers)
The resource servers.
resourceServers
- The resource servers.
public ListResourceServersResult withResourceServers(ResourceServerType... resourceServers)
The resource servers.
Returns a reference to this object so that method calls can be chained together.
resourceServers
- The resource servers.
public ListResourceServersResult withResourceServers(Collection<ResourceServerType> resourceServers)
The resource servers.
Returns a reference to this object so that method calls can be chained together.
resourceServers
- The resource servers.
public String getNextToken()
A pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
A pagination token.
public void setNextToken(String nextToken)
A pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken
- A pagination token.
public ListResourceServersResult withNextToken(String nextToken)
A pagination token.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken
- A pagination token.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.