ToCopyableBuilder<DescribeHostsResponse.Builder,DescribeHostsResponse>@Generated("software.amazon.awssdk:codegen") public class DescribeHostsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeHostsResponse.Builder,DescribeHostsResponse>
Contains the output of DescribeHosts.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeHostsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DescribeHostsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Host> |
hosts() |
Information about the Dedicated Hosts.
|
String |
nextToken() |
The token to use to retrieve the next page of results.
|
static Class<? extends DescribeHostsResponse.Builder> |
serializableBuilderClass() |
|
DescribeHostsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<Host> hosts()
Information about the Dedicated Hosts.
public 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.
null when there are no
more results to return.public DescribeHostsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeHostsResponse.Builder,DescribeHostsResponse>public static DescribeHostsResponse.Builder builder()
public static Class<? extends DescribeHostsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.