@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetBuildsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
BatchGetBuildsResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
BatchGetBuildsResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
List<Build> | 
getBuilds()
 Information about the requested builds. 
 | 
List<String> | 
getBuildsNotFound()
 The IDs of builds for which information could not be found. 
 | 
int | 
hashCode()  | 
void | 
setBuilds(Collection<Build> builds)
 Information about the requested builds. 
 | 
void | 
setBuildsNotFound(Collection<String> buildsNotFound)
 The IDs of builds for which information could not be found. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
BatchGetBuildsResult | 
withBuilds(Build... builds)
 Information about the requested builds. 
 | 
BatchGetBuildsResult | 
withBuilds(Collection<Build> builds)
 Information about the requested builds. 
 | 
BatchGetBuildsResult | 
withBuildsNotFound(Collection<String> buildsNotFound)
 The IDs of builds for which information could not be found. 
 | 
BatchGetBuildsResult | 
withBuildsNotFound(String... buildsNotFound)
 The IDs of builds for which information could not be found. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Build> getBuilds()
Information about the requested builds.
public void setBuilds(Collection<Build> builds)
Information about the requested builds.
builds - Information about the requested builds.public BatchGetBuildsResult withBuilds(Build... builds)
Information about the requested builds.
 NOTE: This method appends the values to the existing list (if any). Use
 setBuilds(java.util.Collection) or withBuilds(java.util.Collection) if you want to override the
 existing values.
 
builds - Information about the requested builds.public BatchGetBuildsResult withBuilds(Collection<Build> builds)
Information about the requested builds.
builds - Information about the requested builds.public List<String> getBuildsNotFound()
The IDs of builds for which information could not be found.
public void setBuildsNotFound(Collection<String> buildsNotFound)
The IDs of builds for which information could not be found.
buildsNotFound - The IDs of builds for which information could not be found.public BatchGetBuildsResult withBuildsNotFound(String... buildsNotFound)
The IDs of builds for which information could not be found.
 NOTE: This method appends the values to the existing list (if any). Use
 setBuildsNotFound(java.util.Collection) or withBuildsNotFound(java.util.Collection) if you want
 to override the existing values.
 
buildsNotFound - The IDs of builds for which information could not be found.public BatchGetBuildsResult withBuildsNotFound(Collection<String> buildsNotFound)
The IDs of builds for which information could not be found.
buildsNotFound - The IDs of builds for which information could not be found.public String toString()
toString in class ObjectObject.toString()public BatchGetBuildsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.