@Generated(value="software.amazon.awssdk:codegen") public final class ListUsersRequest extends TransferRequest implements ToCopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListUsersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListUsersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
int |
hashCode() |
Integer |
maxResults()
Specifies the number of users to return as a response to the
ListUsers request. |
String |
nextToken()
When you can get additional results from the
ListUsersListUsers call, a NextToken
parameter is returned in the output. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListUsersRequest.Builder> |
serializableBuilderClass() |
String |
serverId()
A system-assigned unique identifier for a Secure File Transfer Protocol (SFTP) server that has users are assigned
to it.
|
ListUsersRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfigurationcopypublic Integer maxResults()
Specifies the number of users to return as a response to the ListUsers request.
ListUsers request.public String nextToken()
When you can get additional results from the ListUsersListUsers call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command the NextToken
parameter to continue listing additional users.
ListUsersListUsers call, a
NextToken parameter is returned in the output. You can then pass in a subsequent command the
NextToken parameter to continue listing additional users.public String serverId()
A system-assigned unique identifier for a Secure File Transfer Protocol (SFTP) server that has users are assigned to it.
public ListUsersRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>toBuilder in class TransferRequestpublic static ListUsersRequest.Builder builder()
public static Class<? extends ListUsersRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.