@Generated(value="software.amazon.awssdk:codegen") public final class ListSharesRequest extends OmicsRequest implements ToCopyableBuilder<ListSharesRequest.Builder,ListSharesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSharesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListSharesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Filter |
filter()
Attributes used to filter for a specific subset of shares.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of shares to return in one page of results.
|
String |
nextToken()
Next token returned in the response of a previous ListReadSetUploadPartsRequest call.
|
ResourceOwner |
resourceOwner()
The account that owns the analytics store shared.
|
String |
resourceOwnerAsString()
The account that owns the analytics store shared.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSharesRequest.Builder> |
serializableBuilderClass() |
ListSharesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceOwner resourceOwner()
The account that owns the analytics store shared.
If the service returns an enum value that is not available in the current SDK version, resourceOwner
will return ResourceOwner.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceOwnerAsString().
ResourceOwnerpublic final String resourceOwnerAsString()
The account that owns the analytics store shared.
If the service returns an enum value that is not available in the current SDK version, resourceOwner
will return ResourceOwner.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resourceOwnerAsString().
ResourceOwnerpublic final Filter filter()
Attributes used to filter for a specific subset of shares.
public final String nextToken()
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
public final Integer maxResults()
The maximum number of shares to return in one page of results.
public ListSharesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSharesRequest.Builder,ListSharesRequest>toBuilder in class OmicsRequestpublic static ListSharesRequest.Builder builder()
public static Class<? extends ListSharesRequest.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.