@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSharedProjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSharedProjectsRequest() |
Modifier and Type | Method and Description |
---|---|
ListSharedProjectsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of paginated shared build projects returned per response.
|
String |
getNextToken()
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults . |
String |
getSortBy()
The criterion to be used to list build projects shared with the current Amazon Web Services account or user.
|
String |
getSortOrder()
The order in which to list shared build projects.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of paginated shared build projects returned per response.
|
void |
setNextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults . |
void |
setSortBy(String sortBy)
The criterion to be used to list build projects shared with the current Amazon Web Services account or user.
|
void |
setSortOrder(String sortOrder)
The order in which to list shared build projects.
|
String |
toString()
Returns a string representation of this object.
|
ListSharedProjectsRequest |
withMaxResults(Integer maxResults)
The maximum number of paginated shared build projects returned per response.
|
ListSharedProjectsRequest |
withNextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults . |
ListSharedProjectsRequest |
withSortBy(SharedResourceSortByType sortBy)
The criterion to be used to list build projects shared with the current Amazon Web Services account or user.
|
ListSharedProjectsRequest |
withSortBy(String sortBy)
The criterion to be used to list build projects shared with the current Amazon Web Services account or user.
|
ListSharedProjectsRequest |
withSortOrder(SortOrderType sortOrder)
The order in which to list shared build projects.
|
ListSharedProjectsRequest |
withSortOrder(String sortOrder)
The order in which to list shared build projects.
|
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 setSortBy(String sortBy)
The criterion to be used to list build projects shared with the current Amazon Web Services account or user. Valid values include:
ARN
: List based on the ARN.
MODIFIED_TIME
: List based on when information about the shared project was last changed.
sortBy
- The criterion to be used to list build projects shared with the current Amazon Web Services account or
user. Valid values include:
ARN
: List based on the ARN.
MODIFIED_TIME
: List based on when information about the shared project was last changed.
SharedResourceSortByType
public String getSortBy()
The criterion to be used to list build projects shared with the current Amazon Web Services account or user. Valid values include:
ARN
: List based on the ARN.
MODIFIED_TIME
: List based on when information about the shared project was last changed.
ARN
: List based on the ARN.
MODIFIED_TIME
: List based on when information about the shared project was last changed.
SharedResourceSortByType
public ListSharedProjectsRequest withSortBy(String sortBy)
The criterion to be used to list build projects shared with the current Amazon Web Services account or user. Valid values include:
ARN
: List based on the ARN.
MODIFIED_TIME
: List based on when information about the shared project was last changed.
sortBy
- The criterion to be used to list build projects shared with the current Amazon Web Services account or
user. Valid values include:
ARN
: List based on the ARN.
MODIFIED_TIME
: List based on when information about the shared project was last changed.
SharedResourceSortByType
public ListSharedProjectsRequest withSortBy(SharedResourceSortByType sortBy)
The criterion to be used to list build projects shared with the current Amazon Web Services account or user. Valid values include:
ARN
: List based on the ARN.
MODIFIED_TIME
: List based on when information about the shared project was last changed.
sortBy
- The criterion to be used to list build projects shared with the current Amazon Web Services account or
user. Valid values include:
ARN
: List based on the ARN.
MODIFIED_TIME
: List based on when information about the shared project was last changed.
SharedResourceSortByType
public void setSortOrder(String sortOrder)
The order in which to list shared build projects. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
sortOrder
- The order in which to list shared build projects. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
SortOrderType
public String getSortOrder()
The order in which to list shared build projects. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
SortOrderType
public ListSharedProjectsRequest withSortOrder(String sortOrder)
The order in which to list shared build projects. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
sortOrder
- The order in which to list shared build projects. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
SortOrderType
public ListSharedProjectsRequest withSortOrder(SortOrderType sortOrder)
The order in which to list shared build projects. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
sortOrder
- The order in which to list shared build projects. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
SortOrderType
public void setMaxResults(Integer maxResults)
The maximum number of paginated shared build projects returned per response. Use nextToken
to
iterate pages in the list of returned Project
objects. The default value is 100.
maxResults
- The maximum number of paginated shared build projects returned per response. Use nextToken
to
iterate pages in the list of returned Project
objects. The default value is 100.public Integer getMaxResults()
The maximum number of paginated shared build projects returned per response. Use nextToken
to
iterate pages in the list of returned Project
objects. The default value is 100.
nextToken
to iterate pages in the list of returned Project
objects. The default value is 100.public ListSharedProjectsRequest withMaxResults(Integer maxResults)
The maximum number of paginated shared build projects returned per response. Use nextToken
to
iterate pages in the list of returned Project
objects. The default value is 100.
maxResults
- The maximum number of paginated shared build projects returned per response. Use nextToken
to
iterate pages in the list of returned Project
objects. The default value is 100.public void setNextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults
. If there more items in the list, then a unique string called a nextToken is
returned. To get the next batch of items in the list, call this operation again, adding the next token to the
call. To get all of the items in the list, keep calling this operation with each subsequent next token that is
returned, until no more next tokens are returned.
nextToken
- During a previous call, the maximum number of items that can be returned is the value specified in
maxResults
. If there more items in the list, then a unique string called a nextToken
is returned. To get the next batch of items in the list, call this operation again, adding the next token
to the call. To get all of the items in the list, keep calling this operation with each subsequent next
token that is returned, until no more next tokens are returned.public String getNextToken()
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults
. If there more items in the list, then a unique string called a nextToken is
returned. To get the next batch of items in the list, call this operation again, adding the next token to the
call. To get all of the items in the list, keep calling this operation with each subsequent next token that is
returned, until no more next tokens are returned.
maxResults
. If there more items in the list, then a unique string called a nextToken
is returned. To get the next batch of items in the list, call this operation again, adding the next token
to the call. To get all of the items in the list, keep calling this operation with each subsequent next
token that is returned, until no more next tokens are returned.public ListSharedProjectsRequest withNextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults
. If there more items in the list, then a unique string called a nextToken is
returned. To get the next batch of items in the list, call this operation again, adding the next token to the
call. To get all of the items in the list, keep calling this operation with each subsequent next token that is
returned, until no more next tokens are returned.
nextToken
- During a previous call, the maximum number of items that can be returned is the value specified in
maxResults
. If there more items in the list, then a unique string called a nextToken
is returned. To get the next batch of items in the list, call this operation again, adding the next token
to the call. To get all of the items in the list, keep calling this operation with each subsequent next
token that is returned, until no more next tokens are returned.public String toString()
toString
in class Object
Object.toString()
public ListSharedProjectsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()