Class ListSharesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.omics.model.OmicsRequest
-
- software.amazon.awssdk.services.omics.model.ListSharesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListSharesRequest.Builder,ListSharesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListSharesRequest extends OmicsRequest implements ToCopyableBuilder<ListSharesRequest.Builder,ListSharesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListSharesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSharesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Filterfilter()Attributes that you use to filter for a specific subset of resource shares.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of shares to return in one page of results.StringnextToken()Next token returned in the response of a previous ListReadSetUploadPartsRequest call.ResourceOwnerresourceOwner()The account that owns the resource shares.StringresourceOwnerAsString()The account that owns the resource shares.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListSharesRequest.Builder>serializableBuilderClass()ListSharesRequest.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
-
resourceOwner
public final ResourceOwner resourceOwner()
The account that owns the resource shares.
If the service returns an enum value that is not available in the current SDK version,
resourceOwnerwill returnResourceOwner.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceOwnerAsString().- Returns:
- The account that owns the resource shares.
- See Also:
ResourceOwner
-
resourceOwnerAsString
public final String resourceOwnerAsString()
The account that owns the resource shares.
If the service returns an enum value that is not available in the current SDK version,
resourceOwnerwill returnResourceOwner.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceOwnerAsString().- Returns:
- The account that owns the resource shares.
- See Also:
ResourceOwner
-
filter
public final Filter filter()
Attributes that you use to filter for a specific subset of resource shares.
- Returns:
- Attributes that you use to filter for a specific subset of resource shares.
-
nextToken
public final String nextToken()
Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
- Returns:
- Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.
-
maxResults
public final Integer maxResults()
The maximum number of shares to return in one page of results.
- Returns:
- The maximum number of shares to return in one page of results.
-
toBuilder
public ListSharesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListSharesRequest.Builder,ListSharesRequest>- Specified by:
toBuilderin classOmicsRequest
-
builder
public static ListSharesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListSharesRequest.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-