@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProjectMembershipsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListProjectMembershipsRequest() |
Modifier and Type | Method and Description |
---|---|
ListProjectMembershipsRequest |
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 in which you want to list project memberships.
|
Integer |
getMaxResults()
The maximum number of memberships to return in a single call to
ListProjectMemberships . |
String |
getNextToken()
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 |
getProjectIdentifier()
The identifier of the project whose memberships you want to list.
|
String |
getSortBy()
The method by which you want to sort the project memberships.
|
String |
getSortOrder()
The sort order of the project memberships.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to list project memberships.
|
void |
setMaxResults(Integer maxResults)
The maximum number of memberships to return in a single call to
ListProjectMemberships . |
void |
setNextToken(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 . |
void |
setProjectIdentifier(String projectIdentifier)
The identifier of the project whose memberships you want to list.
|
void |
setSortBy(String sortBy)
The method by which you want to sort the project memberships.
|
void |
setSortOrder(String sortOrder)
The sort order of the project memberships.
|
String |
toString()
Returns a string representation of this object.
|
ListProjectMembershipsRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to list project memberships.
|
ListProjectMembershipsRequest |
withMaxResults(Integer maxResults)
The maximum number of memberships to return in a single call to
ListProjectMemberships . |
ListProjectMembershipsRequest |
withNextToken(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 . |
ListProjectMembershipsRequest |
withProjectIdentifier(String projectIdentifier)
The identifier of the project whose memberships you want to list.
|
ListProjectMembershipsRequest |
withSortBy(SortFieldProject sortBy)
The method by which you want to sort the project memberships.
|
ListProjectMembershipsRequest |
withSortBy(String sortBy)
The method by which you want to sort the project memberships.
|
ListProjectMembershipsRequest |
withSortOrder(SortOrder sortOrder)
The sort order of the project memberships.
|
ListProjectMembershipsRequest |
withSortOrder(String sortOrder)
The sort order of the project memberships.
|
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 in which you want to list project memberships.
domainIdentifier
- The identifier of the Amazon DataZone domain in which you want to list project memberships.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which you want to list project memberships.
public ListProjectMembershipsRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to list project memberships.
domainIdentifier
- The identifier of the Amazon DataZone domain in which you want to list project memberships.public void setMaxResults(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.
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.public Integer getMaxResults()
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 ListProjectMembershipsRequest withMaxResults(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.
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.public void setNextToken(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.
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.public String getNextToken()
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 ListProjectMembershipsRequest withNextToken(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.
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.public void setProjectIdentifier(String projectIdentifier)
The identifier of the project whose memberships you want to list.
projectIdentifier
- The identifier of the project whose memberships you want to list.public String getProjectIdentifier()
The identifier of the project whose memberships you want to list.
public ListProjectMembershipsRequest withProjectIdentifier(String projectIdentifier)
The identifier of the project whose memberships you want to list.
projectIdentifier
- The identifier of the project whose memberships you want to list.public void setSortBy(String sortBy)
The method by which you want to sort the project memberships.
sortBy
- The method by which you want to sort the project memberships.SortFieldProject
public String getSortBy()
The method by which you want to sort the project memberships.
SortFieldProject
public ListProjectMembershipsRequest withSortBy(String sortBy)
The method by which you want to sort the project memberships.
sortBy
- The method by which you want to sort the project memberships.SortFieldProject
public ListProjectMembershipsRequest withSortBy(SortFieldProject sortBy)
The method by which you want to sort the project memberships.
sortBy
- The method by which you want to sort the project memberships.SortFieldProject
public void setSortOrder(String sortOrder)
The sort order of the project memberships.
sortOrder
- The sort order of the project memberships.SortOrder
public String getSortOrder()
The sort order of the project memberships.
SortOrder
public ListProjectMembershipsRequest withSortOrder(String sortOrder)
The sort order of the project memberships.
sortOrder
- The sort order of the project memberships.SortOrder
public ListProjectMembershipsRequest withSortOrder(SortOrder sortOrder)
The sort order of the project memberships.
sortOrder
- The sort order of the project memberships.SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListProjectMembershipsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()