@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 String organizationId()
The identifier for the organization that contains the resource for which delegates are listed.
public String resourceId()
The identifier for the resource whose delegates are listed.
public String nextToken()
The token used to paginate through the delegates associated with a resource.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.