@Generated(value="software.amazon.awssdk:codegen") public final class ListResourceDelegatesResponse extends WorkMailResponse implements ToCopyableBuilder<ListResourceDelegatesResponse.Builder,ListResourceDelegatesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResourceDelegatesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListResourceDelegatesResponse.Builder |
builder() |
List<Delegate> |
delegates()
One page of the resource's delegates.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The token used to paginate through the delegates associated with a resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListResourceDelegatesResponse.Builder> |
serializableBuilderClass() |
ListResourceDelegatesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<Delegate> delegates()
One page of the resource's delegates.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String nextToken()
The token used to paginate through the delegates associated with a resource. While results are still available, it has an associated value. When the last page is reached, the token is empty.
public ListResourceDelegatesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListResourceDelegatesResponse.Builder,ListResourceDelegatesResponse>toBuilder in class AwsResponsepublic static ListResourceDelegatesResponse.Builder builder()
public static Class<? extends ListResourceDelegatesResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.