Package com.amazonaws.services.ecr.model
Class BatchDeleteImageResult
java.lang.Object
com.amazonaws.services.ecr.model.BatchDeleteImageResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAny failures associated with the call.The image IDs of the deleted images.inthashCode()voidsetFailures(Collection<ImageFailure> failures) Any failures associated with the call.voidsetImageIds(Collection<ImageIdentifier> imageIds) The image IDs of the deleted images.toString()Returns a string representation of this object; useful for testing and debugging.withFailures(ImageFailure... failures) Any failures associated with the call.withFailures(Collection<ImageFailure> failures) Any failures associated with the call.withImageIds(ImageIdentifier... imageIds) The image IDs of the deleted images.withImageIds(Collection<ImageIdentifier> imageIds) The image IDs of the deleted images.
-
Constructor Details
-
BatchDeleteImageResult
public BatchDeleteImageResult()
-
-
Method Details
-
getImageIds
The image IDs of the deleted images.
- Returns:
- The image IDs of the deleted images.
-
setImageIds
The image IDs of the deleted images.
- Parameters:
imageIds- The image IDs of the deleted images.
-
withImageIds
The image IDs of the deleted images.
NOTE: This method appends the values to the existing list (if any). Use
setImageIds(java.util.Collection)orwithImageIds(java.util.Collection)if you want to override the existing values.- Parameters:
imageIds- The image IDs of the deleted images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withImageIds
The image IDs of the deleted images.
- Parameters:
imageIds- The image IDs of the deleted images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getFailures
Any failures associated with the call.
- Returns:
- Any failures associated with the call.
-
setFailures
Any failures associated with the call.
- Parameters:
failures- Any failures associated with the call.
-
withFailures
Any failures associated with the call.
NOTE: This method appends the values to the existing list (if any). Use
setFailures(java.util.Collection)orwithFailures(java.util.Collection)if you want to override the existing values.- Parameters:
failures- Any failures associated with the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFailures
Any failures associated with the call.
- Parameters:
failures- Any failures associated with the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-