@Generated(value="software.amazon.awssdk:codegen") public final class ListHostKeysRequest extends TransferRequest implements ToCopyableBuilder<ListHostKeysRequest.Builder,ListHostKeysRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListHostKeysRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListHostKeysRequest.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 host keys to return.
|
String |
nextToken()
When there are additional results that were not returned, a
NextToken parameter is returned. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListHostKeysRequest.Builder> |
serializableBuilderClass() |
String |
serverId()
The identifier of the server that contains the host keys that you want to view.
|
ListHostKeysRequest.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 host keys to return.
public final String nextToken()
When there are additional results that were not returned, a NextToken parameter is returned. You can
use that value for a subsequent call to ListHostKeys to continue listing results.
NextToken parameter is returned.
You can use that value for a subsequent call to ListHostKeys to continue listing results.public final String serverId()
The identifier of the server that contains the host keys that you want to view.
public ListHostKeysRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListHostKeysRequest.Builder,ListHostKeysRequest>toBuilder in class TransferRequestpublic static ListHostKeysRequest.Builder builder()
public static Class<? extends ListHostKeysRequest.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 © 2023. All rights reserved.