@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProjectsRequest() |
Modifier and Type | Method and Description |
---|---|
ListProjectsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain.
|
String |
getGroupIdentifier()
The identifier of a group.
|
Integer |
getMaxResults()
The maximum number of projects to return in a single call to
ListProjects . |
String |
getName()
The name of the project.
|
String |
getNextToken()
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 . |
String |
getUserIdentifier()
The identifier of the Amazon DataZone user.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
void |
setGroupIdentifier(String groupIdentifier)
The identifier of a group.
|
void |
setMaxResults(Integer maxResults)
The maximum number of projects to return in a single call to
ListProjects . |
void |
setName(String name)
The name of the project.
|
void |
setNextToken(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 . |
void |
setUserIdentifier(String userIdentifier)
The identifier of the Amazon DataZone user.
|
String |
toString()
Returns a string representation of this object.
|
ListProjectsRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
|
ListProjectsRequest |
withGroupIdentifier(String groupIdentifier)
The identifier of a group.
|
ListProjectsRequest |
withMaxResults(Integer maxResults)
The maximum number of projects to return in a single call to
ListProjects . |
ListProjectsRequest |
withName(String name)
The name of the project.
|
ListProjectsRequest |
withNextToken(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 . |
ListProjectsRequest |
withUserIdentifier(String userIdentifier)
The identifier of the Amazon DataZone user.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier
- The identifier of the Amazon DataZone domain.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain.
public ListProjectsRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain.
domainIdentifier
- The identifier of the Amazon DataZone domain.public void setGroupIdentifier(String groupIdentifier)
The identifier of a group.
groupIdentifier
- The identifier of a group.public String getGroupIdentifier()
The identifier of a group.
public ListProjectsRequest withGroupIdentifier(String groupIdentifier)
The identifier of a group.
groupIdentifier
- The identifier of a group.public void setMaxResults(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.
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.public Integer getMaxResults()
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 ListProjectsRequest withMaxResults(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.
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.public void setName(String name)
The name of the project.
name
- The name of the project.public String getName()
The name of the project.
public ListProjectsRequest withName(String name)
The name of the project.
name
- The name of the project.public void setNextToken(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.
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.public String getNextToken()
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 ListProjectsRequest withNextToken(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.
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.public void setUserIdentifier(String userIdentifier)
The identifier of the Amazon DataZone user.
userIdentifier
- The identifier of the Amazon DataZone user.public String getUserIdentifier()
The identifier of the Amazon DataZone user.
public ListProjectsRequest withUserIdentifier(String userIdentifier)
The identifier of the Amazon DataZone user.
userIdentifier
- The identifier of the Amazon DataZone user.public String toString()
toString
in class Object
Object.toString()
public ListProjectsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.