@Generated(value="software.amazon.awssdk:codegen") public final class BatchDeleteBuildsResponse extends CodeBuildResponse implements ToCopyableBuilder<BatchDeleteBuildsResponse.Builder,BatchDeleteBuildsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDeleteBuildsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteBuildsResponse.Builder |
builder() |
List<String> |
buildsDeleted()
The IDs of the builds that were successfully deleted.
|
List<BuildNotDeleted> |
buildsNotDeleted()
Information about any builds that could not be successfully deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBuildsDeleted()
Returns true if the BuildsDeleted property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasBuildsNotDeleted()
Returns true if the BuildsNotDeleted 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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDeleteBuildsResponse.Builder> |
serializableBuilderClass() |
BatchDeleteBuildsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasBuildsDeleted()
public final List<String> buildsDeleted()
The IDs of the builds that were successfully deleted.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBuildsDeleted() to see if a value was sent in this field.
public final boolean hasBuildsNotDeleted()
public final List<BuildNotDeleted> buildsNotDeleted()
Information about any builds that could not be successfully deleted.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBuildsNotDeleted() to see if a value was sent in this field.
public BatchDeleteBuildsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDeleteBuildsResponse.Builder,BatchDeleteBuildsResponse>toBuilder in class AwsResponsepublic static BatchDeleteBuildsResponse.Builder builder()
public static Class<? extends BatchDeleteBuildsResponse.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.