@Generated(value="software.amazon.awssdk:codegen") public final class ListResourceDelegatesRequest extends WorkMailRequest implements ToCopyableBuilder<ListResourceDelegatesRequest.Builder,ListResourceDelegatesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResourceDelegatesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListResourceDelegatesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of maximum results in a page.
|
String |
nextToken()
The token used to paginate through the delegates associated with a resource.
|
String |
organizationId()
The identifier for the organization that contains the resource for which delegates are listed.
|
String |
resourceId()
The identifier for the resource whose delegates are listed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListResourceDelegatesRequest.Builder> |
serializableBuilderClass() |
ListResourceDelegatesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String organizationId()
The identifier for the organization that contains the resource for which delegates are listed.
public final String resourceId()
The identifier for the resource whose delegates are listed.
public final String nextToken()
The token used to paginate through the delegates associated with a resource.
public final Integer maxResults()
The number of maximum results in a page.
public ListResourceDelegatesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListResourceDelegatesRequest.Builder,ListResourceDelegatesRequest>toBuilder in class WorkMailRequestpublic static ListResourceDelegatesRequest.Builder builder()
public static Class<? extends ListResourceDelegatesRequest.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 © 2021. All rights reserved.