Class ListResourceDelegatesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.workmail.model.WorkMailRequest
-
- software.amazon.awssdk.services.workmail.model.ListResourceDelegatesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListResourceDelegatesRequest.Builder,ListResourceDelegatesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListResourceDelegatesRequest extends WorkMailRequest implements ToCopyableBuilder<ListResourceDelegatesRequest.Builder,ListResourceDelegatesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListResourceDelegatesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListResourceDelegatesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The number of maximum results in a page.StringnextToken()The token used to paginate through the delegates associated with a resource.StringorganizationId()The identifier for the organization that contains the resource for which delegates are listed.StringresourceId()The identifier for the resource whose delegates are listed.List<SdkField<?>>sdkFields()static Class<? extends ListResourceDelegatesRequest.Builder>serializableBuilderClass()ListResourceDelegatesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
organizationId
public final String organizationId()
The identifier for the organization that contains the resource for which delegates are listed.
- Returns:
- The identifier for the organization that contains the resource for which delegates are listed.
-
resourceId
public final String resourceId()
The identifier for the resource whose delegates are listed.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
-
Resource ID: r-0123456789a0123456789b0123456789
-
Email address: resource@domain.tld
-
Resource name: resource
- Returns:
- The identifier for the resource whose delegates are listed.
The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
-
Resource ID: r-0123456789a0123456789b0123456789
-
Email address: resource@domain.tld
-
Resource name: resource
-
-
-
nextToken
public final String nextToken()
The token used to paginate through the delegates associated with a resource.
- Returns:
- The token used to paginate through the delegates associated with a resource.
-
maxResults
public final Integer maxResults()
The number of maximum results in a page.
- Returns:
- The number of maximum results in a page.
-
toBuilder
public ListResourceDelegatesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListResourceDelegatesRequest.Builder,ListResourceDelegatesRequest>- Specified by:
toBuilderin classWorkMailRequest
-
builder
public static ListResourceDelegatesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListResourceDelegatesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-