@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 AWS 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 AWS 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 AWS account or user. | 
| ListSharedProjectsRequest | withSortBy(String sortBy)
 The criterion to be used to list build projects shared with the current AWS 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, withSdkRequestTimeoutpublic void setSortBy(String sortBy)
The criterion to be used to list build projects shared with the current AWS 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 AWS 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.
        
SharedResourceSortByTypepublic String getSortBy()
The criterion to be used to list build projects shared with the current AWS 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.
         
SharedResourceSortByTypepublic ListSharedProjectsRequest withSortBy(String sortBy)
The criterion to be used to list build projects shared with the current AWS 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 AWS 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.
        
SharedResourceSortByTypepublic ListSharedProjectsRequest withSortBy(SharedResourceSortByType sortBy)
The criterion to be used to list build projects shared with the current AWS 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 AWS 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.
        
SharedResourceSortByTypepublic 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.
        
SortOrderTypepublic 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.
         
SortOrderTypepublic 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.
        
SortOrderTypepublic 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.
        
SortOrderTypepublic 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 ObjectObject.toString()public ListSharedProjectsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()