@Generated(value="software.amazon.awssdk:codegen") public final class GetResourcesRequest extends WorkDocsRequest implements ToCopyableBuilder<GetResourcesRequest.Builder,GetResourcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetResourcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationToken()
The Amazon WorkDocs authentication token.
|
static GetResourcesRequest.Builder |
builder() |
ResourceCollectionType |
collectionType()
The collection type.
|
String |
collectionTypeAsString()
The collection type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of resources to return.
|
String |
marker()
The marker for the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetResourcesRequest.Builder> |
serializableBuilderClass() |
GetResourcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
The user ID for the resource collection.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String authenticationToken()
The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
public final String userId()
The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
public final ResourceCollectionType collectionType()
The collection type.
If the service returns an enum value that is not available in the current SDK version, collectionType
will return ResourceCollectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from collectionTypeAsString().
ResourceCollectionTypepublic final String collectionTypeAsString()
The collection type.
If the service returns an enum value that is not available in the current SDK version, collectionType
will return ResourceCollectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from collectionTypeAsString().
ResourceCollectionTypepublic final Integer limit()
The maximum number of resources to return.
public final String marker()
The marker for the next set of results. This marker was received from a previous call.
public GetResourcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetResourcesRequest.Builder,GetResourcesRequest>toBuilder in class WorkDocsRequestpublic static GetResourcesRequest.Builder builder()
public static Class<? extends GetResourcesRequest.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.