@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRepositoriesInDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRepositoriesInDomainRequest() |
Modifier and Type | Method and Description |
---|---|
ListRepositoriesInDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAdministratorAccount()
Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
|
String |
getDomain()
The name of the domain that contains the returned list of repositories.
|
String |
getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getRepositoryPrefix()
A prefix used to filter returned repositories.
|
int |
hashCode() |
void |
setAdministratorAccount(String administratorAccount)
Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
|
void |
setDomain(String domain)
The name of the domain that contains the returned list of repositories.
|
void |
setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setRepositoryPrefix(String repositoryPrefix)
A prefix used to filter returned repositories.
|
String |
toString()
Returns a string representation of this object.
|
ListRepositoriesInDomainRequest |
withAdministratorAccount(String administratorAccount)
Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
|
ListRepositoriesInDomainRequest |
withDomain(String domain)
The name of the domain that contains the returned list of repositories.
|
ListRepositoriesInDomainRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
ListRepositoriesInDomainRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListRepositoriesInDomainRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListRepositoriesInDomainRequest |
withRepositoryPrefix(String repositoryPrefix)
A prefix used to filter returned repositories.
|
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 setDomain(String domain)
The name of the domain that contains the returned list of repositories.
domain
- The name of the domain that contains the returned list of repositories.public String getDomain()
The name of the domain that contains the returned list of repositories.
public ListRepositoriesInDomainRequest withDomain(String domain)
The name of the domain that contains the returned list of repositories.
domain
- The name of the domain that contains the returned list of repositories.public void setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
dashes or spaces.public String getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
public ListRepositoriesInDomainRequest withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
dashes or spaces.public void setAdministratorAccount(String administratorAccount)
Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
administratorAccount
- Filter the list of repositories to only include those that are managed by the Amazon Web Services account
ID.public String getAdministratorAccount()
Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
public ListRepositoriesInDomainRequest withAdministratorAccount(String administratorAccount)
Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.
administratorAccount
- Filter the list of repositories to only include those that are managed by the Amazon Web Services account
ID.public void setRepositoryPrefix(String repositoryPrefix)
A prefix used to filter returned repositories. Only repositories with names that start with
repositoryPrefix
are returned.
repositoryPrefix
- A prefix used to filter returned repositories. Only repositories with names that start with
repositoryPrefix
are returned.public String getRepositoryPrefix()
A prefix used to filter returned repositories. Only repositories with names that start with
repositoryPrefix
are returned.
repositoryPrefix
are returned.public ListRepositoriesInDomainRequest withRepositoryPrefix(String repositoryPrefix)
A prefix used to filter returned repositories. Only repositories with names that start with
repositoryPrefix
are returned.
repositoryPrefix
- A prefix used to filter returned repositories. Only repositories with names that start with
repositoryPrefix
are returned.public void setMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public Integer getMaxResults()
The maximum number of results to return per page.
public ListRepositoriesInDomainRequest withMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListRepositoriesInDomainRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListRepositoriesInDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()