@Generated(value="software.amazon.awssdk:codegen") public final class ListStagingAccountsRequest extends DrsRequest implements ToCopyableBuilder<ListStagingAccountsRequest.Builder,ListStagingAccountsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListStagingAccountsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListStagingAccountsRequest.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 staging Accounts to retrieve.
|
String |
nextToken()
The token of the next staging Account to retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListStagingAccountsRequest.Builder> |
serializableBuilderClass() |
ListStagingAccountsRequest.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 staging Accounts to retrieve.
public final String nextToken()
The token of the next staging Account to retrieve.
public ListStagingAccountsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListStagingAccountsRequest.Builder,ListStagingAccountsRequest>toBuilder in class DrsRequestpublic static ListStagingAccountsRequest.Builder builder()
public static Class<? extends ListStagingAccountsRequest.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.