@Generated(value="software.amazon.awssdk:codegen") public final class ListProjectsRequest extends DataZoneRequest implements ToCopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListProjectsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListProjectsRequest.Builder |
builder() |
String |
domainIdentifier()
The identifier of the Amazon DataZone domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupIdentifier()
The identifier of a group.
|
int |
hashCode() |
Integer |
maxResults()
The maximum number of projects to return in a single call to
ListProjects. |
String |
name()
|
String |
nextToken()
When the number of projects 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 projects, the response
includes a pagination token named NextToken. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListProjectsRequest.Builder> |
serializableBuilderClass() |
ListProjectsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userIdentifier()
The identifier of the Amazon DataZone user.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainIdentifier()
The identifier of the Amazon DataZone domain.
public final String groupIdentifier()
The identifier of a group.
public final Integer maxResults()
The maximum number of projects to return in a single call to ListProjects. When the number of
projects 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 ListProjects to list the next
set of projects.
ListProjects. When the number
of projects 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 ListProjects to list
the next set of projects.public final String name()
public final String nextToken()
When the number of projects 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 projects, the response
includes a pagination token named NextToken. You can specify this NextToken value in a
subsequent call to ListProjects to list the next set of projects.
MaxResults parameter,
or if you explicitly specify a value for MaxResults that is less than the number of
projects, the response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to ListProjects to list the next set of
projects.public final String userIdentifier()
The identifier of the Amazon DataZone user.
public ListProjectsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>toBuilder in class DataZoneRequestpublic static ListProjectsRequest.Builder builder()
public static Class<? extends ListProjectsRequest.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.