@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetRepositoryScanningConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
BatchGetRepositoryScanningConfigurationRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchGetRepositoryScanningConfigurationRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
List<String> | 
getRepositoryNames()
 One or more repository names to get the scanning configuration for. 
 | 
int | 
hashCode()  | 
void | 
setRepositoryNames(Collection<String> repositoryNames)
 One or more repository names to get the scanning configuration for. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
BatchGetRepositoryScanningConfigurationRequest | 
withRepositoryNames(Collection<String> repositoryNames)
 One or more repository names to get the scanning configuration for. 
 | 
BatchGetRepositoryScanningConfigurationRequest | 
withRepositoryNames(String... repositoryNames)
 One or more repository names to get the scanning configuration for. 
 | 
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 BatchGetRepositoryScanningConfigurationRequest()
public List<String> getRepositoryNames()
One or more repository names to get the scanning configuration for.
public void setRepositoryNames(Collection<String> repositoryNames)
One or more repository names to get the scanning configuration for.
repositoryNames - One or more repository names to get the scanning configuration for.public BatchGetRepositoryScanningConfigurationRequest withRepositoryNames(String... repositoryNames)
One or more repository names to get the scanning configuration for.
 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 - One or more repository names to get the scanning configuration for.public BatchGetRepositoryScanningConfigurationRequest withRepositoryNames(Collection<String> repositoryNames)
One or more repository names to get the scanning configuration for.
repositoryNames - One or more repository names to get the scanning configuration for.public String toString()
toString in class ObjectObject.toString()public BatchGetRepositoryScanningConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()