@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetProjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchGetProjectsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetProjectsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getNames()
 The names of the build projects. | 
| int | hashCode() | 
| void | setNames(Collection<String> names)
 The names of the build projects. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| BatchGetProjectsRequest | withNames(Collection<String> names)
 The names of the build projects. | 
| BatchGetProjectsRequest | withNames(String... names)
 The names of the build projects. | 
addHandlerContext, 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> getNames()
The names of the build projects.
public void setNames(Collection<String> names)
The names of the build projects.
names - The names of the build projects.public BatchGetProjectsRequest withNames(String... names)
The names of the build projects.
 NOTE: This method appends the values to the existing list (if any). Use
 setNames(java.util.Collection) or withNames(java.util.Collection) if you want to override the
 existing values.
 
names - The names of the build projects.public BatchGetProjectsRequest withNames(Collection<String> names)
The names of the build projects.
names - The names of the build projects.public String toString()
toString in class ObjectObject.toString()public BatchGetProjectsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.