@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteImageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchDeleteImageResult () |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteImageResult |
clone () |
boolean |
equals (Object obj) |
List<ImageFailure> |
getFailures ()
Any failures associated with the call.
|
List<ImageIdentifier> |
getImageIds ()
The image IDs of the deleted images.
|
int |
hashCode () |
void |
setFailures (Collection<ImageFailure> failures)
Any failures associated with the call.
|
void |
setImageIds (Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
|
String |
toString ()
Returns a string representation of this object.
|
BatchDeleteImageResult |
withFailures (Collection<ImageFailure> failures)
Any failures associated with the call.
|
BatchDeleteImageResult |
withFailures (ImageFailure... failures)
Any failures associated with the call.
|
BatchDeleteImageResult |
withImageIds (Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
|
BatchDeleteImageResult |
withImageIds (ImageIdentifier... imageIds)
The image IDs of the deleted images.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public BatchDeleteImageResult()
public List<ImageIdentifier> getImageIds()
The image IDs of the deleted images.
public void setImageIds(Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
imageIds - The image IDs of the deleted images.public BatchDeleteImageResult withImageIds(ImageIdentifier... imageIds)
The image IDs of the deleted images.
NOTE: This method appends the values to the existing list (if any). Use
setImageIds(java.util.Collection) or withImageIds(java.util.Collection) if you want to override
the existing values.
imageIds - The image IDs of the deleted images.public BatchDeleteImageResult withImageIds(Collection<ImageIdentifier> imageIds)
The image IDs of the deleted images.
imageIds - The image IDs of the deleted images.public List<ImageFailure> getFailures()
Any failures associated with the call.
public void setFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.public BatchDeleteImageResult withFailures(ImageFailure... failures)
Any failures associated with the call.
NOTE: This method appends the values to the existing list (if any). Use
setFailures(java.util.Collection) or withFailures(java.util.Collection) if you want to override
the existing values.
failures - Any failures associated with the call.public BatchDeleteImageResult withFailures(Collection<ImageFailure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.public String toString()
toString in class Object Object.toString() public BatchDeleteImageResult clone()