@Generated(value="software.amazon.awssdk:codegen") public final class BatchDeleteImageResponse extends EcrPublicResponse implements ToCopyableBuilder<BatchDeleteImageResponse.Builder,BatchDeleteImageResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDeleteImageResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteImageResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<ImageFailure> |
failures()
Any failures associated with the call.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFailures()
Returns true if the Failures property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasImageIds()
Returns true if the ImageIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
List<ImageIdentifier> |
imageIds()
The image IDs of the deleted images.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDeleteImageResponse.Builder> |
serializableBuilderClass() |
BatchDeleteImageResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasImageIds()
public final List<ImageIdentifier> imageIds()
The image IDs of the deleted images.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasImageIds() to see if a value was sent in this field.
public final boolean hasFailures()
public final List<ImageFailure> failures()
Any failures associated with the call.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFailures() to see if a value was sent in this field.
public BatchDeleteImageResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDeleteImageResponse.Builder,BatchDeleteImageResponse>toBuilder in class AwsResponsepublic static BatchDeleteImageResponse.Builder builder()
public static Class<? extends BatchDeleteImageResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.