@Generated(value="software.amazon.awssdk:codegen") public final class ListMembershipsRequest extends CleanRoomsRequest implements ToCopyableBuilder<ListMembershipsRequest.Builder,ListMembershipsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListMembershipsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListMembershipsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum size of the results that is returned per call.
|
String |
nextToken()
The token value retrieved from a previous call to access the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMembershipsRequest.Builder> |
serializableBuilderClass() |
MembershipStatus |
status()
A filter which will return only memberships in the specified status.
|
String |
statusAsString()
A filter which will return only memberships in the specified status.
|
ListMembershipsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The token value retrieved from a previous call to access the next page of results.
public final Integer maxResults()
The maximum size of the results that is returned per call.
public final MembershipStatus status()
A filter which will return only memberships in the specified status.
If the service returns an enum value that is not available in the current SDK version, status will
return MembershipStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
MembershipStatuspublic final String statusAsString()
A filter which will return only memberships in the specified status.
If the service returns an enum value that is not available in the current SDK version, status will
return MembershipStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
MembershipStatuspublic ListMembershipsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMembershipsRequest.Builder,ListMembershipsRequest>toBuilder in class CleanRoomsRequestpublic static ListMembershipsRequest.Builder builder()
public static Class<? extends ListMembershipsRequest.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.