StructuredPojo
, ToCopyableBuilder<PhaseContext.Builder,PhaseContext>
@Generated("software.amazon.awssdk:codegen") public class PhaseContext extends Object implements StructuredPojo, ToCopyableBuilder<PhaseContext.Builder,PhaseContext>
Additional information about a build phase that has an error. You can use this information to help troubleshoot a failed build.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PhaseContext.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PhaseContext.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
message() |
An explanation of the build phase's context.
|
static Class<? extends PhaseContext.Builder> |
serializableBuilderClass() |
|
String |
statusCode() |
The status code for the context of the build phase.
|
PhaseContext.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String statusCode()
The status code for the context of the build phase.
public String message()
An explanation of the build phase's context. This explanation might include a command ID and an exit code.
public PhaseContext.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PhaseContext.Builder,PhaseContext>
public static PhaseContext.Builder builder()
public static Class<? extends PhaseContext.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.