@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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, 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 List<String> getRepositoryNames()
The names of the repositories to get information about.
The length constraint limit is for each string in the array. The array itself can be empty.
The length constraint limit is for each string in the array. The array itself can be empty.
public void setRepositoryNames(Collection<String> repositoryNames)
The names of the repositories to get information about.
The length constraint limit is for each string in the array. The array itself can be empty.
repositoryNames
- The names of the repositories to get information about. The length constraint limit is for each string in the array. The array itself can be empty.
public BatchGetRepositoriesRequest withRepositoryNames(String... repositoryNames)
The names of the repositories to get information about.
The length constraint limit is for each string in the array. The array itself can be empty.
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. The length constraint limit is for each string in the array. The array itself can be empty.
public BatchGetRepositoriesRequest withRepositoryNames(Collection<String> repositoryNames)
The names of the repositories to get information about.
The length constraint limit is for each string in the array. The array itself can be empty.
repositoryNames
- The names of the repositories to get information about. The length constraint limit is for each string in the array. The array itself can be empty.
public String toString()
toString
in class Object
Object.toString()
public BatchGetRepositoriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()