public class DescribeHostsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of DescribeHosts.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Host> |
hosts
Information about the Dedicated hosts.
|
private java.lang.String |
nextToken
The token to use to retrieve the next page of results.
|
Constructor and Description |
---|
DescribeHostsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeHostsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<Host> |
getHosts()
Information about the Dedicated hosts.
|
java.lang.String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setHosts(java.util.Collection<Host> hosts)
Information about the Dedicated hosts.
|
void |
setNextToken(java.lang.String nextToken)
The token to use to retrieve the next page of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeHostsResult |
withHosts(java.util.Collection<Host> hosts)
Information about the Dedicated hosts.
|
DescribeHostsResult |
withHosts(Host... hosts)
Information about the Dedicated hosts.
|
DescribeHostsResult |
withNextToken(java.lang.String nextToken)
The token to use to retrieve the next page of results.
|
private SdkInternalList<Host> hosts
Information about the Dedicated hosts.
private java.lang.String nextToken
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
public java.util.List<Host> getHosts()
Information about the Dedicated hosts.
public void setHosts(java.util.Collection<Host> hosts)
Information about the Dedicated hosts.
hosts
- Information about the Dedicated hosts.public DescribeHostsResult withHosts(Host... hosts)
Information about the Dedicated hosts.
NOTE: This method appends the values to the existing list (if
any). Use setHosts(java.util.Collection)
or
withHosts(java.util.Collection)
if you want to override the
existing values.
hosts
- Information about the Dedicated hosts.public DescribeHostsResult withHosts(java.util.Collection<Host> hosts)
Information about the Dedicated hosts.
hosts
- Information about the Dedicated hosts.public void setNextToken(java.lang.String nextToken)
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. This value
is null
when there are no more results to return.public java.lang.String getNextToken()
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
null
when there are no more results to return.public DescribeHostsResult withNextToken(java.lang.String nextToken)
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.
nextToken
- The token to use to retrieve the next page of results. This value
is null
when there are no more results to return.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeHostsResult clone()
clone
in class java.lang.Object