@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnalyzableServersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents output for ListAnalyzableServers operation.
Constructor and Description |
---|
ListAnalyzableServersResult() |
Modifier and Type | Method and Description |
---|---|
ListAnalyzableServersResult |
clone() |
boolean |
equals(Object obj) |
List<AnalyzableServerSummary> |
getAnalyzableServers()
The list of analyzable servers with summary information about each server.
|
String |
getNextToken()
The token you use to retrieve the next set of results, or null if there are no more results.
|
int |
hashCode() |
void |
setAnalyzableServers(Collection<AnalyzableServerSummary> analyzableServers)
The list of analyzable servers with summary information about each server.
|
void |
setNextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
|
String |
toString()
Returns a string representation of this object.
|
ListAnalyzableServersResult |
withAnalyzableServers(AnalyzableServerSummary... analyzableServers)
The list of analyzable servers with summary information about each server.
|
ListAnalyzableServersResult |
withAnalyzableServers(Collection<AnalyzableServerSummary> analyzableServers)
The list of analyzable servers with summary information about each server.
|
ListAnalyzableServersResult |
withNextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AnalyzableServerSummary> getAnalyzableServers()
The list of analyzable servers with summary information about each server.
public void setAnalyzableServers(Collection<AnalyzableServerSummary> analyzableServers)
The list of analyzable servers with summary information about each server.
analyzableServers
- The list of analyzable servers with summary information about each server.public ListAnalyzableServersResult withAnalyzableServers(AnalyzableServerSummary... analyzableServers)
The list of analyzable servers with summary information about each server.
NOTE: This method appends the values to the existing list (if any). Use
setAnalyzableServers(java.util.Collection)
or withAnalyzableServers(java.util.Collection)
if
you want to override the existing values.
analyzableServers
- The list of analyzable servers with summary information about each server.public ListAnalyzableServersResult withAnalyzableServers(Collection<AnalyzableServerSummary> analyzableServers)
The list of analyzable servers with summary information about each server.
analyzableServers
- The list of analyzable servers with summary information about each server.public void setNextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
nextToken
- The token you use to retrieve the next set of results, or null if there are no more results.public String getNextToken()
The token you use to retrieve the next set of results, or null if there are no more results.
public ListAnalyzableServersResult withNextToken(String nextToken)
The token you use to retrieve the next set of results, or null if there are no more results.
nextToken
- The token you use to retrieve the next set of results, or null if there are no more results.public String toString()
toString
in class Object
Object.toString()
public ListAnalyzableServersResult clone()