@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetRepositoriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a batch get repositories operation.
NOOP| Constructor and Description |
|---|
BatchGetRepositoriesRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetRepositoriesRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getRepositoryNames()
The names of the repositories to get information about.
|
int |
hashCode() |
void |
setRepositoryNames(Collection<String> repositoryNames)
The names of the repositories to get information about.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchGetRepositoriesRequest |
withRepositoryNames(Collection<String> repositoryNames)
The names of the repositories to get information about.
|
BatchGetRepositoriesRequest |
withRepositoryNames(String... repositoryNames)
The names of the repositories to get information about.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getRepositoryNames()
The names of the repositories to get information about.
public void setRepositoryNames(Collection<String> repositoryNames)
The names of the repositories to get information about.
repositoryNames - The names of the repositories to get information about.public BatchGetRepositoriesRequest withRepositoryNames(String... repositoryNames)
The names of the repositories to get information about.
NOTE: This method appends the values to the existing list (if any). Use
setRepositoryNames(java.util.Collection) or withRepositoryNames(java.util.Collection) if you
want to override the existing values.
repositoryNames - The names of the repositories to get information about.public BatchGetRepositoriesRequest withRepositoryNames(Collection<String> repositoryNames)
The names of the repositories to get information about.
repositoryNames - The names of the repositories to get information about.public String toString()
toString in class ObjectObject.toString()public BatchGetRepositoriesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.