@Generated(value="software.amazon.awssdk:codegen") public final class ListProjectMembershipsRequest extends DataZoneRequest implements ToCopyableBuilder<ListProjectMembershipsRequest.Builder,ListProjectMembershipsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListProjectMembershipsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListProjectMembershipsRequest.Builder |
builder() |
String |
domainIdentifier()
The identifier of the Amazon DataZone domain in which you want to list project memberships.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of memberships to return in a single call to
ListProjectMemberships. |
String |
nextToken()
When the number of memberships is greater than the default value for the
MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of memberships, the
response includes a pagination token named NextToken. |
String |
projectIdentifier()
The identifier of the project whose memberships you want to list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListProjectMembershipsRequest.Builder> |
serializableBuilderClass() |
SortFieldProject |
sortBy()
The method by which you want to sort the project memberships.
|
String |
sortByAsString()
The method by which you want to sort the project memberships.
|
SortOrder |
sortOrder()
The sort order of the project memberships.
|
String |
sortOrderAsString()
The sort order of the project memberships.
|
ListProjectMembershipsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainIdentifier()
The identifier of the Amazon DataZone domain in which you want to list project memberships.
public final Integer maxResults()
The maximum number of memberships to return in a single call to ListProjectMemberships. When the
number of memberships to be listed is greater than the value of MaxResults, the response contains a
NextToken value that you can use in a subsequent call to ListProjectMemberships to list
the next set of memberships.
ListProjectMemberships. When
the number of memberships to be listed is greater than the value of MaxResults, the response
contains a NextToken value that you can use in a subsequent call to
ListProjectMemberships to list the next set of memberships.public final String nextToken()
When the number of memberships is greater than the default value for the MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of memberships, the
response includes a pagination token named NextToken. You can specify this NextToken
value in a subsequent call to ListProjectMemberships to list the next set of memberships.
MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the number
of memberships, the response includes a pagination token named NextToken. You can specify
this NextToken value in a subsequent call to ListProjectMemberships to list the
next set of memberships.public final String projectIdentifier()
The identifier of the project whose memberships you want to list.
public final SortFieldProject sortBy()
The method by which you want to sort the project memberships.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortFieldProject.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
SortFieldProjectpublic final String sortByAsString()
The method by which you want to sort the project memberships.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortFieldProject.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
SortFieldProjectpublic final SortOrder sortOrder()
The sort order of the project memberships.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
The sort order of the project memberships.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic ListProjectMembershipsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListProjectMembershipsRequest.Builder,ListProjectMembershipsRequest>toBuilder in class DataZoneRequestpublic static ListProjectMembershipsRequest.Builder builder()
public static Class<? extends ListProjectMembershipsRequest.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.