ToCopyableBuilder<ListServerNeighborsResponse.Builder,ListServerNeighborsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListServerNeighborsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListServerNeighborsResponse.Builder,ListServerNeighborsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListServerNeighborsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListServerNeighborsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Long |
knownDependencyCount() |
Count of distinct servers that are one hop away from the given server.
|
List<NeighborConnectionDetail> |
neighbors() |
List of distinct servers that are one hop away from the given server.
|
String |
nextToken() |
Token to retrieve the next set of results.
|
static Class<? extends ListServerNeighborsResponse.Builder> |
serializableBuilderClass() |
|
ListServerNeighborsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<NeighborConnectionDetail> neighbors()
List of distinct servers that are one hop away from the given server.
public String nextToken()
Token to retrieve the next set of results. For example, if you specified 100 IDs for
ListServerNeighborsRequest$neighborConfigurationIds
but set
ListServerNeighborsRequest$maxResults
to 10, you received a set of 10 results along with this token.
Use this token in the next query to retrieve the next set of 10.
ListServerNeighborsRequest$neighborConfigurationIds
but set
ListServerNeighborsRequest$maxResults
to 10, you received a set of 10 results along with
this token. Use this token in the next query to retrieve the next set of 10.public Long knownDependencyCount()
Count of distinct servers that are one hop away from the given server.
public ListServerNeighborsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListServerNeighborsResponse.Builder,ListServerNeighborsResponse>
public static ListServerNeighborsResponse.Builder builder()
public static Class<? extends ListServerNeighborsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.