@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCodeRepositoriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCodeRepositoriesRequest() |
Modifier and Type | Method and Description |
---|---|
ListCodeRepositoriesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
A filter that returns only Git repositories that were created after the specified time.
|
Date |
getCreationTimeBefore()
A filter that returns only Git repositories that were created before the specified time.
|
Date |
getLastModifiedTimeAfter()
A filter that returns only Git repositories that were last modified after the specified time.
|
Date |
getLastModifiedTimeBefore()
A filter that returns only Git repositories that were last modified before the specified time.
|
Integer |
getMaxResults()
The maximum number of Git repositories to return in the response.
|
String |
getNameContains()
A string in the Git repositories name.
|
String |
getNextToken()
If the result of a
ListCodeRepositoriesOutput request was truncated, the response includes a
NextToken . |
String |
getSortBy()
The field to sort results by.
|
String |
getSortOrder()
The sort order for results.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only Git repositories that were created after the specified time.
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only Git repositories that were created before the specified time.
|
void |
setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only Git repositories that were last modified after the specified time.
|
void |
setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only Git repositories that were last modified before the specified time.
|
void |
setMaxResults(Integer maxResults)
The maximum number of Git repositories to return in the response.
|
void |
setNameContains(String nameContains)
A string in the Git repositories name.
|
void |
setNextToken(String nextToken)
If the result of a
ListCodeRepositoriesOutput request was truncated, the response includes a
NextToken . |
void |
setSortBy(String sortBy)
The field to sort results by.
|
void |
setSortOrder(String sortOrder)
The sort order for results.
|
String |
toString()
Returns a string representation of this object.
|
ListCodeRepositoriesRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only Git repositories that were created after the specified time.
|
ListCodeRepositoriesRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only Git repositories that were created before the specified time.
|
ListCodeRepositoriesRequest |
withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only Git repositories that were last modified after the specified time.
|
ListCodeRepositoriesRequest |
withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only Git repositories that were last modified before the specified time.
|
ListCodeRepositoriesRequest |
withMaxResults(Integer maxResults)
The maximum number of Git repositories to return in the response.
|
ListCodeRepositoriesRequest |
withNameContains(String nameContains)
A string in the Git repositories name.
|
ListCodeRepositoriesRequest |
withNextToken(String nextToken)
If the result of a
ListCodeRepositoriesOutput request was truncated, the response includes a
NextToken . |
ListCodeRepositoriesRequest |
withSortBy(CodeRepositorySortBy sortBy)
The field to sort results by.
|
ListCodeRepositoriesRequest |
withSortBy(String sortBy)
The field to sort results by.
|
ListCodeRepositoriesRequest |
withSortOrder(CodeRepositorySortOrder sortOrder)
The sort order for results.
|
ListCodeRepositoriesRequest |
withSortOrder(String sortOrder)
The sort order for results.
|
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 setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only Git repositories that were created after the specified time.
creationTimeAfter
- A filter that returns only Git repositories that were created after the specified time.public Date getCreationTimeAfter()
A filter that returns only Git repositories that were created after the specified time.
public ListCodeRepositoriesRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only Git repositories that were created after the specified time.
creationTimeAfter
- A filter that returns only Git repositories that were created after the specified time.public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only Git repositories that were created before the specified time.
creationTimeBefore
- A filter that returns only Git repositories that were created before the specified time.public Date getCreationTimeBefore()
A filter that returns only Git repositories that were created before the specified time.
public ListCodeRepositoriesRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only Git repositories that were created before the specified time.
creationTimeBefore
- A filter that returns only Git repositories that were created before the specified time.public void setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only Git repositories that were last modified after the specified time.
lastModifiedTimeAfter
- A filter that returns only Git repositories that were last modified after the specified time.public Date getLastModifiedTimeAfter()
A filter that returns only Git repositories that were last modified after the specified time.
public ListCodeRepositoriesRequest withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only Git repositories that were last modified after the specified time.
lastModifiedTimeAfter
- A filter that returns only Git repositories that were last modified after the specified time.public void setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only Git repositories that were last modified before the specified time.
lastModifiedTimeBefore
- A filter that returns only Git repositories that were last modified before the specified time.public Date getLastModifiedTimeBefore()
A filter that returns only Git repositories that were last modified before the specified time.
public ListCodeRepositoriesRequest withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only Git repositories that were last modified before the specified time.
lastModifiedTimeBefore
- A filter that returns only Git repositories that were last modified before the specified time.public void setMaxResults(Integer maxResults)
The maximum number of Git repositories to return in the response.
maxResults
- The maximum number of Git repositories to return in the response.public Integer getMaxResults()
The maximum number of Git repositories to return in the response.
public ListCodeRepositoriesRequest withMaxResults(Integer maxResults)
The maximum number of Git repositories to return in the response.
maxResults
- The maximum number of Git repositories to return in the response.public void setNameContains(String nameContains)
A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.
nameContains
- A string in the Git repositories name. This filter returns only repositories whose name contains the
specified string.public String getNameContains()
A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.
public ListCodeRepositoriesRequest withNameContains(String nameContains)
A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.
nameContains
- A string in the Git repositories name. This filter returns only repositories whose name contains the
specified string.public void setNextToken(String nextToken)
If the result of a ListCodeRepositoriesOutput
request was truncated, the response includes a
NextToken
. To get the next set of Git repositories, use the token in the next request.
nextToken
- If the result of a ListCodeRepositoriesOutput
request was truncated, the response includes a
NextToken
. To get the next set of Git repositories, use the token in the next request.public String getNextToken()
If the result of a ListCodeRepositoriesOutput
request was truncated, the response includes a
NextToken
. To get the next set of Git repositories, use the token in the next request.
ListCodeRepositoriesOutput
request was truncated, the response includes a
NextToken
. To get the next set of Git repositories, use the token in the next request.public ListCodeRepositoriesRequest withNextToken(String nextToken)
If the result of a ListCodeRepositoriesOutput
request was truncated, the response includes a
NextToken
. To get the next set of Git repositories, use the token in the next request.
nextToken
- If the result of a ListCodeRepositoriesOutput
request was truncated, the response includes a
NextToken
. To get the next set of Git repositories, use the token in the next request.public void setSortBy(String sortBy)
The field to sort results by. The default is Name
.
sortBy
- The field to sort results by. The default is Name
.CodeRepositorySortBy
public String getSortBy()
The field to sort results by. The default is Name
.
Name
.CodeRepositorySortBy
public ListCodeRepositoriesRequest withSortBy(String sortBy)
The field to sort results by. The default is Name
.
sortBy
- The field to sort results by. The default is Name
.CodeRepositorySortBy
public ListCodeRepositoriesRequest withSortBy(CodeRepositorySortBy sortBy)
The field to sort results by. The default is Name
.
sortBy
- The field to sort results by. The default is Name
.CodeRepositorySortBy
public void setSortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.CodeRepositorySortOrder
public String getSortOrder()
The sort order for results. The default is Ascending
.
Ascending
.CodeRepositorySortOrder
public ListCodeRepositoriesRequest withSortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.CodeRepositorySortOrder
public ListCodeRepositoriesRequest withSortOrder(CodeRepositorySortOrder sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.CodeRepositorySortOrder
public String toString()
toString
in class Object
Object.toString()
public ListCodeRepositoriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()