@Generated(value="software.amazon.awssdk:codegen") public final class BuildNotDeleted extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BuildNotDeleted.Builder,BuildNotDeleted>
Information about a build that could not be successfully deleted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BuildNotDeleted.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BuildNotDeleted.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the build that could not be successfully deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BuildNotDeleted.Builder> |
serializableBuilderClass() |
String |
statusCode()
Additional information about the build that could not be successfully deleted.
|
BuildNotDeleted.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID of the build that could not be successfully deleted.
public final String statusCode()
Additional information about the build that could not be successfully deleted.
public BuildNotDeleted.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BuildNotDeleted.Builder,BuildNotDeleted>public static BuildNotDeleted.Builder builder()
public static Class<? extends BuildNotDeleted.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.