@Generated(value="software.amazon.awssdk:codegen") public final class GetServerDetailsRequest extends MigrationHubStrategyRequest implements ToCopyableBuilder<GetServerDetailsRequest.Builder,GetServerDetailsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetServerDetailsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetServerDetailsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of items to include in the response.
|
String |
nextToken()
The token from a previous call that you use to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetServerDetailsRequest.Builder> |
serializableBuilderClass() |
String |
serverId()
The ID of the server.
|
GetServerDetailsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of items to include in the response. The maximum value is 100.
public final String nextToken()
The token from a previous call that you use to retrieve the next set of results. For example, if a previous call
to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results
along with a token. You then use the returned token to retrieve the next set of 10.
maxResults to 10. You'll
receive a set of 10 results along with a token. You then use the returned token to retrieve the next set
of 10.public final String serverId()
The ID of the server.
public GetServerDetailsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetServerDetailsRequest.Builder,GetServerDetailsRequest>toBuilder in class MigrationHubStrategyRequestpublic static GetServerDetailsRequest.Builder builder()
public static Class<? extends GetServerDetailsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.