@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetProjectsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
BatchGetProjectsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchGetProjectsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<Project> | 
getProjects()
 Information about the requested build projects. 
 | 
List<String> | 
getProjectsNotFound()
 The names of build projects for which information could not be found. 
 | 
int | 
hashCode()  | 
void | 
setProjects(Collection<Project> projects)
 Information about the requested build projects. 
 | 
void | 
setProjectsNotFound(Collection<String> projectsNotFound)
 The names of build projects for which information could not be found. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
BatchGetProjectsResult | 
withProjects(Collection<Project> projects)
 Information about the requested build projects. 
 | 
BatchGetProjectsResult | 
withProjects(Project... projects)
 Information about the requested build projects. 
 | 
BatchGetProjectsResult | 
withProjectsNotFound(Collection<String> projectsNotFound)
 The names of build projects for which information could not be found. 
 | 
BatchGetProjectsResult | 
withProjectsNotFound(String... projectsNotFound)
 The names of build projects for which information could not be found. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Project> getProjects()
Information about the requested build projects.
public void setProjects(Collection<Project> projects)
Information about the requested build projects.
projects - Information about the requested build projects.public BatchGetProjectsResult withProjects(Project... projects)
Information about the requested build projects.
 NOTE: This method appends the values to the existing list (if any). Use
 setProjects(java.util.Collection) or withProjects(java.util.Collection) if you want to override
 the existing values.
 
projects - Information about the requested build projects.public BatchGetProjectsResult withProjects(Collection<Project> projects)
Information about the requested build projects.
projects - Information about the requested build projects.public List<String> getProjectsNotFound()
The names of build projects for which information could not be found.
public void setProjectsNotFound(Collection<String> projectsNotFound)
The names of build projects for which information could not be found.
projectsNotFound - The names of build projects for which information could not be found.public BatchGetProjectsResult withProjectsNotFound(String... projectsNotFound)
The names of build projects for which information could not be found.
 NOTE: This method appends the values to the existing list (if any). Use
 setProjectsNotFound(java.util.Collection) or withProjectsNotFound(java.util.Collection) if you
 want to override the existing values.
 
projectsNotFound - The names of build projects for which information could not be found.public BatchGetProjectsResult withProjectsNotFound(Collection<String> projectsNotFound)
The names of build projects for which information could not be found.
projectsNotFound - The names of build projects for which information could not be found.public String toString()
toString in class ObjectObject.toString()public BatchGetProjectsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.