@Generated(value="software.amazon.awssdk:codegen") public final class PhaseContext extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PhaseContext.Builder,PhaseContext>
Additional information about a build phase that has an error. You can use this information for troubleshooting.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PhaseContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PhaseContext.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
An explanation of the build phase's context.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PhaseContext.Builder> |
serializableBuilderClass() |
String |
statusCode()
The status code for the context of the build phase.
|
PhaseContext.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String statusCode()
The status code for the context of the build phase.
public final String message()
An explanation of the build phase's context. This might include a command ID and an exit code.
public PhaseContext.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PhaseContext.Builder,PhaseContext>public static PhaseContext.Builder builder()
public static Class<? extends PhaseContext.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.