@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBuildBatchResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DeleteBuildBatchResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteBuildBatchResult | clone() | 
| boolean | equals(Object obj) | 
| List<String> | getBuildsDeleted()
 An array of strings that contain the identifiers of the builds that were deleted. | 
| List<BuildNotDeleted> | getBuildsNotDeleted()
 An array of  BuildNotDeletedobjects that specify the builds that could not be deleted. | 
| String | getStatusCode()
 The status code. | 
| int | hashCode() | 
| void | setBuildsDeleted(Collection<String> buildsDeleted)
 An array of strings that contain the identifiers of the builds that were deleted. | 
| void | setBuildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
 An array of  BuildNotDeletedobjects that specify the builds that could not be deleted. | 
| void | setStatusCode(String statusCode)
 The status code. | 
| String | toString()Returns a string representation of this object. | 
| DeleteBuildBatchResult | withBuildsDeleted(Collection<String> buildsDeleted)
 An array of strings that contain the identifiers of the builds that were deleted. | 
| DeleteBuildBatchResult | withBuildsDeleted(String... buildsDeleted)
 An array of strings that contain the identifiers of the builds that were deleted. | 
| DeleteBuildBatchResult | withBuildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
 An array of  BuildNotDeletedobjects that specify the builds that could not be deleted. | 
| DeleteBuildBatchResult | withBuildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
 An array of  BuildNotDeletedobjects that specify the builds that could not be deleted. | 
| DeleteBuildBatchResult | withStatusCode(String statusCode)
 The status code. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatusCode(String statusCode)
The status code.
statusCode - The status code.public String getStatusCode()
The status code.
public DeleteBuildBatchResult withStatusCode(String statusCode)
The status code.
statusCode - The status code.public List<String> getBuildsDeleted()
An array of strings that contain the identifiers of the builds that were deleted.
public void setBuildsDeleted(Collection<String> buildsDeleted)
An array of strings that contain the identifiers of the builds that were deleted.
buildsDeleted - An array of strings that contain the identifiers of the builds that were deleted.public DeleteBuildBatchResult withBuildsDeleted(String... buildsDeleted)
An array of strings that contain the identifiers of the builds that were deleted.
 NOTE: This method appends the values to the existing list (if any). Use
 setBuildsDeleted(java.util.Collection) or withBuildsDeleted(java.util.Collection) if you want
 to override the existing values.
 
buildsDeleted - An array of strings that contain the identifiers of the builds that were deleted.public DeleteBuildBatchResult withBuildsDeleted(Collection<String> buildsDeleted)
An array of strings that contain the identifiers of the builds that were deleted.
buildsDeleted - An array of strings that contain the identifiers of the builds that were deleted.public List<BuildNotDeleted> getBuildsNotDeleted()
 An array of BuildNotDeleted objects that specify the builds that could not be deleted.
 
BuildNotDeleted objects that specify the builds that could not be deleted.public void setBuildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
 An array of BuildNotDeleted objects that specify the builds that could not be deleted.
 
buildsNotDeleted - An array of BuildNotDeleted objects that specify the builds that could not be deleted.public DeleteBuildBatchResult withBuildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
 An array of BuildNotDeleted objects that specify the builds that could not be deleted.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setBuildsNotDeleted(java.util.Collection) or withBuildsNotDeleted(java.util.Collection) if you
 want to override the existing values.
 
buildsNotDeleted - An array of BuildNotDeleted objects that specify the builds that could not be deleted.public DeleteBuildBatchResult withBuildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
 An array of BuildNotDeleted objects that specify the builds that could not be deleted.
 
buildsNotDeleted - An array of BuildNotDeleted objects that specify the builds that could not be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteBuildBatchResult clone()