Cloneable, ReadLimitInfo, ToCopyableBuilder<ListServerNeighborsRequest.Builder,ListServerNeighborsRequest>@Generated("software.amazon.awssdk:codegen") public class ListServerNeighborsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListServerNeighborsRequest.Builder,ListServerNeighborsRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListServerNeighborsRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ListServerNeighborsRequest.Builder |
builder() |
|
String |
configurationId() |
Configuration ID of the server for which neighbors are being listed.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
Maximum number of results to return in a single page of output.
|
List<String> |
neighborConfigurationIds() |
List of configuration IDs to test for one-hop-away.
|
String |
nextToken() |
Token to retrieve the next set of results.
|
Boolean |
portInformationNeeded() |
Flag to indicate if port and protocol information is needed as part of the response.
|
static Class<? extends ListServerNeighborsRequest.Builder> |
serializableBuilderClass() |
|
ListServerNeighborsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String configurationId()
Configuration ID of the server for which neighbors are being listed.
public Boolean portInformationNeeded()
Flag to indicate if port and protocol information is needed as part of the response.
public List<String> neighborConfigurationIds()
List of configuration IDs to test for one-hop-away.
public Integer maxResults()
Maximum number of results to return in a single page of output.
public String nextToken()
Token to retrieve the next set of results. For example, if you previously specified 100 IDs for
ListServerNeighborsRequest$neighborConfigurationIds but set
ListServerNeighborsRequest$maxResults to 10, you received a set of 10 results along with a token.
Use that token in this query to get the next set of 10.
ListServerNeighborsRequest$neighborConfigurationIds but set
ListServerNeighborsRequest$maxResults to 10, you received a set of 10 results along with a
token. Use that token in this query to get the next set of 10.public ListServerNeighborsRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListServerNeighborsRequest.Builder,ListServerNeighborsRequest>public static ListServerNeighborsRequest.Builder builder()
public static Class<? extends ListServerNeighborsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.